2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
blob | commitdiff | raw |
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 |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
blob | commitdiff | raw | diff to current |
1997-11-30 |
Alexandre Julliard | Release 971130 wine-971130 |
blob | commitdiff | raw | diff to current |
1997-11-16 |
Alexandre Julliard | Release 971116 wine-971116 |
blob | commitdiff | raw | diff to current |
1997-11-01 |
Alexandre Julliard | Release 971101 wine-971101 |
blob | commitdiff | raw | diff to current |
1997-09-14 |
Alexandre Julliard | Release 970914 wine-970914 |
blob | commitdiff | raw | diff to current |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
blob | commitdiff | raw | diff to current |
1997-07-20 |
Alexandre Julliard | Release 970720 wine-970720 |
blob | commitdiff | raw | diff to current |
1997-06-16 |
Alexandre Julliard | Release 970616 wine-970616 |
blob | commitdiff | raw | diff to current |
1997-05-25 |
Alexandre Julliard | Release 970525 wine-970525 |
blob | commitdiff | raw | diff to current |
1997-05-09 |
Alexandre Julliard | Release 970509 wine-970509 |
blob | commitdiff | raw | diff to current |
1997-04-15 |
Alexandre Julliard | Release 970415 wine-970415 |
blob | commitdiff | raw | diff to current |
1997-03-29 |
Alexandre Julliard | Release 970329 wine-970329 |
blob | commitdiff | raw | diff to current |
1997-03-05 |
Alexandre Julliard | Release 970305 wine-970305 |
blob | commitdiff | raw | diff to current |
1997-01-01 |
Alexandre Julliard | Release 970101 wine-970101 |
blob | commitdiff | raw | diff to current |
1996-12-22 |
Alexandre Julliard | Release 961222 wine-961222 |
blob | commitdiff | raw | diff to current |
1996-12-15 |
Alexandre Julliard | Release 961215 wine-961215 |
blob | commitdiff | raw | diff to current |
1996-12-08 |
Alexandre Julliard | Release 961208 wine-961208 |
blob | commitdiff | raw | diff to current |
1996-11-17 |
Alexandre Julliard | Release 961117 wine-961117 |
blob | commitdiff | raw | diff to current |
1996-11-02 |
Alexandre Julliard | Release 961102 wine-961102 |
blob | commitdiff | raw | diff to current |
1996-10-23 |
Alexandre Julliard | Release 961023 wine-961023 |
blob | commitdiff | raw | diff to current |
1996-10-13 |
Alexandre Julliard | Release 961013 wine-961013 |
blob | commitdiff | raw | diff to current |
1996-08-18 |
Alexandre Julliard | Release 960818 wine-960818 |
blob | commitdiff | raw | diff to current |
1996-08-05 |
Alexandre Julliard | Release 960805 wine-960805 |
blob | commitdiff | raw | diff to current |
1996-07-28 |
Alexandre Julliard | Release 960728 wine-960728 |
blob | commitdiff | raw | diff to current |
1996-07-05 |
Alexandre Julliard | Release 960705 wine-960705 |
blob | commitdiff | raw | diff to current |
1996-06-06 |
Alexandre Julliard | Release 960606 wine-960606 |
blob | commitdiff | raw | diff to current |
next |