Fix building/linking resources on Mingw.
[wine] / dlls / gdi /
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.
2002-04-03  Huw D M DaviesRemoved old FF_ code.
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-04-03  Huw D M DaviesAdd font substitution lookup in the registry. We look...
2002-04-03  Dmitry TimoshkovImplement GetGlyphIndices. Tweak GetCharacterPlacement...
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-23  Eric PouechChanged fixed fonts family name.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-02-02  Alexandre JulliardDo not use the PEB lock as loader lock, use a separate...
2002-01-29  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2001-12-24  Francois GougetInclude ftsnames.h or ftnames.h, not both.
2001-12-17  Alexandre JulliardChanged 16-bit GDI Enum* functions to not use thunks...
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-10-23  Huw D M DaviesImplement GetFontData.
2001-09-20  Andreas MohrAdded stub for GdiInit2().
2001-09-14  Dmitry TimoshkovDo not hold the GDI lock while 16-bit ExtDeviceMode...
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-08-18  Marcus MeissnerDo not hold the GDI lock when the ABORTDOC procedure...
2001-08-15  Alexandre JulliardFixed win16drv initialisation.
2001-07-31  Jukka HeinonenInclude device name in call to CreateIC.
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
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.
next