Framework for the doppler effect.
[wine] / dlls / gdi /
2003-03-30  Adam GundyDon't look at the second character of the path unless...
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-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Paul RupeFix a couple INT/UINT comparisons.
2003-03-07  Tony LambregtsJanitorial. Get rid of W->A call.
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-02-12  Warren BairdImplementation of GetDeviceCaps in metafile driver.
2003-02-11  Warren BairdFix wrong structure used to determine the size of a...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed a number of -DSTRICT issues.
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
2002-11-21  Steve LustbaderStub for SetDCBrushColor.
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-15  Huw DaviesProper handling of SetTextCharacterExtra.
2002-11-13  Huw DaviesWe need to compare the world transforms (at least the...
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-06  Patrik StridvallUpdated the generated tests.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-04  Patrik StridvallUpdated the generated tests.
2002-10-29  Patrik StridvallUpdated the generated tests.
2002-10-23  Patrik StridvallUpdated the generated tests.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-18  Alexandre JulliardMoved EnumObjects16, LineDDA16 and associated glue...
2002-10-18  Alexandre JulliardSplit out some 16-bit GDI code.
2002-10-18  Alexandre JulliardConverted PlayMetaFileRecord and related functions...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-15  Patrik StridvallUpdated the generated tests.
2002-10-03  Alexandre JulliardMoved CreateBrushIndirect16 and CreateDIBPatternBrush16...
2002-10-02  Patrik StridvallAdded some more autogenerated tests.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-23  Patrik StridvallCleaned up the code so it would be easier to parse...
2002-09-12  Alexandre JulliardReplaced 'heap' .spec statement by a command line option.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-29  Alexandre JulliardAdded internal 32-bit versions of GDISelectPalette and
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-28  Huw D M DaviesBitBlt and StretchBlt generate META_DIBSTRETCHBLT records.
2002-08-17  François GougetDetect the FreeType version and adapt the sfnt offset...
2002-08-17  Huw D M DaviesMapping mode functions should change dc settings when...
2002-08-17  Dmitry TimoshkovDo not leave uninitialized pointer.
2002-08-17  Huw D M DaviesImplement simple ExtTextOut for enhmfdrv.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-17  Mike McCormackSet cbBits in the EMRCREATEDIBPATTERNBRUSHPT structure...
2002-08-17  Huw D M DaviesFix for metafile ExtTextOut that only includes the...
2002-08-17  Huw D M DaviesImplemented a few device caps.
2002-08-17  Huw D M DaviesFix for sign of font height in non MM_TEXT mode.
2002-08-17  Patrik StridvallFixed some issues found by winapi_check.
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-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-24  Andreas MohrMisc spelling fixes.
2002-07-10  Alexandre JulliardQuiet the font loading error.
2002-06-25  Alexandre JulliardReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP...
2002-06-24  Huw D M DaviesDon't map symbol charset through WCToMB.
2002-06-22  Huw D M Davies- Implement AddFontResource*, add stubs for RemoveFontR...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
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-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-28  Alexandre JulliardA few fixes in ExtSelectClipRgn metafile functions.
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-20  Alexandre JulliardAdded configure check for the soname of libraries that...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
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 JulliardAdded ExtSelectClipRgn to the DC interface and implemen...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
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-04-17  Alexandre JulliardExport a few more 16-bit GDI functions. Finished wineps...
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-04-04  Alexandre JulliardFixed compile without freetype.
2002-04-03  Aric StewartUse rect only if there are flags.
2002-04-03  Huw D M DaviesAdded writing META_ESCAPE records.
next