2004-03-30 |
Huw Davies | Select the dibsection into a dc before calling GetDIBCo... |
blob | commitdiff | raw |
2004-03-29 |
Huw Davies | Honour DIB_PAL_COLORS when the bitmap depths match. |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Huw Davies | When using DIB_PAL_COLORS select the current palette... |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Dmitry Timoshkov | CreateDIBSection takes a const pointer to BITMAPINFO. |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Alexandre Julliard | Moved more GDI definitions to gdi_private.h. |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Jon Griffiths | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Alexandre Julliard | Moved a bunch of definitions from gdi.h into a new... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Alexandre Julliard | Moved some code around to avoid exporting DIB functions... |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Huw Davies | Check for the existence of the driver CreateDIBSection... |
blob | commitdiff | raw | diff to current |
2003-11-12 |
Huw Davies | Make sure we create a polychrome bitmap from the dib... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Huw Davies | CreateDIBSection ignores the supplied values of biClrUs... |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Dave Belanger | In CreateDIBitmap, the fact that the bits init flag... |
blob | commitdiff | raw | diff to current |
2003-10-11 |
Dave Belanger | Improvement on the code that deals with setting the... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Steve Lustbader | StretchDIBits: avoid crash on null pointers. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made gdi compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Michael Stefaniuc | Some -DSTRICT fixes. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Alexandre Julliard | Fixed a number of dll separation issues. |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Alexandre Julliard | Moved a large number of 16-bit functions to a separate... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Andreas Mohr | Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock... |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Alexandre Julliard | Changed the GDI driver interface to pass an opaque... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Alexandre Julliard | Create a color bitmap in CreateDIBitmap even with a... |
blob | commitdiff | raw | diff to current |
2001-08-17 |
Alexandre Julliard | Use the passed hdc in CreateDIBitmap instead of creatin... |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Alexandre Julliard | Make sure we don't hold the GDI lock when loading drivers. |
blob | commitdiff | raw | diff to current |
2001-08-03 |
Andreas Mohr | DIB_GetBitmapInfo didn't recognize BITMAPV4/5HEADER. |
blob | commitdiff | raw | diff to current |
2001-07-22 |
Alexandre Julliard | Moved the 16-bit pointer to the DIB bits out of the... |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Patrik Stridvall | Documentation name fixes. |
blob | commitdiff | raw | diff to current |
2001-06-14 |
Marcus Meissner | Multiple *ptr++ constructs in one expression have undef... |
blob | commitdiff | raw | diff to current |
2001-04-20 |
Andreas Mohr | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-02-12 |
James Abbatiello | In CreateDIBSection, the offset into the file mapping... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Joerg Mayer | Fixed some signed/unsigned warnings. |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Ove Kaaven | Implemented Get/SetDIBColorTable. |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed... |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
blob | commitdiff | raw | diff to current |
2000-09-10 |
Eric Pouech | Fixed fallback code for StretchBlt on RLE DIBs with... |
blob | commitdiff | raw | diff to current |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
blob | commitdiff | raw | diff to current |
2000-07-30 |
Alexandre Julliard | Cleaned up a few USER dependencies. |
blob | commitdiff | raw | diff to current |
2000-07-11 |
Stephane Lussier | In CreateDIBSection function, if hdc is NULL it now... |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Alexandre Julliard | Moved DIB_FixColorsToLoadflags to cursoricon.c. |
blob | commitdiff | raw | diff to current |
2000-04-29 |
Ove Kaaven | Added DIB_CreateDIBSection with extra parameter ovr_pit... |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Marcus Meissner | Corrected arguments in DIB_DeleteDIBSection. |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Matthew J. Francis | Fixed top-down DIB handling in StretchDIBits32(). |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Alexandre Julliard | Backed out previous change (breaks with metafiles). |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Eric Pouech | Optimized StretchDIBits to call SetDIBitsToDevice ... |
blob | commitdiff | raw | diff to current |
1999-09-23 |
Francois Boisvert | CreateDIBitmap creates a monochrome bitmap only when... |
blob | commitdiff | raw | diff to current |
1999-09-20 |
Noel Borthwick | - Add clipboard support for copying/pasting bitmaps... |
blob | commitdiff | raw | diff to current |
1999-09-19 |
Karl Lessard | Some more minor GDI fixes. |
blob | commitdiff | raw | diff to current |
1999-09-19 |
Huw D M Davies | Small DIB fixes. |
blob | commitdiff | raw | diff to current |
1999-09-14 |
Karl Lessard | Fixed GetDIBits problems. |
blob | commitdiff | raw | diff to current |
1999-09-13 |
Kai Morich | Relaxed parameter checking for GetDIBits. |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Karl Lessard | Ian Ward |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Gerard Patel | Added protection against possible memory corruption. |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Michael Veksler | Removed redundant include of winbase.h from winuser16.h. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Huw D M Davies | Implemented recording of StretchDIBits and SetDIBitsToD... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Huw D M Davies | Fixes for upside-down DIBs. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Patrik Stridvall | More code moved to the X11 driver (bitmap and palette... |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Huw D M Davies | Allow depth of DIB to differ from depth of bitmap in... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Huw D M Davies | Fixes buffer overrun problems with GetDIBits. |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Ulrich Weigand | Change fault handler 'addr' argument to LPCVOID. |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Zygo Blaxell | Fix types of GetDIBits functions (LPSTR should be LPVOID). |
blob | commitdiff | raw | diff to current |
1999-02-04 |
Patrik Stridvall | Moved some more code to the X11 driver. |
blob | commitdiff | raw | diff to current |
1998-11-30 |
Huw D M Davies | GetSystemPaletteEntries returns palette size if entries... |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Eric Kohl | Fixed retrieval of invalid palette data in GetDIBits(). |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Dirk Thierbach | Fixed bug in StretchDIBits32 (wrong origin). |
blob | commitdiff | raw | diff to current |
1998-11-14 |
Huw D M Davies | Fixes a few of the many compiler warnings. |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Eric Pouech | Prevent CreateDIBSection from seg faulting when one... |
blob | commitdiff | raw | diff to current |
1998-11-06 |
Huw D M Davies | Moved X11 DIB stuff to x11drv. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Jesper Skov | egcs 'ambiguous else' warnings fixes. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Marcus Meissner | Don't HeapFree() colormap if we didn't allocate one. |
blob | commitdiff | raw | diff to current |
1998-10-28 |
Huw D M Davies | Added pBitmapBits and pCreateBitmap to the GDI function... |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Huw D M Davies | Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPo... |
blob | commitdiff | raw | diff to current |
1998-10-18 |
Turchanov Sergey | Fixed bug in DIB_SetImageBits_RLE8 (because 'color... |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
blob | commitdiff | raw | diff to current |
1998-07-12 |
Alexandre Julliard | Release 980712 wine-980712 |
blob | commitdiff | raw | diff to current |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
blob | commitdiff | raw | diff to current |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1998-02-15 |
Alexandre Julliard | Release 980215 wine-980215 |
blob | commitdiff | raw | diff to current |
1998-02-01 |
Alexandre Julliard | Release 980201 wine-980201 |
blob | commitdiff | raw | diff to current |
1998-01-18 |
Alexandre Julliard | Release 980118 wine-980118 |
blob | commitdiff | raw | diff to current |
1998-01-04 |
Alexandre Julliard | Release 980104 wine-980104 |
blob | commitdiff | raw | diff to current |
next |