2005-08-26 |
Mike McCormack | Fix gcc 4.0 warnings. |
blob | commitdiff | raw |
2005-08-15 |
Vincent Béron | Uniformize DllMain TRACEing across dlls. |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Alexandre Julliard | Moved ppd file configuration to HKCU\Software\Wine... |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Alexandre Julliard | Added magic comments to all Wine-specific registry... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Alexandre Julliard | Store the module instance we get in DllMain to avoid... |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Alexandre Julliard | Changed the CreateDC driver entry point to use an HDC... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Alexandre Julliard | Fixed callers of GetLocaleInfoW to use the correct... |
blob | commitdiff | raw | diff to current |
2004-01-18 |
Alexandre Julliard | Removed the bitsPerPixel field in the generic DC struct... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Vincent Béron | Get rid of a W->A crosscall (ResetDCA->ResetDCW). |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Huw Davies | Update the visrgn in ResetDC so that GetClipBox works... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Huw Davies | Support for duplex printing. |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dmitry Timoshkov | Convert CreateDC to unicode in the driver interface. |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Dmitry Timoshkov | For all DLLs with defined DllMain and which do not... |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Huw Davies | Make sure we update dc->bitsPerPixel. |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Huw Davies | Look up the printer's port in the registry if neither... |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Huw Davies | CUPS uses the ppd file to store the default paper size... |
blob | commitdiff | raw | diff to current |
2003-03-07 |
Marcus Meissner | Was using the wrong define for the CUPS soname. |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Marcus Meissner | Do not link against -lcups directly, but dynamically... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Marcus Meissner | Specify existing extra size of WINEPS Devmode structure. |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Alexandre Julliard | Fixed warnings caused by conversion to -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Huw D M Davies | Get the initial paper size from the locale info. |
blob | commitdiff | raw | diff to current |
2002-06-24 |
Huw D M Davies | Handle dmScale. |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Alexandre Julliard | Moved DC origin into device-specific structure. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Alexandre Julliard | Moved parts of the DC initialisation and bitmap selecti... |
blob | commitdiff | raw | diff to current |
2002-04-06 |
Huw D M Davies | Implement ResetDC and PHYSICALOFFSET[X|Y] devcaps. |
blob | commitdiff | raw | diff to current |
2002-04-06 |
Huw D M Davies | Changed default paper size to letter. |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Alexandre Julliard | Changed the GDI driver interface to pass an opaque... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Francois Gouget | Add support for environment variables in the printer... |
blob | commitdiff | raw | diff to current |
2001-07-29 |
Alexandre Julliard | Rewrote Escape to avoid calling down to Escape16. |
blob | commitdiff | raw | diff to current |
2001-07-28 |
Alexandre Julliard | Added GetDeviceCaps to the DC driver interface. Removed... |
blob | commitdiff | raw | diff to current |
2001-07-27 |
Alexandre Julliard | Build the DC function table by using GetProcAddress... |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Ian Pilcher | Rewrite TrueType font metric parsing code. |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Ian Pilcher | Modify init code to handle const data types. |
blob | commitdiff | raw | diff to current |
2001-07-22 |
Alexandre Julliard | Moved the 16-bit pointer to the DIB bits out of the... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Dmitry Timoshkov | Replace PROFILE_* functions by Reg*. |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Marcus Meissner | Implemented /etc/printcap based printing support. |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Ian Pilcher | Fixed rounding error in page size calculation. |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Marcus Meissner | Report that we have 2^16 colors, so PowerPoint97 prints... |
blob | commitdiff | raw | diff to current |
2001-05-03 |
Ian Pilcher | Misc. error checking in PostScript driver. |
blob | commitdiff | raw | diff to current |
2001-04-30 |
Ian Pilcher | Check for errors in PSDRV_Init. |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Marcus Meissner | Added CUPS printing support. |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Ian Pilcher | Make paper size and bin type handling more like Windows... |
blob | commitdiff | raw | diff to current |
2001-04-02 |
Ian Pilcher | Various registry-related PostScript driver enhancements. |
blob | commitdiff | raw | diff to current |
2001-03-20 |
Ove Kaaven | Implemented Get/SetDeviceGammaRamp. |
blob | commitdiff | raw | diff to current |
2001-01-28 |
Huw D M Davies | Take into account unprintable margins in psdrv. |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Alexandre Julliard | Cleaned up dll startup routines now that we have separa... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Patrik Stridvall | Optimized {,p}MoveTo{,Ex}{,16}. |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed... |
blob | commitdiff | raw | diff to current |
2000-10-24 |
Patrik Stridvall | Explicitly initialize structures. |
blob | commitdiff | raw | diff to current |
2000-08-26 |
Dmitry Timoshkov | Register Wine Postscript Driver as "WINEPS", "WINEPS... |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Dimitrie O. Paun | Separate wineps out of Wine's core. |
blob | commitdiff | raw | diff to current |
|