Commit Graph

82 Commits

Author SHA1 Message Date
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