We need to compare the world transforms (at least the 4 scaling
[wine] / dlls / gdi / Makefile.in
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-18  Alexandre JulliardSplit out some 16-bit GDI code.
2002-10-02  Patrik StridvallAdded some more autogenerated tests.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-12  Alexandre JulliardReplaced 'heap' .spec statement by a command line option.
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-06-14  Huw D M DaviesAdded PatBlt support in enhanced metafiles.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-03  Huw D M DaviesLoad libfreetype.so on the fly with dlopen and friends.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-27  Alexandre JulliardMoved metafiles and win16 drivers to dlls/gdi.
2002-03-26  Alexandre JulliardRenamed some 16-bit spec files to match the dll name.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2001-12-17  Alexandre JulliardChanged 16-bit GDI Enum* functions to not use thunks...
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-05-31  Dmitry TimoshkovList 16-bit resources separately as RC_SRCS16.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardRemoved obsolete TOOLSUBDIRS dependency.
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-08-04  Alexandre JulliardAdded a few missing imports.
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
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-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-05-30  Dimitrie O. PaunMoved DISPDIB out of the kernel into GDI.
2000-03-24  Alexandre JulliardMoved gdi/user thunking functions into their respective...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.