Added some more autogenerated tests.
[wine] / dlls / gdi / printdrv.c
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-07  Andreas MohrReplace DOSFS_GetFullName with wine_get_unix_file_name.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-08-18  Marcus MeissnerDo not hold the GDI lock when the ABORTDOC procedure...
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-13  Dmitry TimoshkovReplace PROFILE_GetWineIniString by RegQueryValueExA.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-05-09  Marcus MeissnerImplemented /etc/printcap based printing support.
2001-04-27  Marcus MeissnerAdded CUPS printing support.
2001-01-06  Marcus MeissnerDon't call QueryAbort16() in WriteSpool16(), since...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.