1. 58b29952 Small typo fixes/updates. by Francois Gouget · 23 years ago
  2. e566195 Free cache DCEs if the DC gets deleted. by Alexandre Julliard · 24 years ago
  3. 551586e GetTextExtentExPointW: dump the string before modifying the pointer. by Francois Gouget · 24 years ago
  4. cf67b00 Added stub for GdiInit2(). by Andreas Mohr · 24 years ago
  5. 848bc15 Fix mapping of DEFAULT_CHARSET. by Huw D M Davies · 24 years ago
  6. 2938242 Use the font charset to obtain a codepage for A->W conversion in the by Huw D M Davies · 24 years ago
  7. 814654e Lay down the infrastructure for gdi font rendering. by Huw D M Davies · 24 years ago
  8. 3c0211f Cleanup code that is strange or difficult to parse. by Patrik Stridvall · 24 years ago
  9. 2bbca90 Fixed behavior of GetTextExtentExPointW. It must always return the by Travis Michielsen · 24 years ago
  10. 89b415f Check for valid object in GDI_GetObjPtr even for MAGIC_DONTCARE. by Alexandre Julliard · 24 years ago
  11. 06a49f6 Minor fixes involving handling NULL pointers. by Bill Medland · 24 years ago
  12. 8af0eda Don't hold the GDI lock during accesses to the metafile data. by Alexandre Julliard · 24 years ago
  13. 8e5e003 Added reference counting and delayed destruction of GDI objects. by Uwe Bonnes · 24 years ago
  14. 87abe2f Create a color bitmap in CreateDIBitmap even with a black&white DC. by Alexandre Julliard · 24 years ago
  15. 4bd80ea Test for invalid large handles in GDI_GetObjPtr and GDI_FreeObject. by Gerard Patel · 24 years ago
  16. e22a1e6 Use the passed hdc in CreateDIBitmap instead of creating a new one. by Alexandre Julliard · 24 years ago
  17. 78f9fae Create GDI stock objects as normal objects instead of using magic handle values. by Alexandre Julliard · 24 years ago
  18. e811f9c Specify sizes for stock fonts again; removed the FixStockFontSize by Alexandre Julliard · 24 years ago
  19. 7174338 Release GDI lock before calling DeleteDC from RestoreDC. by Alexandre Julliard · 24 years ago
  20. 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
  21. 658cdb4 Make sure we don't hold the GDI lock when loading drivers. by Alexandre Julliard · 24 years ago
  22. 1d8ef19 DIB_GetBitmapInfo didn't recognize BITMAPV4/5HEADER. by Andreas Mohr · 24 years ago
  23. 99bb9f9 Added GetDeviceCaps to the DC driver interface. Removed devCaps by Alexandre Julliard · 24 years ago
  24. 3dd63eb Build the DC function table by using GetProcAddress on the graphics by Alexandre Julliard · 24 years ago
  25. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  26. e6c0642 Removed enhmetafile.h. Simplified ENHMETAFILEOBJ structure a bit. by Alexandre Julliard · 24 years ago
  27. f925f81 Got rid of all the ugly macros. by Alexandre Julliard · 24 years ago
  28. db92305 Documentation fixes. by Patrik Stridvall · 24 years ago
  29. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  30. 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
  31. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  32. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  33. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  34. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  35. 56a1992 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  36. 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
  37. 698ef15 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  38. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  39. 183eae9 Multiple *ptr++ constructs in one expression have undefined behaviour, by Marcus Meissner · 24 years ago
  40. 1426c8c Documentation updates. by Andreas Mohr · 24 years ago
  41. 4328e51 Fixed some dll separation issues. by Dmitry Timoshkov · 24 years ago
  42. ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
  43. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  44. 67f0be1 Implemented GetCharABCWidths with GetCharWidth. by Marcus Meissner · 24 years ago
  45. a0f9e71 Extracted MEMCHECK into an extra function to avoid a gcc-2.95.2 compiler bug. by Marcus Meissner · 24 years ago
  46. f32f918 Spelling fixes. by Andreas Mohr · 24 years ago
  47. 92205aa Take a stab at implementing SetSolidBrush16. by Andreas Mohr · 24 years ago
  48. 96cda94 Add NULL check for lpnFit in GetTextExtentExPointW. by Dmitry Timoshkov · 24 years ago
  49. 270bc58 Move implementation of CreateDC16 to CreateDCA. by Dmitry Timoshkov · 24 years ago
  50. 035d454 Allocate bitmap objects in the large heap area. by Gavriel State · 24 years ago
  51. 4f44845 GetDeviceCaps: make sure the devCaps field is not NULL before dereferencing it. by Francois Gouget · 24 years ago
  52. 26ee2ca Fix member names in NEWTEXTMETRICEX structs. by Huw D M Davies · 24 years ago
  53. 9515336 Small dll separation fixes. by Alexandre Julliard · 24 years ago
  54. 27398d4 Implemented Get/SetDeviceGammaRamp. by Ove Kaaven · 24 years ago
  55. 39f5428 Moved GetTextMetrics to unicode. by Huw D M Davies · 24 years ago
  56. 916a1a6 Fix typo in OUTLINETEXTMETRIC definition. by Huw D M Davies · 24 years ago
  57. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  58. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  59. 651332e Better implementation of EMF record EMR_EXTSELECTCLIPRGN. by Dmitry Timoshkov · 24 years ago
  60. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  61. 2aa85ee Change FONTOBJ to use LOGFONTW rather than LOGFONT16. by Huw D M Davies · 24 years ago
  62. c559f3f In CreateDIBSection, the offset into the file mapping does not have to by James Abbatiello · 24 years ago
  63. c5276fd Implement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MASKBLT, by Dmitry Timoshkov · 24 years ago
  64. 4c2a14d Remove unused outXform. by Huw D M Davies · 24 years ago
  65. 4f5838f Fix EMF positioning when rclFrame has a non-zero origin. by Huw D M Davies · 24 years ago
  66. c2b32a7 Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced by Dmitry Timoshkov · 24 years ago
  67. 9977e53 Disabled setting of window origin from an EMF. by Eric Kohl · 24 years ago
  68. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  69. 0711df6 Disabled setting of viewport origin from an EMF. by Eric Kohl · 24 years ago
  70. d40ef6b Several fixes for playing enhanced metafiles in a given rectangle. by Eric Kohl · 24 years ago
  71. c9ec884 Documentation updates. by Andreas Mohr · 24 years ago
  72. 05fc3cd Typo fixes in comments. by Francois Gouget · 24 years ago
  73. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  74. 4d75640 Fixed some signed/unsigned warnings. by Joerg Mayer · 24 years ago
  75. da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
  76. 4638414 CreateFontIndirect() can get NULL pointers. by Marcus Meissner · 24 years ago
  77. 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
  78. 02919df Use handle to palette instead of index for EMR_SELECTPALETTE. by Eric Kohl · 24 years ago
  79. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  80. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  81. f6168db Fixed some warnings. by Alexandre Julliard · 24 years ago
  82. 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
  83. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  84. 161bc83 Add a stub for the CAPS1 capability in GetDeviceCaps. by Brian Teague · 24 years ago
  85. 5687823 Fixed the size of the large_handles array. by Lionel Ulmer · 24 years ago
  86. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  87. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  88. a32ddc0 Implemented Get/SetDIBColorTable. by Ove Kaaven · 24 years ago
  89. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  90. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  91. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  92. 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
  93. 826de2b Use GDISelectPalette16 instead of SelectPalette and by Andreas Mohr · 24 years ago
  94. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  95. b8d450f Allow pens with styles greater than PS_INSIDEFRAME to be created with by Francois Gouget · 24 years ago
  96. 78767e6 Set the thickness of stock pens to 0 so that they are not scaled. by Francois Gouget · 24 years ago
  97. 4c18636 Use GetStockObject() instead of the magic STOCK_* handles. by Alexandre Julliard · 24 years ago
  98. bbdb9db Avoid infinite loop in CreateRoundRectRgn(). by Aviad Pineles · 24 years ago
  99. f87b96e - Explicitly initialize structures. by Patrik Stridvall · 24 years ago
  100. ff59c33 Make EnumEnhMetaFile work. by Dmitry Timoshkov · 24 years ago