- 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
- 8b9f338 Added DIB_CreateDIBSection with extra parameter ovr_pitch, added by Ove Kaaven · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
- 718b0e4 Corrected arguments in DIB_DeleteDIBSection. by Marcus Meissner · 25 years ago
- ed744e7 Fixed top-down DIB handling in StretchDIBits32(). by Matthew J. Francis · 25 years ago
- 54e4775 Backed out previous change (breaks with metafiles). by Alexandre Julliard · 25 years ago
- 2818a67 Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst by Eric Pouech · 25 years ago
- 3d696d9 CreateDIBitmap creates a monochrome bitmap only when the first color of the by Francois Boisvert · 26 years ago
- d05b7be - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine by Noel Borthwick · 26 years ago
- c73a1fd Some more minor GDI fixes. by Karl Lessard · 26 years ago
- 1bb9860 Small DIB fixes. by Huw D M Davies · 26 years ago
- dee464c Fixed GetDIBits problems. by Karl Lessard · 26 years ago
- 9e9fc1b Relaxed parameter checking for GetDIBits. by Kai Morich · 26 years ago
- 4187579 Ian Ward Dan Langlois Speed up conversion between XImages and DIBSections. by Karl Lessard · 26 years ago
- 9dd16f0 Added protection against possible memory corruption. by Gerard Patel · 26 years ago
- 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 92ae219 Removed redundant include of winbase.h from winuser16.h. by Michael Veksler · 26 years ago
- 56166a6 Implemented recording of StretchDIBits and SetDIBitsToDevice and by Huw D M Davies · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 608629b Fixes for upside-down DIBs. by Huw D M Davies · 26 years ago
- b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
- cc3e5d7 Allow depth of DIB to differ from depth of bitmap in GetDIBits. by Huw D M Davies · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 3da9ff3 Fixes buffer overrun problems with GetDIBits. by Huw D M Davies · 26 years ago
- 4f85bad Change fault handler 'addr' argument to LPCVOID. by Ulrich Weigand · 26 years ago
- 1084b2c Fix types of GetDIBits functions (LPSTR should be LPVOID). by Zygo Blaxell · 26 years ago
- 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
- a38d84d GetSystemPaletteEntries returns palette size if entries==NULL. by Huw D M Davies · 26 years ago
- c011267 Fixed retrieval of invalid palette data in GetDIBits(). by Eric Kohl · 26 years ago
- f1ac4ef Fixed bug in StretchDIBits32 (wrong origin). by Dirk Thierbach · 26 years ago
- 7b06d98 Fixes a few of the many compiler warnings. by Huw D M Davies · 26 years ago
- cd67edd Prevent CreateDIBSection from seg faulting when one dimension of section is 0. by Eric Pouech · 26 years ago
- 91d1608 Moved X11 DIB stuff to x11drv. by Huw D M Davies · 26 years ago
- 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
- d982a71 Don't HeapFree() colormap if we didn't allocate one. by Marcus Meissner · 26 years ago
- 87f87bf Added pBitmapBits and pCreateBitmap to the GDI function table and by Huw D M Davies · 26 years ago
- 14c99d0 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect, by Huw D M Davies · 26 years ago
- 9cd4df1 Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all by Turchanov Sergey · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
- 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
- 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
- ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
- f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
- a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
- 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
- a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
- a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
- 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
- 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
- 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
- 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
- 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
- e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
- a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
- 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
- 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
- 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824