2001-09-12 |
Huw D M Davies | Lay down the infrastructure for gdi font rendering. |
blob | commitdiff | raw |
2001-08-17 |
Alexandre Julliard | Create GDI stock objects as normal objects instead... |
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-29 |
Alexandre Julliard | Rewrote Escape to avoid calling down to Escape16. |
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-24 |
Alexandre Julliard | Removed enhmetafile.h. Simplified ENHMETAFILEOBJ struct... |
blob | commitdiff | raw | diff to current |
2001-07-22 |
Alexandre Julliard | Moved the 16-bit pointer to the DIB bits out of the... |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Ian Pilcher | Fixed typo in INTERNAL_YWSTODS. |
blob | commitdiff | raw | diff to current |
2001-03-20 |
Ove Kaaven | Implemented Get/SetDeviceGammaRamp. |
blob | commitdiff | raw | diff to current |
2001-03-16 |
Huw D M Davies | Moved GetTextMetrics to unicode. |
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-24 |
Eric Kohl | Partial implementation of world transform support. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Patrik Stridvall | Optimized {,p}MoveTo{,Ex}{,16}. |
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-09-16 |
Andreas Mohr | Added support for non-deletable system brushes and... |
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-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Francois Gouget | Reordered the CALLBACK and WINAPI directives so that... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Lionel Ulmer | Added support for OpenGL. |
blob | commitdiff | raw | diff to current |
2000-04-29 |
Ove Kaaven | Added DIB_CreateDIBSection with extra parameter ovr_pit... |
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-13 |
Matthew Cline | GetObjectA() now rejects GDI handles which are invalid. |
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-12-26 |
Huw D M Davies | Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode. |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Huw D M Davies | Move Bezier code out of x11drv into commmon GDI code... |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Huw D M Davies | Fixes several bugs in gdi path handling. |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Ulrich Czekalla | Make sure that all calls use the extended structures... |
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-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-09-10 |
Huw D M Davies | Winspool DocumentProperties and DeviceCapabilities... |
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-05-17 |
Huw D M Davies | Implement DocumentProperties, DeviceCapabilities, begin... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Huw D M Davies | Split off wingdi16.h from wingdi.h. Add many more... |
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-01 |
Patrik Stridvall | More code moved to the X11 driver (bitmap and palette... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
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-25 |
David Luyer | Added __attribute__ ((unused)) on static inline functio... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
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-02 |
Huw D M Davies | Move OEM resources to the x11drv. |
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-10-28 |
François Gouget | Fixed some LPPOINT/LPSIZE mismatches and some missing... |
blob | commitdiff | raw | diff to current |
1998-10-28 |
Huw D M Davies | Added pBitmapBits and pCreateBitmap to the GDI function... |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Huw D M Davies | Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPo... |
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-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-07-12 |
Alexandre Julliard | Release 980712 wine-980712 |
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-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-16 |
Alexandre Julliard | Release 971116 wine-971116 |
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-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
blob | commitdiff | raw | diff to current |
1997-06-16 |
Alexandre Julliard | Release 970616 wine-970616 |
blob | commitdiff | raw | diff to current |
1997-04-15 |
Alexandre Julliard | Release 970415 wine-970415 |
blob | commitdiff | raw | diff to current |
1997-03-29 |
Alexandre Julliard | Release 970329 wine-970329 |
blob | commitdiff | raw | diff to current |
1997-01-12 |
Alexandre Julliard | Release 970112 wine-970112 |
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-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-08-24 |
Alexandre Julliard | Release 960824 wine-960824 |
blob | commitdiff | raw | diff to current |
1996-07-17 |
Alexandre Julliard | Release 960717 wine-960717 |
blob | commitdiff | raw | diff to current |
1996-07-12 |
Alexandre Julliard | Release 960712 wine-960712 |
blob | commitdiff | raw | diff to current |
1996-07-05 |
Alexandre Julliard | Release 960705 wine-960705 |
blob | commitdiff | raw | diff to current |
1996-06-11 |
Alexandre Julliard | Release 960611 wine-960611 |
blob | commitdiff | raw | diff to current |
1996-06-06 |
Alexandre Julliard | Release 960606 wine-960606 |
blob | commitdiff | raw | diff to current |
1996-05-16 |
Alexandre Julliard | Release 960516 wine-960516 |
blob | commitdiff | raw | diff to current |
1996-05-06 |
Alexandre Julliard | Release 960506 wine-960506 |
blob | commitdiff | raw | diff to current |
1996-04-28 |
Alexandre Julliard | Release 960428 wine-960428 |
blob | commitdiff | raw | diff to current |
1996-02-18 |
Alexandre Julliard | Release 960218 wine-960218 |
blob | commitdiff | raw | diff to current |
1995-10-03 |
Alexandre Julliard | Release 951003 wine-951003 |
blob | commitdiff | raw | diff to current |
1995-07-06 |
Alexandre Julliard | Release 950706 wine-950706 |
blob | commitdiff | raw | diff to current |
1995-03-19 |
Alexandre Julliard | Release 950319 wine-950319 |
blob | commitdiff | raw | diff to current |
1995-02-16 |
Alexandre Julliard | Release 950216 wine-950216 |
blob | commitdiff | raw | diff to current |
1995-01-09 |
Alexandre Julliard | Release 950109 wine-950109 |
blob | commitdiff | raw | diff to current |
1994-12-27 |
Alexandre Julliard | Release 941227 wine-941227 |
blob | commitdiff | raw | diff to current |
1994-12-10 |
Alexandre Julliard | Release 941210 wine-941210 |
blob | commitdiff | raw | diff to current |
1994-11-07 |
Alexandre Julliard | Release 941107 wine-941107 |
blob | commitdiff | raw | diff to current |
1994-10-30 |
Alexandre Julliard | Release 941030 wine-941030 |
blob | commitdiff | raw | diff to current |
1994-10-17 |
Alexandre Julliard | Release 941017 wine-941017 |
blob | commitdiff | raw | diff to current |
1994-09-16 |
Alexandre Julliard | Release 940912 wine-940912 |
blob | commitdiff | raw | diff to current |
1994-05-25 |
Alexandre Julliard | Release 940524 wine-940524 |
blob | commitdiff | raw | diff to current |
1994-04-21 |
Alexandre Julliard | Release 940420 wine-940420 |
blob | commitdiff | raw | diff to current |
1994-04-05 |
Alexandre Julliard | Release 940405 wine-940405 |
blob | commitdiff | raw | diff to current |
1994-03-01 |
Alexandre Julliard | Release 940301 wine-940301 |
blob | commitdiff | raw | diff to current |
1994-01-12 |
Alexandre Julliard | Release 0.6 wine-0.6 |
blob | commitdiff | raw | diff to current |
1994-01-04 |
Alexandre Julliard | Release 0.5 wine-0.5 |
blob | commitdiff | raw | diff to current |
next |