]> icculus.org git repositories - mikachu/openbox.git/history - render/color.c
fix some warnings from -Wall
[mikachu/openbox.git] / render / color.c
2006-03-14 Mikael Magnussonfix 1bit bitmaps on msbfirst architectures + some inden...
2004-03-21 Mikael Magnussonyay no tabs in the source
2003-10-15 Dana Jansensconsistant glib type usage
2003-10-11 Dana Jansensadd an id to colors for debugging purposes
2003-10-10 Dana Jansensadd an assert to try catch color hash table misuses
2003-09-17 Dana Jansensno tabs
2003-09-17 Dana Jansensadd copyright headers, adjust --version output to inclu...
2003-09-03 Dana Jansensremove bad comment
2003-09-02 Dana Jansensremove XXX comment, it was right, now its done :>
2003-09-02 Dana Jansensuse the new color hash to cache RrColors
2003-08-31 Dana Jansensadd RrColorGC
2003-08-28 Dana Jansensfix a bunch of memleaks from valgrind and stuff
2003-07-24 Dana Jansensuse ob_debug for any debug printing and only display...
2003-07-11 Dana Jansensremoved the RrEndian so using LSBFirst always now....
2003-07-10 Dana Jansensremove rependancy on geom.h from the kernel, provide...
2003-07-05 Dana Jansenstry some better default offsets for big endian machines.
2003-07-05 Dana Jansensused RrColorShift when RrColorOffset was what we wanted
2003-06-21 Dana Jansensuse the pseudo shit in the instance now
2003-06-21 Dana Jansensmore namespacing with Rr*
2003-06-21 Dana Jansensmore namespacing with Rr*
2003-06-21 Dana Jansensrename pixel32/16 to RrPixel32/16
2003-06-21 Dana Jansensrename color_rgb to RrColor
2003-06-20 Dana Jansensthis is going to break the kernel/ building.
2003-06-03 Dana Jansensmore unique error for unhandles image bit depths, remov...
2003-06-03 Dana Jansenshandle increase_depth on 1bpp images
2003-05-20 Dana Jansensput the devation back how it used to be, it aws definat...
2003-05-18 Dana Jansensmake icons use pixel32 data, and image_draw takes pixel...
2003-05-18 Derek Foremanfix poor naming of the default offset
2003-04-13 Dana Jansensdont fux self in color_free if the color is NULL
2003-04-06 Derek ForemanFix reduce color depth to not use original data
2003-04-06 Derek Foremanadded superb pseudo-color (8bpp) support
2003-03-21 Dana Jansensadd strict ansi compliance
2003-03-19 Derek Foremanadded depth reduction and startup for true color visuals
2003-03-17 Derek Foremanpaint gets more parameters
2003-03-17 Dana Jansensdecalre variables before code!
2003-03-16 Dana Jansensmerge the C branch into HEAD