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