Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / objects / gdiobj.c
2003-01-21  Rein KlazesAllocate palette objects on the large gdi heap.
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-10-18  Alexandre JulliardMoved EnumObjects16, LineDDA16 and associated glue...
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-10-02  Alexandre JulliardMake sure things still work if 16-bit dlls cannot be...
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-08-15  Huw D M DaviesDeleteObject() can fail if the object is a DC, however...
2002-06-13  Dmitry TimoshkovFixed the names of some stock fonts.
2002-06-13  Won Kyu ParkFixed defaultGuiFont for Korean.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-07  Alexandre JulliardFixed vis region handling broken by last change.
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-20  Hidenori TakeshimaAdded default stock objects for known non-US charsets.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrVarious cosmetic changes.
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-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-17  Alexandre JulliardChanged 16-bit GDI Enum* functions to not use thunks...
2001-09-20  Andreas MohrAdded stub for GdiInit2().
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-08-27  Alexandre JulliardCheck for valid object in GDI_GetObjPtr even for MAGIC_...
2001-08-20  Uwe BonnesAdded reference counting and delayed destruction of...
2001-08-18  Gerard PatelTest for invalid large handles in GDI_GetObjPtr and...
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardSpecify sizes for stock fonts again; removed the FixSto...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-15  Alexandre JulliardMake sure we don't hold the GDI lock when loading drivers.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-05-22  Dmitry TimoshkovFixed some dll separation issues.
2001-04-16  Gavriel StateAllocate bitmap objects in the large heap area.
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-11-29  Lionel UlmerFixed the size of the large_handles array.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-31  Francois GougetSet the thickness of stock pens to 0 so that they are...
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-08-25  Gerard PatelRestored the hPseudoBitmap hack for programs deleting...
2000-08-25  Andreas MohrGetObjectA: unlock the object again even in case of...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-01  Alexandre JulliardMoved MulDiv() and VGA routines out of GDI.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-12  Rein KlazesCorrect rounding of the result in MulDiv16().
2000-02-13  Matthew ClineGetObjectA() now rejects GDI handles which are invalid.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-09  Gerard PatelAvoid deleting of the default 1x1 bitmap for memory...
1999-11-04  Ian SchmidtRemoved unnecessary USER call from GetFontMetrics....
1999-10-31  Francis BeaudetReturn correct height and width for stock fonts in...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-27  Francis BeaudetDPtoLP needs to round the result.
1999-09-03  Richard CohenMake stock fonts independent of mapping mode.
1999-07-27  Ulrich WeigandAdded FinalUserInit16/FinalGdiInit16 stubs.
1999-07-18  Thuy NguyenFixed rounding in MulDiv.
1999-07-04  Patrik StridvallMoved code to the X11 driver.
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-25  Huw D M DaviesGeneral tidy up of the MetaFile driver - make sure...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Ulrich WeigandAdded GdiSignalProc() stub.
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-01  Ulrich WeigandImplemented GdiFreeResources (GDI.609).
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-11-22  Huw D M DaviesMoved DC_SetupGC functions to graphics/x11drv/graphics.c.
1998-11-06  Huw D M DaviesMoved X11 DIB stuff to x11drv.
1998-10-23  Juergen SchmiedNew FONT_GetObject32W(), GetObject32W().
1998-10-10  Cliff WrightAdded DC object type to the list of valid objects that...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-10-12  Alexandre JulliardRelease 971012 wine-971012
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-07-20  Alexandre JulliardRelease 970720 wine-970720
1997-06-29  Alexandre JulliardRelease 970629 wine-970629
next