1. 5811a2c gdi32: Use the official constants instead of the old Win9x magic numbers for GDI object types. by Alexandre Julliard · 16 years ago
  2. 667a1ed gdi32: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  3. 2d94915 gdi32: Don't cast the void pointer returned by GDI_GetObjPtr(). by Michael Stefaniuc · 16 years ago
  4. 44be6c7 gdi32: Sign-compare warnings fix. by Andrew Talbot · 17 years ago
  5. ce552d4 gdi32: CreateDIBitmap should check for SetDIBits failure. by Lei Zhang · 17 years ago
  6. fd8746b gdi32: Fix palette of 1bpp DIB in GetDIBits. by Michael Karcher · 17 years ago
  7. 5333923 gdi32: Respect DIB_PAL_COLORS in every case. by Michael Karcher · 17 years ago
  8. 1441311 gdi32: Avoid null pointer dereference in CreateDIBSection. by Nikolay Sivov · 17 years ago
  9. 515b40c gdi32: Rename DIB_BitmapInfoSize to bitmap_info_size and fix to take into account bit field masks. by Huw Davies · 17 years ago
  10. baceb8d gdi32: Return bitmask for 32-bit bitmaps too in GetDIBits. by Alexandre Julliard · 17 years ago
  11. 99892d6 gdi32: Fixed initialization of bit masks in GetDIBits for 16-bit bitmaps. by Alexandre Julliard · 17 years ago
  12. 6e387f3 gdi32: Store the return value separately in StretchDIBits instead of overwriting heightSrc. by Alexandre Julliard · 17 years ago
  13. 5953a86 gdi32: Properly handle SetDIBits failure in StretchDIBits. by Alexandre Julliard · 17 years ago
  14. 26ad939 janitorial: Remove links to any microsoft site. by James Hawkins · 17 years ago
  15. 582de7b gdi32: Optimise StretchBlt for the case where no stretching is being done and the whole image is being set. by Rob Shearman · 17 years ago
  16. 67a9edb gdi32: Get rid of a few more uses of DC_GetDCPtr. by Alexandre Julliard · 17 years ago
  17. 44b52b1 Assorted spelling fixes. by Francois Gouget · 17 years ago
  18. d0d4c74 gdi32: Remove unneeded casts. by Andrew Talbot · 17 years ago
  19. baa8d22 gdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc in the bitmap functions. by Alexandre Julliard · 18 years ago
  20. 1476e34 gdi32: Add separate functions for releasing/freeing DCs to replace the standard GDI ones. by Alexandre Julliard · 18 years ago
  21. fa23944 gdi32: Do not fill in the color table if lpvBits is NULL. by Jeremy White · 18 years ago
  22. 2a81c1a gdi32: Make BITMAPINFOHEADER biSize check match what other parts of code do. by Dmitry Timoshkov · 18 years ago
  23. d711728 gdi32: Add check for null pointer in SetDIBitsToDevice. by Louis Lenders · 18 years ago
  24. f31b67a gdi32: Add a GetDIBits test. by Dmitry Timoshkov · 18 years ago
  25. 75b8f88 gdi32: Get rid of the gdi.h include. by Alexandre Julliard · 18 years ago
  26. c60757b gdi32: Avoid accessing the internal palette object from dib.c. by Alexandre Julliard · 18 years ago
  27. f7ffbe4 gdi32: Remove call to CreateCompatibleDC() from GetDIBits() implementation. by Alexandre Julliard · 18 years ago
  28. 7dfc447 gdi32: Renamed the gdi directory to gdi32. by Alexandre Julliard · 18 years ago[Renamed from dlls/gdi/dib.c]
  29. a0b260e gdi: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  30. 6d070ea gdi: Cast-qual warnings fix. by Andrew Talbot · 19 years ago
  31. 1a2417d gdi32: Get rid of the no longer needed DIB_CreateDIBSection export. by Alexandre Julliard · 19 years ago
  32. 122b800 gdi: Constify data. by Andrew Ziem · 19 years ago
  33. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  34. 4f5cbfb gdi32: Disallow creation of compressed DIB sections. by Ulrich Czekalla · 19 years ago
  35. e32932e gdi: Fix 24bpp -> 32bpp copy. by Huw Davies · 19 years ago
  36. c9e02e1 When creating DIBs with a color depth <= 8, always set biClrUsed field by Peter Beutner · 19 years ago
  37. 87e878a Fix GetDIBits to retrieve RGB 555 as 16bit BI_RGB and RGB 565 as 16bit by Felix Nawothnig · 20 years ago
  38. 0f2c2b8 Fix for BI_BITFIELDS: The color masks are at the same position in all by Michael Kaufmann · 20 years ago
  39. 31acf7f Release DC in error condition on StretchDIBits. by Juan Lang · 20 years ago
  40. a5abe26 Initialize more structure members, including biSizeImage if bits == by Michael Kaufmann · 20 years ago
  41. 9591466 Moved the driver-independent part of CreateDIBSection into GDI. by Alexandre Julliard · 20 years ago
  42. 8e34fa6 Don't hold the GDI lock when calling DC_GetDCUpdate. by Huw Davies · 20 years ago
  43. a34c234 Check for overflows with ClrUsed. by Marcus Meissner · 20 years ago
  44. 0dd2910 - Extended support for BITMAPCOREINFO / BITMAPCOREHEADER structures. by Michael Kaufmann · 20 years ago
  45. b4eee49 The "colors" parameter of SetDIBColorTable should be CONST. by Robert Shearman · 20 years ago
  46. 970b221 Fix a regression caused by an earlier patch for CreateDIBitmap. by Michael Kaufmann · 21 years ago
  47. cdcdbe5 Authors: Michael Kaufmann <hallo@michael-kaufmann.ch>, Huw Davies <huw@codeweavers.com> by Alexandre Julliard · 21 years ago
  48. dd8922f Repect the width of both the src and dst when calculating how many by Huw Davies · 21 years ago
  49. cead7c0 Updated some MSDN links in the code. by Jeroen Janssen · 21 years ago
  50. ebc6a2d Moved all files from the objects/ directory to dlls/gdi. by Alexandre Julliard · 21 years ago[Renamed from objects/dib.c]
  51. 605e22a Return line count when the bits parameter is NULL. by Alex Villacís Lasso · 21 years ago
  52. fddf5ce Select the dibsection into a dc before calling GetDIBColorTable. by Huw Davies · 21 years ago
  53. 1614517 Honour DIB_PAL_COLORS when the bitmap depths match. by Huw Davies · 21 years ago
  54. 89b6080 When using DIB_PAL_COLORS select the current palette into the memory by Huw Davies · 21 years ago
  55. 21fc3c8 CreateDIBSection takes a const pointer to BITMAPINFO. by Dmitry Timoshkov · 21 years ago
  56. 05df86a Moved more GDI definitions to gdi_private.h. Get rid of bitmap.h and palette.h. by Alexandre Julliard · 21 years ago
  57. 783a395 Documentation fixes. by Jon Griffiths · 21 years ago
  58. 6ec42c0 Moved a bunch of definitions from gdi.h into a new gdi_private.h to by Alexandre Julliard · 21 years ago
  59. 53145d9 Moved some code around to avoid exporting DIB functions from gdi32. by Alexandre Julliard · 21 years ago
  60. f9be2f3 Removed some unnecessary includes. by Alexandre Julliard · 21 years ago
  61. 2d00b08 Check for the existence of the driver CreateDIBSection before calling it. by Huw Davies · 21 years ago
  62. 352b8bc Make sure we create a polychrome bitmap from the dib. CreateDIBitmap by Huw Davies · 21 years ago
  63. d7a9d4b CreateDIBSection ignores the supplied values of biClrUsed and by Huw Davies · 21 years ago
  64. aadf9ef In CreateDIBitmap, the fact that the bits init flag is set or not by Dave Belanger · 21 years ago
  65. 4db092c Improvement on the code that deals with setting the color map in GetDIBits. by Dave Belanger · 21 years ago
  66. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  67. 473d6cb StretchDIBits: avoid crash on null pointers. by Steve Lustbader · 22 years ago
  68. 547cdc2 Made gdi compile with -DSTRICT. by Alexandre Julliard · 22 years ago
  69. 28a632a Some -DSTRICT fixes. by Michael Stefaniuc · 22 years ago
  70. 1298eb4 Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
  71. aface53 Fixed a number of dll separation issues. by Alexandre Julliard · 23 years ago
  72. 1c4b5c4 Moved a large number of 16-bit functions to a separate gdi16.c file. by Alexandre Julliard · 23 years ago
  73. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  74. d8a9244 Added function table to GDI objects for better encapsulation. by Alexandre Julliard · 23 years ago
  75. 757e7cb Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock with standard Win16 by Andreas Mohr · 23 years ago
  76. e21c15e Changed the GDI driver interface to pass an opaque PHYSDEV pointer by Alexandre Julliard · 23 years ago
  77. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  78. 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
  79. 87abe2f Create a color bitmap in CreateDIBitmap even with a black&white DC. by Alexandre Julliard · 24 years ago
  80. e22a1e6 Use the passed hdc in CreateDIBitmap instead of creating a new one. by Alexandre Julliard · 24 years ago
  81. 658cdb4 Make sure we don't hold the GDI lock when loading drivers. by Alexandre Julliard · 24 years ago
  82. 1d8ef19 DIB_GetBitmapInfo didn't recognize BITMAPV4/5HEADER. by Andreas Mohr · 24 years ago
  83. 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
  84. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  85. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  86. 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
  87. 183eae9 Multiple *ptr++ constructs in one expression have undefined behaviour, by Marcus Meissner · 24 years ago
  88. f32f918 Spelling fixes. by Andreas Mohr · 24 years ago
  89. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  90. c559f3f In CreateDIBSection, the offset into the file mapping does not have to by James Abbatiello · 24 years ago
  91. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  92. 4d75640 Fixed some signed/unsigned warnings. by Joerg Mayer · 24 years ago
  93. a32ddc0 Implemented Get/SetDIBColorTable. by Ove Kaaven · 24 years ago
  94. 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
  95. 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
  96. 2650159 Fixed fallback code for StretchBlt on RLE DIBs with gaps. by Eric Pouech · 25 years ago
  97. 2a2321b Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com> by Alexandre Julliard · 25 years ago
  98. 946a444 Cleaned up a few USER dependencies. by Alexandre Julliard · 25 years ago
  99. 23259ce In CreateDIBSection function, if hdc is NULL it now uses the desktop DC by Stephane Lussier · 25 years ago
  100. a660c79 Moved DIB_FixColorsToLoadflags to cursoricon.c. by Alexandre Julliard · 25 years ago