Removed no longer needed uses of LDPATH.
[wine] / dlls / gdi / Makefile.in
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-27  Alexandre JulliardGet rid of win16drv directory.
2003-02-27  Alexandre JulliardRemoved the 16-bit graphics driver support; this has...
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
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.