2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Mike McCormack | When GetObject is called with a NULL pointer, return... |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Mike McCormack | Implemented GdiComment for enhanced metafiles. |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Alexandre Julliard | Use a different magic for memory DCs and get rid of... |
blob | commitdiff | raw | diff to current |
2003-01-21 |
Rein Klazes | Allocate palette objects on the large gdi heap. |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Alexandre Julliard | Merged font.h and path.h into gdi.h. Moved x11font... |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made gdi compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Fixed a number of -DSTRICT issues. |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Alexandre Julliard | Moved EnumObjects16, LineDDA16 and associated glue... |
blob | commitdiff | raw | diff to current |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
blob | commitdiff | raw | diff to current |
2002-10-02 |
Alexandre Julliard | Make sure things still work if 16-bit dlls cannot be... |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Alexandre Julliard | Moved a large number of 16-bit functions to a separate... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Huw D M Davies | DeleteObject() can fail if the object is a DC, however... |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Dmitry Timoshkov | Fixed the names of some stock fonts. |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Won Kyu Park | Fixed defaultGuiFont for Korean. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Alexandre Julliard | Removed dependencies on the internals of the region... |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Alexandre Julliard | Fixed vis region handling broken by last change. |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Alexandre Julliard | Moved parts of the DC initialisation and bitmap selecti... |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Huw D M Davies | Fix a few font problems with rotated text and non MM_TE... |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Alexandre Julliard | Changed the GDI driver interface to pass an opaque... |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Hidenori Takeshima | Added default stock objects for known non-US charsets. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Andreas Mohr | Various cosmetic changes. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Alexandre Julliard | Authors: Huw D M Davies <hdavies@codeweavers.com>,... |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Alexandre Julliard | Changed 16-bit GDI Enum* functions to not use thunks... |
blob | commitdiff | raw | diff to current |
2001-09-20 |
Andreas Mohr | Added stub for GdiInit2(). |
blob | commitdiff | raw | diff to current |
2001-09-12 |
Huw D M Davies | Lay down the infrastructure for gdi font rendering. |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Alexandre Julliard | Check for valid object in GDI_GetObjPtr even for MAGIC_... |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Uwe Bonnes | Added reference counting and delayed destruction of... |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Gerard Patel | Test for invalid large handles in GDI_GetObjPtr and... |
blob | commitdiff | raw | diff to current |
2001-08-17 |
Alexandre Julliard | Create GDI stock objects as normal objects instead... |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Alexandre Julliard | Specify sizes for stock fonts again; removed the FixSto... |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Alexandre Julliard | Added names to standard critical sections (suggested... |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Alexandre Julliard | Make sure we don't hold the GDI lock when loading drivers. |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Patrik Stridvall | Documentation name fixes. |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Dmitry Timoshkov | Fixed some dll separation issues. |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Gavriel State | Allocate bitmap objects in the large heap area. |
blob | commitdiff | raw | diff to current |
2001-03-23 |
Alexandre Julliard | Small dll separation fixes. |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Huw D M Davies | Change FONTOBJ to use LOGFONTW rather than LOGFONT16. |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Lionel Ulmer | Fixed the size of the large_handles array. |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed... |
blob | commitdiff | raw | diff to current |
2000-10-31 |
Francois Gouget | Set the thickness of stock pens to 0 so that they are... |
blob | commitdiff | raw | diff to current |
2000-09-16 |
Andreas Mohr | Added support for non-deletable system brushes and... |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Gerard Patel | Restored the hPseudoBitmap hack for programs deleting... |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Andreas Mohr | GetObjectA: unlock the object again even in case of... |
blob | commitdiff | raw | diff to current |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Alexandre Julliard | Moved MulDiv() and VGA routines out of GDI. |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Alexandre Julliard | Removed some unnecessary inclusions of wingdi.h and... |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-20 |
Alexandre Julliard | Moved graphics initialisation to the x11drv/ttydrv... |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Rein Klazes | Correct rounding of the result in MulDiv16(). |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Matthew Cline | GetObjectA() now rejects GDI handles which are invalid. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-01-09 |
Gerard Patel | Avoid deleting of the default 1x1 bitmap for memory... |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Ian Schmidt | Removed unnecessary USER call from GetFontMetrics.... |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Francis Beaudet | Return correct height and width for stock fonts in... |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Patrik Stridvall | - Added missing configuration #if:s and #includes:s. |
blob | commitdiff | raw | diff to current |
1999-09-27 |
Francis Beaudet | DPtoLP needs to round the result. |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Richard Cohen | Make stock fonts independent of mapping mode. |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Ulrich Weigand | Added FinalUserInit16/FinalGdiInit16 stubs. |
blob | commitdiff | raw | diff to current |
1999-07-18 |
Thuy Nguyen | Fixed rounding in MulDiv. |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Patrik Stridvall | Moved code to the X11 driver. |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Huw D M Davies | General tidy up of the MetaFile driver - make sure... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Ulrich Weigand | Added GdiSignalProc() stub. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Patrik Stridvall | More code moved to the X11 driver (bitmap and palette... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-04 |
Patrik Stridvall | Moved some more code to the X11 driver. |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
blob | commitdiff | raw | diff to current |
1998-12-15 |
Paul Quinn | Lots of new defines and stubs. |
blob | commitdiff | raw | diff to current |
1998-12-01 |
Ulrich Weigand | Implemented GdiFreeResources (GDI.609). |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Huw D M Davies | Remove X_DC_INFO from DC and make it behave like any... |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Huw D M Davies | Moved DC_SetupGC functions to graphics/x11drv/graphics.c. |
blob | commitdiff | raw | diff to current |
1998-11-06 |
Huw D M Davies | Moved X11 DIB stuff to x11drv. |
blob | commitdiff | raw | diff to current |
1998-10-23 |
Juergen Schmied | New FONT_GetObject32W(), GetObject32W(). |
blob | commitdiff | raw | diff to current |
1998-10-10 |
Cliff Wright | Added DC object type to the list of valid objects that... |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
blob | commitdiff | raw | diff to current |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
blob | commitdiff | raw | diff to current |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1998-02-15 |
Alexandre Julliard | Release 980215 wine-980215 |
blob | commitdiff | raw | diff to current |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
blob | commitdiff | raw | diff to current |
1997-11-16 |
Alexandre Julliard | Release 971116 wine-971116 |
blob | commitdiff | raw | diff to current |
next |