1. 05df86a Moved more GDI definitions to gdi_private.h. Get rid of bitmap.h and palette.h. by Alexandre Julliard · 21 years ago
  2. 45468c0 Changed the GetTextExtentPoint graphics driver entry point to return by Alexandre Julliard · 21 years ago
  3. cb4ecc8 Implemented Get/SetBoundsRect based on a patch by Ken Belleau. by Alexandre Julliard · 21 years ago
  4. e04fe7d Moved hGCClipRgn handling to the graphics driver. by Alexandre Julliard · 21 years ago
  5. d1f7318 Removed a couple of unused fields in the DC structure. by Alexandre Julliard · 21 years ago
  6. 32f1ac3 Use the exported FONTENUMPROCW as parameter in the EnumDeviceFonts by Alexandre Julliard · 21 years ago
  7. b89525f Removed the bitsPerPixel field in the generic DC structure, and leave by Alexandre Julliard · 21 years ago
  8. 7342390 Get rid of the global INTERNAL_[XY]WSTODS macros. by Alexandre Julliard · 21 years ago
  9. 6ec42c0 Moved a bunch of definitions from gdi.h into a new gdi_private.h to by Alexandre Julliard · 21 years ago
  10. 431a96f Get rid of a W->A crosscall (ResetDCA->ResetDCW). by Vincent Béron · 21 years ago
  11. 9e8ce63 Let enhmetafiles reuse gdi handles. This works by a dc 'registering' by Huw Davies · 21 years ago
  12. 16ff668 Implemented SetDCPenColor and SetDCBrushColor. by Ulrich Czekalla · 21 years ago
  13. 325f646 Implemented the SetArcDirection metarecord in EMF driver. by Dave Belanger · 21 years ago
  14. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  15. 53f9c21 Use angle brackets (<>) rather than quotes ("") for the include by Dimitrie O. Paun · 22 years ago
  16. 3a910c7 Convert CreateDC to unicode in the driver interface. by Dmitry Timoshkov · 22 years ago
  17. 409374d Implementation of the reordering algorithm by calling ICU's reordering by Shachar Shemesh · 22 years ago
  18. c23f857 Don't enable client side fonts unless we have at least one non-symbol by Huw Davies · 22 years ago
  19. 10c37640 Record SetWorldTransform and ModifyWorldTransform in enhanced metafiles. by Mike McCormack · 22 years ago
  20. 399967c Implemented GdiComment for enhanced metafiles. by Mike McCormack · 22 years ago
  21. e1147ba Use a different magic for memory DCs and get rid of the DC_MEMORY flag. by Alexandre Julliard · 22 years ago
  22. 9169729 Merged font.h and path.h into gdi.h. Moved x11font.h to by Alexandre Julliard · 22 years ago
  23. ba9dc78 Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
  24. a0b32d7 Added internal 32-bit versions of GDISelectPalette and GDIRealizePalette. by Alexandre Julliard · 23 years ago
  25. aface53 Fixed a number of dll separation issues. by Alexandre Julliard · 23 years ago
  26. 3d10c1f Mapping mode functions should change dc settings when dc is an enhmf. by Huw D M Davies · 23 years ago
  27. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  28. 5ee1599 Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP (with the help by Alexandre Julliard · 23 years ago
  29. d3cab18 Moved DC origin into device-specific structure. by Alexandre Julliard · 23 years ago
  30. 78b041c Better encapsulation of the font and metafile objects. by Alexandre Julliard · 23 years ago
  31. 376e650 Better separation of the palette functions. Removed the palette driver. by Alexandre Julliard · 23 years ago
  32. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  33. d8a9244 Added function table to GDI objects for better encapsulation. by Alexandre Julliard · 23 years ago
  34. 07439cd Removed dependencies on the internals of the region object. by Alexandre Julliard · 23 years ago
  35. da580c4 Added ExtSelectClipRgn to the DC interface and implemented it for by Alexandre Julliard · 23 years ago
  36. dec2cee Removed some direct accesses to the DC structure. by Alexandre Julliard · 23 years ago
  37. ab246a6 Pass a PHYSDEV to EnumDeviceFont and release the GDI lock in by Alexandre Julliard · 23 years ago
  38. 6715772 Added support for ResetDC. by Huw D M Davies · 23 years ago
  39. 5b01b50 Implement GetTextExtentPointI and add support for ETO_GLYPH_INDEX. by Huw D M Davies · 23 years ago
  40. e21c15e Changed the GDI driver interface to pass an opaque PHYSDEV pointer by Alexandre Julliard · 23 years ago
  41. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  42. 18d7573 Authors: Huw D M Davies <hdavies@codeweavers.com>, Charles Loep <charles@codeweavers.com> by Alexandre Julliard · 23 years ago
  43. 80a3bb4 Removed LoadOEMResource from USER driver. by Alexandre Julliard · 23 years ago
  44. 7d155d6 Changed DC hook and abort proc handling to avoid having to allocate by Alexandre Julliard · 23 years ago
  45. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  46. 814654e Lay down the infrastructure for gdi font rendering. by Huw D M Davies · 24 years ago
  47. 78f9fae Create GDI stock objects as normal objects instead of using magic handle values. by Alexandre Julliard · 24 years ago
  48. 658cdb4 Make sure we don't hold the GDI lock when loading drivers. by Alexandre Julliard · 24 years ago
  49. 9208301 Rewrote Escape to avoid calling down to Escape16. by Alexandre Julliard · 24 years ago
  50. 99bb9f9 Added GetDeviceCaps to the DC driver interface. Removed devCaps by Alexandre Julliard · 24 years ago
  51. 3dd63eb Build the DC function table by using GetProcAddress on the graphics by Alexandre Julliard · 24 years ago
  52. e6c0642 Removed enhmetafile.h. Simplified ENHMETAFILEOBJ structure a bit. by Alexandre Julliard · 24 years ago
  53. 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
  54. 5a4ecdb Fixed typo in INTERNAL_YWSTODS. by Ian Pilcher · 24 years ago
  55. 27398d4 Implemented Get/SetDeviceGammaRamp. by Ove Kaaven · 24 years ago
  56. 39f5428 Moved GetTextMetrics to unicode. by Huw D M Davies · 24 years ago
  57. 2aa85ee Change FONTOBJ to use LOGFONTW rather than LOGFONT16. by Huw D M Davies · 24 years ago
  58. 08936ff Partial implementation of world transform support. by Eric Kohl · 24 years ago
  59. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  60. d3534c3 Optimized {,p}MoveTo{,Ex}{,16}. by Patrik Stridvall · 24 years ago
  61. 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
  62. 007fb24 Added support for non-deletable system brushes and pens created by USER. by Andreas Mohr · 25 years ago
  63. 2ad1a94 Backed out font codepage change. by Alexandre Julliard · 25 years ago
  64. 7901c0b Handle the codepage of fonts if supported by the graphics driver. by Hidenori Takeshima · 25 years ago
  65. 2a2321b Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com> by Alexandre Julliard · 25 years ago
  66. b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
  67. ae41e8c Reordered the CALLBACK and WINAPI directives so that it compiles with by Francois Gouget · 25 years ago
  68. bedf40b Added support for OpenGL. by Lionel Ulmer · 25 years ago
  69. 8b9f338 Added DIB_CreateDIBSection with extra parameter ovr_pitch, added by Ove Kaaven · 25 years ago
  70. 07e4213 Added GetDCOrgEx in graphics device interface and removed X11 code from dc.c. by Alexandre Julliard · 25 years ago
  71. 20512fd GetObjectA() now rejects GDI handles which are invalid. by Matthew Cline · 25 years ago
  72. d1795f6 Avoid deleting of the default 1x1 bitmap for memory DCs. by Gerard Patel · 25 years ago
  73. c553924 Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode. by Huw D M Davies · 25 years ago
  74. b8e94b6 Move Bezier code out of x11drv into commmon GDI code; if any driver by Huw D M Davies · 25 years ago
  75. f0f8da5 Fixes several bugs in gdi path handling. by Huw D M Davies · 25 years ago
  76. e6ab9d3 Make sure that all calls use the extended structures which are a by Ulrich Czekalla · 25 years ago
  77. ec09a40 DPtoLP needs to round the result. by Francis Beaudet · 26 years ago
  78. f86aab8 DC hook proc thunk management simplified. by Ulrich Weigand · 26 years ago
  79. 304d9a4 Change interfaces to THUNK_Alloc/Free slightly and make them non-static. by Huw D M Davies · 26 years ago
  80. fd24362 Winspool DocumentProperties and DeviceCapabilities should now work on by Huw D M Davies · 26 years ago
  81. d016b0a Implement handling of 32 bit AbortProc. by Huw D M Davies · 26 years ago
  82. e39b676 Implement DocumentProperties, DeviceCapabilities, beginnings of by Huw D M Davies · 26 years ago
  83. a9f55c4 Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs by Huw D M Davies · 26 years ago
  84. 7603dea General tidy up of the MetaFile driver - make sure that everything by Huw D M Davies · 26 years ago
  85. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  86. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  87. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  88. 18052c7 Added __attribute__ ((unused)) on static inline functions declared in by David Luyer · 26 years ago
  89. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  90. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  91. d6a91b7 Move OEM resources to the x11drv. by Huw D M Davies · 26 years ago
  92. 9c68faa Remove X_DC_INFO from DC and make it behave like any other PDEVICE. by Huw D M Davies · 26 years ago
  93. 241c730 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the by François Gouget · 26 years ago
  94. 87f87bf Added pBitmapBits and pCreateBitmap to the GDI function table and by Huw D M Davies · 26 years ago
  95. 14c99d0 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect, by Huw D M Davies · 26 years ago
  96. 27bb362 Do not clip source rectangle even by visible region for bitblts. by Ulrich Weigand · 26 years ago
  97. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  98. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  99. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  100. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614