1. db92305 Documentation fixes. by Patrik Stridvall · 24 years ago
  2. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  3. 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
  4. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  5. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  6. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  7. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  8. 56a1992 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  9. 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
  10. 698ef15 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  11. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  12. 183eae9 Multiple *ptr++ constructs in one expression have undefined behaviour, by Marcus Meissner · 24 years ago
  13. 1426c8c Documentation updates. by Andreas Mohr · 24 years ago
  14. 4328e51 Fixed some dll separation issues. by Dmitry Timoshkov · 24 years ago
  15. ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
  16. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  17. 67f0be1 Implemented GetCharABCWidths with GetCharWidth. by Marcus Meissner · 24 years ago
  18. a0f9e71 Extracted MEMCHECK into an extra function to avoid a gcc-2.95.2 compiler bug. by Marcus Meissner · 24 years ago
  19. f32f918 Spelling fixes. by Andreas Mohr · 24 years ago
  20. 92205aa Take a stab at implementing SetSolidBrush16. by Andreas Mohr · 24 years ago
  21. 96cda94 Add NULL check for lpnFit in GetTextExtentExPointW. by Dmitry Timoshkov · 24 years ago
  22. 270bc58 Move implementation of CreateDC16 to CreateDCA. by Dmitry Timoshkov · 24 years ago
  23. 035d454 Allocate bitmap objects in the large heap area. by Gavriel State · 24 years ago
  24. 4f44845 GetDeviceCaps: make sure the devCaps field is not NULL before dereferencing it. by Francois Gouget · 24 years ago
  25. 26ee2ca Fix member names in NEWTEXTMETRICEX structs. by Huw D M Davies · 24 years ago
  26. 9515336 Small dll separation fixes. by Alexandre Julliard · 24 years ago
  27. 27398d4 Implemented Get/SetDeviceGammaRamp. by Ove Kaaven · 24 years ago
  28. 39f5428 Moved GetTextMetrics to unicode. by Huw D M Davies · 24 years ago
  29. 916a1a6 Fix typo in OUTLINETEXTMETRIC definition. by Huw D M Davies · 24 years ago
  30. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  31. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  32. 651332e Better implementation of EMF record EMR_EXTSELECTCLIPRGN. by Dmitry Timoshkov · 24 years ago
  33. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  34. 2aa85ee Change FONTOBJ to use LOGFONTW rather than LOGFONT16. by Huw D M Davies · 24 years ago
  35. c559f3f In CreateDIBSection, the offset into the file mapping does not have to by James Abbatiello · 24 years ago
  36. c5276fd Implement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MASKBLT, by Dmitry Timoshkov · 24 years ago
  37. 4c2a14d Remove unused outXform. by Huw D M Davies · 24 years ago
  38. 4f5838f Fix EMF positioning when rclFrame has a non-zero origin. by Huw D M Davies · 24 years ago
  39. c2b32a7 Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced by Dmitry Timoshkov · 24 years ago
  40. 9977e53 Disabled setting of window origin from an EMF. by Eric Kohl · 24 years ago
  41. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  42. 0711df6 Disabled setting of viewport origin from an EMF. by Eric Kohl · 24 years ago
  43. d40ef6b Several fixes for playing enhanced metafiles in a given rectangle. by Eric Kohl · 24 years ago
  44. c9ec884 Documentation updates. by Andreas Mohr · 24 years ago
  45. 05fc3cd Typo fixes in comments. by Francois Gouget · 24 years ago
  46. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  47. 4d75640 Fixed some signed/unsigned warnings. by Joerg Mayer · 24 years ago
  48. da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
  49. 4638414 CreateFontIndirect() can get NULL pointers. by Marcus Meissner · 24 years ago
  50. 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
  51. 02919df Use handle to palette instead of index for EMR_SELECTPALETTE. by Eric Kohl · 24 years ago
  52. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  53. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  54. f6168db Fixed some warnings. by Alexandre Julliard · 24 years ago
  55. 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
  56. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  57. 161bc83 Add a stub for the CAPS1 capability in GetDeviceCaps. by Brian Teague · 24 years ago
  58. 5687823 Fixed the size of the large_handles array. by Lionel Ulmer · 24 years ago
  59. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  60. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  61. a32ddc0 Implemented Get/SetDIBColorTable. by Ove Kaaven · 24 years ago
  62. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  63. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  64. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  65. 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
  66. 826de2b Use GDISelectPalette16 instead of SelectPalette and by Andreas Mohr · 24 years ago
  67. 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
  68. b8d450f Allow pens with styles greater than PS_INSIDEFRAME to be created with by Francois Gouget · 24 years ago
  69. 78767e6 Set the thickness of stock pens to 0 so that they are not scaled. by Francois Gouget · 24 years ago
  70. 4c18636 Use GetStockObject() instead of the magic STOCK_* handles. by Alexandre Julliard · 24 years ago
  71. bbdb9db Avoid infinite loop in CreateRoundRectRgn(). by Aviad Pineles · 24 years ago
  72. f87b96e - Explicitly initialize structures. by Patrik Stridvall · 24 years ago
  73. ff59c33 Make EnumEnhMetaFile work. by Dmitry Timoshkov · 24 years ago
  74. 409eb44 Fixed painting problems in non-MM_TEXT modes. by Ulrich Weigand · 24 years ago
  75. 97827ea Stubbed GetDeviceGammaRamp. by Marcus Meissner · 24 years ago
  76. bcbb6ec Return values are reversed in failure/rgdata == NULL case in by Marcus Meissner · 24 years ago
  77. ea8795b GDISelectPalette16 checked GetObjectType() return value for by Andreas Mohr · 25 years ago
  78. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  79. 3b216de Fixed return values of GetRegionData. by Sergei Ivanov · 25 years ago
  80. 13de9b3 WORD is unsigned, so we need to transalte 0xffff into -1. by Marcus Meissner · 25 years ago
  81. 1b490b4 Fixed format strings. by Gerald Pfeifer · 25 years ago
  82. ab86a9e Henning Hoffmann Avoid deadlocks in EnumMetaFile. by Alexandre Julliard · 25 years ago
  83. 3993216 Moved Select/RealizePalette implementation to USER and use by Alexandre Julliard · 25 years ago
  84. 007fb24 Added support for non-deletable system brushes and pens created by USER. by Andreas Mohr · 25 years ago
  85. 2650159 Fixed fallback code for StretchBlt on RLE DIBs with gaps. by Eric Pouech · 25 years ago
  86. feb8737 Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1 for 16 bits programs. by Gerard Patel · 25 years ago
  87. 5faa5d7 Restored the hPseudoBitmap hack for programs deleting the 1x1 bitmap by Gerard Patel · 25 years ago
  88. 2ad1a94 Backed out font codepage change. by Alexandre Julliard · 25 years ago
  89. 024e881 GetObjectA: unlock the object again even in case of failure. by Andreas Mohr · 25 years ago
  90. 7901c0b Handle the codepage of fonts if supported by the graphics driver. by Hidenori Takeshima · 25 years ago
  91. 9bfb173 Fixed GDI locking in GetDeviceCaps. by Alexandre Julliard · 25 years ago
  92. c7acd78 Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and by Huw D M Davies · 25 years ago
  93. 2a2321b Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com> by Alexandre Julliard · 25 years ago
  94. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
  95. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  96. 4fef2f1 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. by Alexandre Julliard · 25 years ago
  97. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  98. 93652e1 Moved a bunch of functions out of libwine/kernel/gdi into USER. by Alexandre Julliard · 25 years ago
  99. b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
  100. 15467bf Moved MulDiv() and VGA routines out of GDI. by Alexandre Julliard · 25 years ago