1. 6ec42c0 Moved a bunch of definitions from gdi.h into a new gdi_private.h to by Alexandre Julliard · 21 years ago
  2. 53145d9 Moved some code around to avoid exporting DIB functions from gdi32. by Alexandre Julliard · 21 years ago
  3. f9be2f3 Removed some unnecessary includes. by Alexandre Julliard · 21 years ago
  4. 2d00b08 Check for the existence of the driver CreateDIBSection before calling it. by Huw Davies · 21 years ago
  5. 352b8bc Make sure we create a polychrome bitmap from the dib. CreateDIBitmap by Huw Davies · 21 years ago
  6. d7a9d4b CreateDIBSection ignores the supplied values of biClrUsed and by Huw Davies · 21 years ago
  7. aadf9ef In CreateDIBitmap, the fact that the bits init flag is set or not by Dave Belanger · 21 years ago
  8. 4db092c Improvement on the code that deals with setting the color map in GetDIBits. by Dave Belanger · 21 years ago
  9. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  10. 473d6cb StretchDIBits: avoid crash on null pointers. by Steve Lustbader · 22 years ago
  11. 547cdc2 Made gdi compile with -DSTRICT. by Alexandre Julliard · 22 years ago
  12. 28a632a Some -DSTRICT fixes. by Michael Stefaniuc · 22 years ago
  13. 1298eb4 Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
  14. aface53 Fixed a number of dll separation issues. by Alexandre Julliard · 23 years ago
  15. 1c4b5c4 Moved a large number of 16-bit functions to a separate gdi16.c file. by Alexandre Julliard · 23 years ago
  16. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  17. d8a9244 Added function table to GDI objects for better encapsulation. by Alexandre Julliard · 23 years ago
  18. 757e7cb Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock with standard Win16 by Andreas Mohr · 23 years ago
  19. e21c15e Changed the GDI driver interface to pass an opaque PHYSDEV pointer by Alexandre Julliard · 23 years ago
  20. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  21. 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
  22. 87abe2f Create a color bitmap in CreateDIBitmap even with a black&white DC. by Alexandre Julliard · 24 years ago
  23. e22a1e6 Use the passed hdc in CreateDIBitmap instead of creating a new one. by Alexandre Julliard · 24 years ago
  24. 658cdb4 Make sure we don't hold the GDI lock when loading drivers. by Alexandre Julliard · 24 years ago
  25. 1d8ef19 DIB_GetBitmapInfo didn't recognize BITMAPV4/5HEADER. by Andreas Mohr · 24 years ago
  26. 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
  27. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  28. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  29. 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
  30. 183eae9 Multiple *ptr++ constructs in one expression have undefined behaviour, by Marcus Meissner · 24 years ago
  31. f32f918 Spelling fixes. by Andreas Mohr · 24 years ago
  32. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  33. c559f3f In CreateDIBSection, the offset into the file mapping does not have to by James Abbatiello · 24 years ago
  34. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  35. 4d75640 Fixed some signed/unsigned warnings. by Joerg Mayer · 24 years ago
  36. a32ddc0 Implemented Get/SetDIBColorTable. by Ove Kaaven · 24 years ago
  37. 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
  38. 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
  39. 2650159 Fixed fallback code for StretchBlt on RLE DIBs with gaps. by Eric Pouech · 25 years ago
  40. 2a2321b Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com> by Alexandre Julliard · 25 years ago
  41. 946a444 Cleaned up a few USER dependencies. by Alexandre Julliard · 25 years ago
  42. 23259ce In CreateDIBSection function, if hdc is NULL it now uses the desktop DC by Stephane Lussier · 25 years ago
  43. a660c79 Moved DIB_FixColorsToLoadflags to cursoricon.c. by Alexandre Julliard · 25 years ago
  44. 8b9f338 Added DIB_CreateDIBSection with extra parameter ovr_pitch, added by Ove Kaaven · 25 years ago
  45. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  46. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  47. 718b0e4 Corrected arguments in DIB_DeleteDIBSection. by Marcus Meissner · 25 years ago
  48. ed744e7 Fixed top-down DIB handling in StretchDIBits32(). by Matthew J. Francis · 25 years ago
  49. 54e4775 Backed out previous change (breaks with metafiles). by Alexandre Julliard · 25 years ago
  50. 2818a67 Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst by Eric Pouech · 25 years ago
  51. 3d696d9 CreateDIBitmap creates a monochrome bitmap only when the first color of the by Francois Boisvert · 26 years ago
  52. d05b7be - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine by Noel Borthwick · 26 years ago
  53. c73a1fd Some more minor GDI fixes. by Karl Lessard · 26 years ago
  54. 1bb9860 Small DIB fixes. by Huw D M Davies · 26 years ago
  55. dee464c Fixed GetDIBits problems. by Karl Lessard · 26 years ago
  56. 9e9fc1b Relaxed parameter checking for GetDIBits. by Kai Morich · 26 years ago
  57. 4187579 Ian Ward Dan Langlois Speed up conversion between XImages and DIBSections. by Karl Lessard · 26 years ago
  58. 9dd16f0 Added protection against possible memory corruption. by Gerard Patel · 26 years ago
  59. 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  60. 92ae219 Removed redundant include of winbase.h from winuser16.h. by Michael Veksler · 26 years ago
  61. 56166a6 Implemented recording of StretchDIBits and SetDIBitsToDevice and by Huw D M Davies · 26 years ago
  62. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  63. 608629b Fixes for upside-down DIBs. by Huw D M Davies · 26 years ago
  64. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  65. cc3e5d7 Allow depth of DIB to differ from depth of bitmap in GetDIBits. by Huw D M Davies · 26 years ago
  66. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  67. 3da9ff3 Fixes buffer overrun problems with GetDIBits. by Huw D M Davies · 26 years ago
  68. 4f85bad Change fault handler 'addr' argument to LPCVOID. by Ulrich Weigand · 26 years ago
  69. 1084b2c Fix types of GetDIBits functions (LPSTR should be LPVOID). by Zygo Blaxell · 26 years ago
  70. 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
  71. a38d84d GetSystemPaletteEntries returns palette size if entries==NULL. by Huw D M Davies · 26 years ago
  72. c011267 Fixed retrieval of invalid palette data in GetDIBits(). by Eric Kohl · 26 years ago
  73. f1ac4ef Fixed bug in StretchDIBits32 (wrong origin). by Dirk Thierbach · 26 years ago
  74. 7b06d98 Fixes a few of the many compiler warnings. by Huw D M Davies · 26 years ago
  75. cd67edd Prevent CreateDIBSection from seg faulting when one dimension of section is 0. by Eric Pouech · 26 years ago
  76. 91d1608 Moved X11 DIB stuff to x11drv. by Huw D M Davies · 26 years ago
  77. 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
  78. d982a71 Don't HeapFree() colormap if we didn't allocate one. by Marcus Meissner · 26 years ago
  79. 87f87bf Added pBitmapBits and pCreateBitmap to the GDI function table and by Huw D M Davies · 26 years ago
  80. 14c99d0 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect, by Huw D M Davies · 26 years ago
  81. 9cd4df1 Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all by Turchanov Sergey · 26 years ago
  82. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  83. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  84. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  85. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  86. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  87. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  88. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  89. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  90. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  91. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  92. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  93. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  94. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  95. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  96. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  97. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  98. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  99. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  100. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824