Commit Graph

298 Commits

Author SHA1 Message Date
Alexandre Julliard 9285915720 wineps: Add support for SetDCBrush/PenColor. 2011-03-10 20:45:12 +01:00
Alexandre Julliard 6419edfb6d gdi32: Add a mechanism for stacking gdi drivers. 2011-03-10 12:38:31 +01:00
Alexandre Julliard 5f5c7020f3 gdi32: Add a common header to the physdev structure. 2011-03-08 22:34:57 +01:00
Alexander Kochetkov ecde55b757 wineps.drv: All map modes should have inverted y-transforms. 2011-02-10 10:28:02 -06:00
Alexander Kochetkov 69f88da187 wineps.drv: Disable world transform for fonts in GM_COMPATIBLE mode. 2011-01-14 18:26:20 +01:00
Hwang YunSong d512ccdfa1 wineps.drv: Update Korean resource. 2011-01-07 10:23:10 +01:00
Huw Davies 40ba10ed7a wineps.drv: Explicitly report that we do not support blending. 2011-01-05 17:55:16 +01:00
Alexandre Julliard 59ee6d83ab makefiles: Automatically add missing source variables in make_makefiles. 2011-01-01 17:46:56 +01:00
Alexandre Julliard 645a65f46d wineps: Remove unnecessary use of wownt32.h. 2010-11-01 16:44:39 +01:00
Yaron Shahrabani 2309f93337 wineps: Added Hebrew translation. 2010-10-21 17:19:50 +02:00
Trygve Vea 399e955a7e wineps.drv: Updated Norwegian translation. 2010-10-15 16:19:09 +02:00
James McKenzie 95c3c3fdc6 wineps.drv: Correct a typo. 2010-09-24 16:59:04 +02:00
Alexandre Julliard 1f3873aae7 wineps: Add a comment about the trap for code checking tools. 2010-09-21 20:16:15 +02:00
Luca Bennati 5ba1b6a82e wineps.drv: Update Italian translation. 2010-09-21 17:53:54 +02:00
Łukasz Wojniłowicz eb1c07dffe wineps: Update the Polish translation. 2010-09-20 15:05:02 +02:00
Alexandre Julliard bd9852cd6f makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions. 2010-09-19 12:40:12 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Detlef Riekenberg bd1941c3c2 wineps: Use winspool.drv for job management. 2010-08-17 12:56:33 +02:00
Michael Stefaniuc cb8eca2f0a wineps.drv: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Igor Paliychuk b27500aafe wineps.drv: Add Ukrainian translation. 2010-07-08 17:33:37 +02:00
André Hentschel 5038c2c286 wineps.drv: Update comments. 2010-06-25 10:25:04 +02:00
Vitaly Lipatov b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00
Huw Davies 25629eff96 wineps.drv: Don't return an error for empty glyphs. 2010-06-18 15:22:21 +02:00
André Hentschel 9aa9a1229f wineps.drv: Make the Apply button useable. 2010-06-02 17:47:40 +02:00
Sven Baars 141875c84a wineps.drv: Fix Dutch translation. 2010-05-18 08:48:04 +02:00
Huw Davies d92ed5bd07 gdi32: Add support for ETO_PDY and improve world transform support. 2010-05-06 15:24:30 +02:00
Gerald Pfeifer 13e16f5f37 wineps.drv: Fix return value in PSDRV_SetBrush. 2010-05-03 15:38:07 +02:00
Ilya Shpigor d1971a458b wineps.drv: Start a new current path in PSDRV_PolyPolygon. 2010-04-28 09:29:45 -05:00
Huw Davies 5eef3594ad wineps.drv: MM_ISOTROPIC and MM_ANISOTROPIC should also have inverted y-transforms (even if the page -> device mapping results in a negative y-scale). 2010-04-28 09:18:39 -05:00
Huw Davies 8ce10f1426 wineps.drv: Add world transform support for fonts. 2010-04-25 07:34:14 -05:00
Huw Davies 93f970ce7b wineps.drv: Calculate the font size directly from the logfont. 2010-04-22 15:10:19 +02:00
Huw Davies dea3745eb8 wineps.drv: Defer accessing the font metrics until we really need them. 2010-04-22 15:10:15 +02:00
Huw Davies d99754adc1 wineps.drv: Make the rectangle an optional parameter to get_bbox(). 2010-04-22 15:10:11 +02:00
Huw Davies 76146568af wineps.drv: Remove the unscaled font hack and read the outline directly from the font file. 2010-04-21 16:32:17 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Huw Davies 547e97a461 wineps.drv: Retrieve the full printer name to avoid truncation when the name is 32 characters or longer. 2010-03-15 13:28:25 +01:00
Jeremy White b8fbf9a1c2 wineps.drv: Prevent psdrv tracing from crashing on Solaris. 2010-02-15 12:09:49 +01:00
Alexandre Julliard cc2d6f330f wineps.drv: Don't include 16-bit headers in psdrv.h. 2009-12-07 14:18:28 +01:00
Alexandre Julliard 9a05f3143f wineps.drv: Duplicate the print job support from 16-bit GDI. 2009-12-07 14:18:28 +01:00
Alexandre Julliard 7f6b6eb344 wineps.drv: Add a wrapper function for WriteSpool16. 2009-12-07 14:18:28 +01:00
Huw Davies eed649a5e1 wineps.drv: Add support for top-down dibs. 2009-11-19 11:08:24 +01:00
Huw Davies 05472017fe wineps.drv: Rename variable to stride. 2009-11-19 11:08:18 +01:00
Alexandre Julliard c73e2d5e02 gdi32: Reset the visible region in ResetDC. 2009-11-17 15:14:56 +01:00
Detlef Riekenberg 495267e5f1 wineps: Don't depend on 16-bit PrinterData functions from gdi. 2009-11-16 13:48:18 +01:00
Alexandre Julliard ac2a509722 wineps.drv: Make wineps16.drv into a stand-alone 16-bit module. 2009-10-01 19:44:17 +02:00
Alexandre Julliard 10b0d11e0d wineps.drv: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode. 2009-09-26 13:30:42 +02:00
Alexandre Julliard 9064777457 configure: Disable installation of a number of extra files for the Wow64 build. 2009-08-13 20:08:58 +02:00
Vladimir Pankratov 81b57f3f8d wineps.drv: Convert the Russian resources to UTF-8. 2009-08-03 14:57:29 +02:00
Michael Stefaniuc 6c24ec186c wineps.drv: Convert the German resources to UTF-8. 2009-07-09 15:22:23 +02:00
Frédéric Delanoy 002b92e191 wineps.drv: Fix French translation & UI display. 2009-07-08 20:12:37 +02:00
Michael Stefaniuc 47fc16fb54 wineps.drv: Build language resource files separately.
Do not include them from an other rc file.
2009-07-03 11:28:48 +02:00
Michael Stefaniuc 551d1efc9f wineps.drv: Include a local header last. 2009-07-03 11:28:44 +02:00
Huw Davies 08453c1f2b configure: Remove reference to obsolete ftnames.h. 2009-06-25 14:34:13 +02:00
Łukasz Wojniłowicz 7be9c71eac wineps: Added Polish translations. 2009-05-08 13:22:49 +02:00
Francois Gouget aec7cdce8a wineps.drv: PSDRV_CmpColor() and PSDRV_Write{ArrayGet, InitClip, RRectangle}() are unused so remove them. 2009-05-06 12:20:10 +02:00
Huw Davies e911fde41c wineps.drv: Fix compile error. 2009-04-20 14:12:19 +02:00
Austin English 5f4cc6a89b wineps.drv: Fix a memory leak. 2009-04-15 15:55:47 -05:00
Alexandre Julliard 36a41abb9f wineps.drv: Set the line join and cap styles based on the selected pen. 2009-03-24 15:24:06 +01:00
Andrew Talbot 92bfdeb591 wineps.drv: Remove order-of-evaluation dependencies. 2009-03-24 11:35:42 +01:00
Alexandre Julliard 41ea320576 wineps.drv: Make all exported entry points CDECL. 2009-03-11 14:10:13 +01:00
Aurimas Fischer b1afd00dc9 wineps.drv: Add Lithuanian translation. 2009-02-16 11:51:19 +01:00
Dmitry Timoshkov ba660a47ce wineps.drv: The MAT2 parameter of GetGlyphOutline is mandatory. 2009-02-03 12:40:21 +01:00
Lei Zhang 271e3bbad4 wineps.drv: Remove SelectBitmap stub implementation. 2009-01-28 12:11:14 +01:00
Michael Stefaniuc 790e7c465f wineps.drv: Add the Romanian translation. 2009-01-14 12:20:43 +01:00
Alexandre Julliard f45874ae28 wineps.drv: Use INT_MAX instead of LONG_MAX to initialize a LONG value. 2009-01-08 17:29:14 +01:00
Wolfgang Walter d4b72f3e10 wineps.drv: Fix freeing of not allocated memory in type42.c. 2008-12-15 13:20:25 +01:00
ByeongSik Jeon 5f3287d79f *Ko.rc: Update Korean resource.
Fix the unnecessary SUBLANG_NATURAL.
Change the font size from 8 to 9.
2008-12-11 12:21:07 +01:00
ByeongSik Jeon 1b0297a7f9 *Zh.rc: Update the Chinese resource font name to "MS Shell Dlg". 2008-12-11 12:20:48 +01:00
Andrew Talbot 6fd73ce645 wineps.drv: Declare some variables static const. 2008-12-01 14:25:56 +01:00
Francois Gouget 215738a140 dirent.h is a conditional include now. 2008-10-20 11:37:27 +02:00
Muneyuki Noguchi 6970516bec wineps.drv: Convert Japanese resource to UTF-8. 2008-10-13 11:41:27 +02:00
Muneyuki Noguchi 4d41ea4f7b wineps.drv: Use "MS Shell Dlg" 9 in Japanese resources. 2008-09-29 17:16:57 -05:00
Hongbo Ni 29beb84b6b wineps: Add simplified and traditional Chinese resources. 2008-09-04 11:42:42 +02:00
Huw Davies d84ea74ec8 wineps.drv: Make sure we call CreateFontIndirect with zero width, otherwise we'll get a scaled-width font. 2008-08-18 17:04:41 +02:00
Francois Gouget 289ea33803 configure: Use cups-config to probe for cups support. 2008-07-25 11:28:53 +02:00
Andrew Talbot 901969f624 wineps.drv: Use const-correct GetPrinterDataEx() instead of GetPrinterData(). 2008-06-21 11:54:09 +02:00
Michael Stefaniuc 8f844f3804 wineps.drv: Fix the Dutch translation. 2008-06-06 10:27:31 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen 52be871d8c wineps.drv: Danish spelling fixes. 2008-05-12 11:43:06 +02:00
Jens Albretsen 48a83b0b66 wineps.drv: Added Danish translation. 2008-05-05 13:35:33 +02:00
Andrew Talbot 86b99de84f wineps.drv: Remove unused code. 2008-05-02 11:24:47 +02:00
Hwang YunSong(황윤성) 3625d1f88c wineps.drv: Updated Korean resource. 2008-04-09 12:20:15 +02:00
Andrew Talbot 94dc49ed12 wineps.drv: Assign to structs instead of using memcpy. 2008-03-22 13:21:13 +01:00
Alexandre Julliard 50dea38178 gdi32: Export the DC hook functions as 32-bit functions. 2008-02-17 20:29:55 +01:00
Andrew Talbot f44d2eddcb wineps.drv: Remove unneeded casts. 2008-02-04 14:19:29 +01:00
Aric Stewart dde7ca22c2 wineps.drv: Properly handle NULL LPLOGFONT in PSDRV_EnumDeviceFonts. 2008-01-22 11:27:31 +01:00
Austin English 464258b7cd Spelling fixes. 2008-01-03 13:08:54 +01:00
Dmitry Timoshkov d43fdc5ab0 include: Synchronize DEVMODE layout with PSDK. 2007-11-01 12:41:21 +01:00
Detlef Riekenberg 6d9372a8d7 wineps: Remove unused resource file. 2007-10-22 12:36:07 +02:00
Daniel Nylander ece7861c1f wineps.drv: Add Swedish translation. 2007-10-16 12:39:06 +02:00
Andrew Talbot a76d10d1d9 wineps.drv: Fix some memory leaks. 2007-10-10 22:08:19 +02:00
Andrew Talbot 91128b901e wineps.drv: Fix some memory leaks. 2007-10-10 11:57:05 +02:00
Alexandre Julliard 000736ae11 wineps.drv: Fix end of list check in PSDRV_UpdateDevCaps(). 2007-09-26 12:15:14 +02:00
Americo Jose Melo c5ba90131e Update the Portuguese translation. 2007-09-13 13:28:26 +02:00
Huw Davies 5dadeeb29d wineps.drv: Ignore an empty output string. 2007-09-10 16:13:43 +02:00
Steven Edwards c9a0da51a5 Remove more unneeded wine 16bit header usage. 2007-08-30 12:31:01 +02:00
Francois Gouget 2993785f3a Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
Huw Davies dba0977092 wineps.drv: Only fail printer dc creation if the printer has no builtin fonts and there are no TrueType fonts to download. 2007-08-29 13:16:23 +02:00
Alexandre Julliard 24a55f3862 configure: Merge the libfreetype existence check with the soname check. 2007-07-09 22:43:20 +02:00
Alexandre Julliard 702d35560b configure: Make the libcups soname check depend on the header check. 2007-07-02 19:42:52 +02:00
Alexandre Julliard 5a95cfbd9c configure: Export the shared library extension instead of hardcoding .so. 2007-07-02 14:35:05 +02:00
Alexandre Julliard cfc927ba93 wineps.drv: List source files explicitly in the makefile to make it easier to parse. 2007-06-26 13:55:38 +02:00
Huw Davies 4b8c1c46d2 wineps.drv: Ignore ExtTextOut calls that occur before the job has started. 2007-06-18 13:58:09 +02:00
Andrew Talbot 9ff4c29d86 wineps.drv: Exclude unused headers. 2007-05-29 12:10:13 +02:00
Huw Davies f7f5ed1996 wineps.drv: Add a heuristic to cope with resolution strings of the form "nnnmmmdpi" (ie without the 'x' separator). 2007-04-10 21:38:46 +02:00
Dmitry Timoshkov dddf348716 winspool: Add a test for DeviceCapabilities, fix some bugs found. 2007-04-05 11:56:08 +02:00
Andrew Talbot 41c0cc8f9c wineps.drv: Replace inline static with static inline. 2007-03-17 20:05:19 +01:00
Aric Stewart f1172cd446 wineps.drv: Values for DC_MINEXTENT and DC_MAXEXTENT are returned, not placed in the data pointer. 2007-03-14 18:49:34 +01:00
Aric Stewart ea8e860903 wineps.drv: Check for correct value for end of list. 2007-03-13 21:11:40 +01:00
Stefan Huehner 51a7ca3440 Change some functions arguments from () -> (void). 2007-03-12 12:25:31 +01:00
Huw Davies 6316429c80 wineps.drv: Remove paper sizes that lack either a PageSize or a PaperDimension entry in the PPD. 2007-03-08 22:17:15 +01:00
Huw Davies 277f474451 wineps.drv: Convert the page size list to a standard Wine list. 2007-03-08 22:17:10 +01:00
Francois Gouget 7b0cde8f84 Assorted spelling fixes. 2007-03-06 21:51:35 +01:00
Alexandre Julliard 6fdee15df9 wineps.drv: Return correct values for DESKTOPHORZ/VERTRES since they are used to setup the visible region. 2007-03-06 18:28:17 +01:00
Huw Davies 9222ec3cce wineps.drv: Many MacOSX generated ppd files don't include a *ColorDevice line. Treat these as if they were colour. 2007-03-01 20:42:50 +01:00
Andrew Talbot a46ad829e4 wineps.drv: Constify some variables. 2007-02-26 13:38:10 +01:00
Andrew Talbot 550ea86ffd wineps.drv: Declare some functions static. 2007-02-06 13:19:46 +01:00
Andrew Talbot eeea88e305 wineps.drv: Remove unused functions. 2007-02-06 13:19:37 +01:00
Huw Davies c0cb341adf wineps.drv: Try to use the PostSript name of a font. 2007-02-05 12:27:09 +01:00
Francois Gouget aab5e5856e Don't put single quotes around '%s' when using the debugstr_*() functions. 2007-01-18 12:55:50 +01:00
Alexandre Julliard 755ef51127 wineps.drv: Remove surious null byte in generic.ppd. 2006-12-26 17:10:42 +01:00
Huw Davies 2844f383f1 wineps.drv: Don't try to download a non-scalable font. 2006-12-07 17:54:41 +01:00
Huw Davies 9a2c4f7114 wineps.drv: When we're using a GlyphDirectory we should clear the offsets and lengths of the loca and glyf tables in addition to changing their names.
Should fix printing on Mac based cups servers.
2006-12-06 11:34:42 +01:00
Francois Gouget c66628b73f Consistently use SUBLANG_NEUTRAL for Italian resources. 2006-12-05 11:28:38 +01:00
Francois Gouget b5f104d05b Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that have multiple sublanguages. 2006-11-24 11:49:32 +01:00
Alexandre Julliard 2731998ae6 include: Get rid of heap.h. 2006-11-17 15:29:40 +01:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Hans Leidekker 9f06a5a6f0 wineps.drv: Win64 printf format warning fixes. 2006-10-13 12:08:36 +02:00
Hans Leidekker 385a8da4e4 Don't use utf-8 in rc files. 2006-10-06 12:32:23 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Marcus Meissner 0c15360a3e Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes. 2006-09-11 11:30:48 +02:00
Andrew Talbot 6e07f23482 wineps.drv: Write-strings warnings fix. 2006-08-23 16:54:00 +02:00
Andrew Talbot 398098ab32 wineps.drv: Write-strings warnings fix and declare function static. 2006-08-16 12:40:13 +02:00
Andrew Talbot c50fe56096 wineps.drv: Write-strings warnings fix. 2006-08-10 10:55:59 +02:00
Alexandre Julliard 2886e9b0e8 makefiles: Use make dependencies to create installation directories.
This avoids a lot of redundant calls to mkinstalldirs.
2006-08-07 17:48:18 +02:00
Hwang YunSong(황윤성) 920b36bdc2 wineps.drv: Updated Korean resource. 2006-07-25 11:22:12 +02:00
Dan Hipschman f904723813 gdi32: Implement GetTextExtentPoint in terms of GetTextExtentExPoint
(not vice versa) for efficiency (required adding the Ex functionality
to drivers).
2006-07-12 13:34:36 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Huw Davies 7afe18ec27 printing: Don't limit the printer name length to CCHDEVICENAME characters. 2006-06-15 18:05:58 +02:00
Alexandre Julliard 1f39252d27 wineps.drv: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:11:48 +02:00
Mike McCormack 9985c42150 wingdi: Fix typo in definition of BLTALIGNMENT (spotted by Choe Hwanjin). 2006-06-13 12:56:49 +02:00
Alexandre Julliard 276e223bcb wineps.drv: Make some variables static. 2006-06-12 13:46:17 +02:00
Alexandre Julliard 57ed75bf09 wineps: Renamed the directory to wineps.drv. 2006-05-23 16:42:56 +02:00