Moved server.h to include/wine.
[wine] / dlls / gdi /
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallFixed some issues found by winapi_check.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-13  Dmitry TimoshkovReplace PROFILE_GetWineIniString by RegQueryValueExA.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-05-31  Dmitry TimoshkovList 16-bit resources separately as RC_SRCS16.
2001-05-09  Marcus MeissnerImplemented /etc/printcap based printing support.
2001-05-07  Marcus MeissnerChanged some ptr into str.
2001-04-27  Marcus MeissnerAdded CUPS printing support.
2001-03-21  Ove KaavenImplemented Get/SetDeviceGammaRamp.
2001-03-05  Ian PilcherDon't load the WINEPS driver until it's needed.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-06  Marcus MeissnerDon't call QueryAbort16() in WriteSpool16(), since...
2000-12-26  Francois GougetAdded GetDCBrushColor and GetDCPenColor.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Alexandre JulliardExport a few 16-bit functions needed by higher-level...
2000-11-25  Ove KaavenWinG was written for 8bpp DIBs, so some apps assume...
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-31  Alexandre JulliardRemoved obsolete TOOLSUBDIRS dependency.
2000-10-13  Marcus MeissnerStubbed GetDeviceGammaRamp.
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-12  Andreas Mohr- fixes debugger output
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-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-04  Alexandre JulliardAdded a few missing imports.
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-25  Alexandre JulliardMerged wing.dll into gdi32.dll.
2000-06-24  Alexandre JulliardSplit bidi16.c and network.c out of misc/ into their...
2000-06-23  Andreas MohrAdded more ordinals to KERNEL, GDI, USER and system...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-05-30  Dimitrie O. PaunAdd include for LoadLibrary.
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.
2000-05-30  Dimitrie O. PaunMoved DISPDIB out of the kernel into GDI.
2000-05-18  Patrik StridvallGetRelAbs for some reason takes 2 parameters, even...
2000-05-07  Alexandre JulliardCleaned up local heap initialisation.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-24  Alexandre JulliardMoved gdi/user thunking functions into their respective...
2000-03-24  Huw D M DaviesFix spec file entries for EnumFontFamiliesEx*.
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.