- 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
- 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
- 83decd2 Changed the CreateDC driver entry point to use an HDC instead of a DC pointer. by Alexandre Julliard · 21 years ago
- b65d136 Fixed callers of GetLocaleInfoW to use the correct buffer size. by Alexandre Julliard · 21 years ago
- b89525f Removed the bitsPerPixel field in the generic DC structure, and leave by Alexandre Julliard · 21 years ago
- 431a96f Get rid of a W->A crosscall (ResetDCA->ResetDCW). by Vincent Béron · 21 years ago
- 9fb3f4e Update the visrgn in ResetDC so that GetClipBox works correctly after by Huw Davies · 21 years ago
- 83d6e26 Support for duplex printing. by Huw Davies · 21 years ago
- 3a910c7 Convert CreateDC to unicode in the driver interface. by Dmitry Timoshkov · 22 years ago
- 4e1ef0c For all DLLs with defined DllMain and which do not require by Dmitry Timoshkov · 22 years ago
- a3c10cf Make sure we update dc->bitsPerPixel. by Huw Davies · 22 years ago
- 69c7164 Look up the printer's port in the registry if neither CreateDC or by Huw Davies · 22 years ago
- 6124a02 CUPS uses the ppd file to store the default paper size, so we'll read by Huw Davies · 22 years ago
- 26b9bca Was using the wrong define for the CUPS soname. by Marcus Meissner · 22 years ago
- 9b0b1e0 Remove (POINTER)NULL casts. by Francois Gouget · 22 years ago
- 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
- 297f3d8 Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. by Dimitrie O. Paun · 22 years ago
- f061f76 Do not link against -lcups directly, but dynamically load it if by Marcus Meissner · 22 years ago
- 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
- 0f53dbf Specify existing extra size of WINEPS Devmode structure. by Marcus Meissner · 22 years ago
- b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
- d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
- 933733c Get the initial paper size from the locale info. by Huw D M Davies · 23 years ago
- 7a6ea91 Handle dmScale. by Huw D M Davies · 23 years ago
- d3cab18 Moved DC origin into device-specific structure. by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 92b376d Moved parts of the DC initialisation and bitmap selection out of the by Alexandre Julliard · 23 years ago
- b88f724 Implement ResetDC and PHYSICALOFFSET[X|Y] devcaps. Fixes to MergeDevmodes. by Huw D M Davies · 23 years ago
- 7526fc5 Changed default paper size to letter. by Huw D M Davies · 23 years ago
- e21c15e Changed the GDI driver interface to pass an opaque PHYSDEV pointer by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- f101e27 Add support for environment variables in the printer settings. by Francois Gouget · 23 years ago
- 9208301 Rewrote Escape to avoid calling down to Escape16. by Alexandre Julliard · 24 years ago
- 99bb9f9 Added GetDeviceCaps to the DC driver interface. Removed devCaps by Alexandre Julliard · 24 years ago
- 3dd63eb Build the DC function table by using GetProcAddress on the graphics by Alexandre Julliard · 24 years ago
- 42e052d Rewrite TrueType font metric parsing code. by Ian Pilcher · 24 years ago
- 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
- 4bc1ebb5 Modify init code to handle const data types. by Ian Pilcher · 24 years ago
- 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
- 043f640 Replace PROFILE_* functions by Reg*. by Dmitry Timoshkov · 24 years ago
- 172cd1b Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
- 0c63012 Implemented /etc/printcap based printing support. by Marcus Meissner · 24 years ago
- 506f790 Fixed rounding error in page size calculation. by Ian Pilcher · 24 years ago
- 8367baf Report that we have 2^16 colors, so PowerPoint97 prints colored slides. by Marcus Meissner · 24 years ago
- 91857a6 Misc. error checking in PostScript driver. by Ian Pilcher · 24 years ago
- 2ce7bc8 Check for errors in PSDRV_Init. by Ian Pilcher · 24 years ago
- ab8b7db Added CUPS printing support. by Marcus Meissner · 24 years ago
- c9ada02 Make paper size and bin type handling more like Windows drivers. by Ian Pilcher · 24 years ago
- 744820d Various registry-related PostScript driver enhancements. by Ian Pilcher · 24 years ago
- 27398d4 Implemented Get/SetDeviceGammaRamp. by Ove Kaaven · 24 years ago
- d4b933e Take into account unprintable margins in psdrv. by Huw D M Davies · 24 years ago
- 0618746 Cleaned up dll startup routines now that we have separate address spaces. by Alexandre Julliard · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- d3534c3 Optimized {,p}MoveTo{,Ex}{,16}. by Patrik Stridvall · 24 years ago
- 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
- a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago
- ad97005 Register Wine Postscript Driver as "WINEPS", "WINEPS.DLL" and by Dmitry Timoshkov · 25 years ago
- b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
- 84bde6a Separate wineps out of Wine's core. by Dimitrie O. Paun · 25 years ago[Renamed (94%) from graphics/psdrv/init.c]
- bedf40b Added support for OpenGL. by Lionel Ulmer · 25 years ago
- 07e4213 Added GetDCOrgEx in graphics device interface and removed X11 code from dc.c. by Alexandre Julliard · 25 years ago
- f0f8da5 Fixes several bugs in gdi path handling. by Huw D M Davies · 25 years ago
- 62efee2 Fixed the clipping for the postscript driver and turned it on (by setting by Stephane Lussier · 25 years ago
- 8156150 {Start|End}{Doc|Page} go through DCfuncs. by Huw D M Davies · 26 years ago
- 91547cb Fix stupid `rubbish at end of %%Title' bug. by Huw D M Davies · 26 years ago
- effc55e - implementation of SetDeviceClipping - coordinate system origin fix by Luc Tourangeau · 26 years ago
- 4884396 Introduced a [psdrv] section in wine.conf with a ppdfile value by Thuy Nguyen · 26 years ago
- 450270b Implemented GetPrinterA and GetPrinterDriverA. by Huw D M Davies · 26 years ago
- e28224f Added patterned brushes (level 2 PostScript only). by Huw D M Davies · 26 years ago
- 61fece0 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 86b686f From CreateCompatibleDC, pass the device name associated with the by Noel Borthwick · 26 years ago
- e39b676 Implement DocumentProperties, DeviceCapabilities, beginnings of by Huw D M Davies · 26 years ago
- 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
- 7603dea General tidy up of the MetaFile driver - make sure that everything by Huw D M Davies · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- c3e1f72 Added missing string.h include. by Jeff Garzik · 26 years ago
- 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
- 5954560 Authors: Paul Quinn <paulq@corel.ca>, Albert Den Haan <albertd@corel.ca> by Alexandre Julliard · 26 years ago
- d6a91b7 Move OEM resources to the x11drv. by Huw D M Davies · 26 years ago
- bcad255 Print a message if the PostScript driver can't find a PPD file. by Huw D M Davies · 26 years ago
- 87f87bf Added pBitmapBits and pCreateBitmap to the GDI function table and by Huw D M Davies · 26 years ago
- 14c99d0 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect, by Huw D M Davies · 26 years ago
- a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
- 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
- 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
- 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
- ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628