Remove support for 'file', 'name', and 'mode' in .spec files.
[wine] / graphics / x11drv / palette.c
2002-08-29  Michael StefaniucConvert HPALETTE to a void*.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Gregg MattinsonReplaced 0 by -1 to indicate free entry in
2002-05-02  Alexandre JulliardCleaned up some inter-dll dependencies in palette manag...
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-21  François GougetHandle more than 8 bits per color component.
2001-10-17  Francois GougetUse the same color conversion algorithm as the DIB...
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-06-19  Dmitry TimoshkovReplace PROFILE_ functions by RegQueryValueExA in x11drv.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-16  Gavriel StateCopy the first 128 colors from the default colormap...
2001-03-28  Gavriel State- Always use a double-buffered visual if one is available.
2001-02-12  Andreas Mohr- move TSXGrabServer after a possible return FALSE;
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-29  Alexandre JulliardUse GetStockObject() instead of the magic STOCK_* handles.
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-04-09  Dimitrie O. PaunReplaced xmalloc calls with malloc/HeapAlloc calls.
2000-03-28  Alexandre JulliardFixed memory allocations.
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
1999-10-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-07-10  Juergen SchmiedFixed crash due to invalid GDI_Obj.
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-08  Pavel RoskinFixed palette handling for true/high-color X11.
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallFixed typo.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-15  Pavel RoskinFixed ugly disabled controls and black background in...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...