2001-10-02 |
Alexandre Julliard | Free cache DCEs if the DC gets deleted. |
blob | commitdiff | raw |
2001-09-12 |
Huw D M Davies | Lay down the infrastructure for gdi font rendering. |
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-17 |
Alexandre Julliard | Create GDI stock objects as normal objects instead... |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Alexandre Julliard | Release GDI lock before calling DeleteDC from RestoreDC. |
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-28 |
Alexandre Julliard | Added GetDeviceCaps to the DC driver interface. Removed... |
blob | commitdiff | raw | diff to current |
2001-07-27 |
Alexandre Julliard | Build the DC function table by using GetProcAddress... |
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-06-28 |
Patrik Stridvall | Documentation name fixes. |
blob | commitdiff | raw | diff to current |
2001-06-25 |
Dmitry Timoshkov | Replace some 16-bit calls by their 32-bit equivalents. |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Dmitry Timoshkov | Move implementation of CreateDC16 to CreateDCA. |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Francois Gouget | GetDeviceCaps: make sure the devCaps field is not NULL... |
blob | commitdiff | raw | diff to current |
2001-03-20 |
Ove Kaaven | Implemented Get/SetDeviceGammaRamp. |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Brian Teague | Add a stub for the CAPS1 capability in GetDeviceCaps. |
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-29 |
Alexandre Julliard | Use GetStockObject() instead of the magic STOCK_* handles. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Marcus Meissner | Stubbed GetDeviceGammaRamp. |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Marcus Meissner | WORD is unsigned, so we need to transalte 0xffff into -1. |
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-09-07 |
Gerard Patel | Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1... |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Alexandre Julliard | Backed out font codepage change. |
blob | commitdiff | raw | diff to current |
2000-08-20 |
Hidenori Takeshima | Handle the codepage of fonts if supported by the graphi... |
blob | commitdiff | raw | diff to current |
2000-08-20 |
Alexandre Julliard | Fixed GDI locking in GetDeviceCaps. |
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 |
Phillip Ezolt | Fixed CreateDC to work properly when it is called with... |
blob | commitdiff | raw | diff to current |
2000-06-12 |
Gerard Patel | hookThunk was not initialized in GetDcState. |
blob | commitdiff | raw | diff to current |
2000-05-18 |
Patrik Stridvall | GetRelAbs for some reason takes 2 parameters, even... |
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-19 |
Alexandre Julliard | Added GetDCOrgEx in graphics device interface and remov... |
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-30 |
Marcus Meissner | GetDeviceCaps: spot yet unsupported accesses to the... |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Gerard Patel | Removed DeleteObject call left over from previous patch. |
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-21 |
Huw D M Davies | Add stubs for Get/SetLayout(). |
blob | commitdiff | raw | diff to current |
1999-09-20 |
Ulrich Weigand | DC hook proc thunk management simplified. |
blob | commitdiff | raw | diff to current |
1999-09-13 |
Huw D M Davies | Change interfaces to THUNK_Alloc/Free slightly and... |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Huw D M Davies | Implement handling of 32 bit AbortProc. |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Patrik Stridvall | Moved code to the X11 driver. |
blob | commitdiff | raw | diff to current |
1999-06-05 |
Noel Borthwick | From CreateCompatibleDC, pass the device name associate... |
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-05-17 |
Huw D M Davies | Implement DocumentProperties, DeviceCapabilities, begin... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Ulrich Weigand | Check for busy DCE moved to DCHook16(). |
blob | commitdiff | raw | diff to current |
1999-05-04 |
Francis Beaudet | Check if DC is busy before deleting it. |
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-15 |
Huw D M Davies | Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s... |
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-28 |
Marcus Meissner | Fixed a lot of warnings using WINE_UNUSED, casts, comme... |
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 |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
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-10 |
Alexandre Julliard | Authors: Francis Beaudet <francis@macadamian.com>,... |
blob | commitdiff | raw | diff to current |
1998-11-26 |
Ulrich Weigand | Removed some unnecessary FIXME outputs. |
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-01 |
Ulrich Weigand | Bugfix: SetDCState did not reset clipping region to... |
blob | commitdiff | raw | diff to current |
1998-10-28 |
François Gouget | Fixed some LPPOINT/LPSIZE mismatches and some missing... |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Ulrich Weigand | Do not clip source rectangle even by visible region... |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Ulrich Weigand | Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClip... |
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-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
blob | commitdiff | raw | diff to current |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
blob | commitdiff | raw | diff to current |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
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 |
1998-02-01 |
Alexandre Julliard | Release 980201 wine-980201 |
blob | commitdiff | raw | diff to current |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
blob | commitdiff | raw | diff to current |
1997-11-01 |
Alexandre Julliard | Release 971101 wine-971101 |
blob | commitdiff | raw | diff to current |
1997-10-12 |
Alexandre Julliard | Release 971012 wine-971012 |
blob | commitdiff | raw | diff to current |
1997-09-14 |
Alexandre Julliard | Release 970914 wine-970914 |
blob | commitdiff | raw | diff to current |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
blob | commitdiff | raw | diff to current |
1997-06-29 |
Alexandre Julliard | Release 970629 wine-970629 |
blob | commitdiff | raw | diff to current |
1997-06-16 |
Alexandre Julliard | Release 970616 wine-970616 |
blob | commitdiff | raw | diff to current |
1997-03-05 |
Alexandre Julliard | Release 970305 wine-970305 |
blob | commitdiff | raw | diff to current |
1997-02-15 |
Alexandre Julliard | Release 970215 wine-970215 |
blob | commitdiff | raw | diff to current |
1997-02-02 |
Alexandre Julliard | Release 970202 wine-970202 |
blob | commitdiff | raw | diff to current |
1997-01-01 |
Alexandre Julliard | Release 970101 wine-970101 |
blob | commitdiff | raw | diff to current |
1996-12-22 |
Alexandre Julliard | Release 961222 wine-961222 |
blob | commitdiff | raw | diff to current |
1996-12-15 |
Alexandre Julliard | Release 961215 wine-961215 |
blob | commitdiff | raw | diff to current |
1996-12-01 |
Alexandre Julliard | Release 961201 wine-961201 |
blob | commitdiff | raw | diff to current |
1996-11-02 |
Alexandre Julliard | Release 961102 wine-961102 |
blob | commitdiff | raw | diff to current |
1996-10-23 |
Alexandre Julliard | Release 961023 wine-961023 |
blob | commitdiff | raw | diff to current |
1996-10-13 |
Alexandre Julliard | Release 961013 wine-961013 |
blob | commitdiff | raw | diff to current |
1996-09-28 |
Alexandre Julliard | Release 960928 wine-960928 |
blob | commitdiff | raw | diff to current |
1996-09-02 |
Alexandre Julliard | Release 960902 wine-960902 |
blob | commitdiff | raw | diff to current |
1996-08-24 |
Alexandre Julliard | Release 960824 wine-960824 |
blob | commitdiff | raw | diff to current |
1996-07-28 |
Alexandre Julliard | Release 960728 wine-960728 |
blob | commitdiff | raw | diff to current |
1996-07-17 |
Alexandre Julliard | Release 960717 wine-960717 |
blob | commitdiff | raw | diff to current |
1996-06-16 |
Alexandre Julliard | Release 960616 wine-960616 |
blob | commitdiff | raw | diff to current |
next |