]> icculus.org git repositories - mikachu/openbox.git/history - render/render.c
made all the gradients work with integer math. removed the pipecross and rectangle...
[mikachu/openbox.git] / render / render.c
2003-06-21 Dana Jansensalways create the bg pixmap, X seems to not like it...
2003-06-21 Dana Jansensmore namespacing with Rr*
2003-06-21 Dana Jansensmore namespacing with Rr*
2003-06-21 Dana Jansensmore namespacing with Rr*
2003-06-21 Dana Jansensmore namespacing with Rr*
2003-06-21 Dana Jansensmore namespacing with Rr*
2003-06-21 Dana Jansensmore namespacing to Rr*
2003-06-21 Dana Jansensrename pixel32/16 to RrPixel32/16
2003-06-20 Dana Jansensthis is going to break the kernel/ building.
2003-06-20 Dana Jansenssimply the render interface by not requiring the settin...
2003-06-20 Dana Jansensremove non-planar surfaces
2003-05-25 Derek Foremangl is starting. it's gonna get really ugly really...
2003-05-22 Derek Foremanremoved a piece of code I suspect has never been run
2003-05-22 Derek Foremankeep XVisualInfo around in preparation for opengl stuff
2003-05-20 Dana Jansensput the devation back how it used to be, it aws definat...
2003-05-20 Dana Jansensremove the elliptic gradient type.
2003-05-18 Dana Jansensmake icons use pixel32 data, and image_draw takes pixel...
2003-05-18 Dana Jansens2 in 1 deal :\
2003-05-09 Dana Jansensall my changes while i was offline.
2003-04-27 Dana Jansensfix window icon rendering, was using incorrect size.
2003-04-15 Dana Jansensmake minsize take int*'s not a Size*
2003-04-14 Dana Jansensshrink the area that the textures are rendered into...
2003-04-13 Dana Jansensallow freeing NULL appearances
2003-04-06 Dana Jansensifndef NOT IFNDEF GAH
2003-04-06 Derek ForemanFix reduce color depth to not use original data
2003-04-06 Dana Jansensadd stdlib.h for exit()
2003-04-06 Dana Jansensadd function to give the minimum size of an appearance...
2003-04-06 Derek Foremanadded superb pseudo-color (8bpp) support
2003-04-02 Dana Jansenswill seg again
2003-04-02 Dana Jansensstop copying. still segfault?
2003-04-02 Dana Jansensfind the right offset in the source data for parent...
2003-04-02 Derek Foremanlet there be parentrelative
2003-03-28 Derek Foremanmoved paint's arguments into the appearance struct
2003-03-28 Derek Foremanfix draw order in x_paint
2003-03-28 Derek Foremanblack. not white. oops
2003-03-28 Derek Foremanblack for parentrelative so we can test icons
2003-03-26 Derek Foremanadd rgba icon support
2003-03-26 Derek Foremanadd a Rect to the textures for positioning them
2003-03-23 Dana Jansensadd more size checks
2003-03-21 Dana Jansensadd strict ansi compliance
2003-03-19 Derek Foremanadded depth reduction and startup for true color visuals
2003-03-19 Dana Jansensfree the right pixel data yay!
2003-03-19 Dana Jansensfree the pixel data
2003-03-19 Dana Jansenscan fit on one line
2003-03-19 Dana Jansensinitialize texture to NULL if theres no textures. use...
2003-03-17 Dana Jansenspass the x,y,w,h to font_draw.
2003-03-17 Derek Foremansolids should now work with offsets
2003-03-17 Derek Foremanmore random pokery
2003-03-17 Derek Foremaneither offsets work, or I've broken lots of things.
2003-03-17 Derek Foremanpaint gets more parameters
2003-03-17 Derek Foremanin keeping with my tradition of committing untested...
2003-03-17 Derek Foremanhack so text shows up
2003-03-17 Dana Jansensdont delete the pixmap until after changeing the visibl...
2003-03-17 Derek Foremanadd missing include, pass right args to font_draw
2003-03-16 Derek Foremanmalloc. yeah.
2003-03-16 Derek Foremancopy textures in appearance_copy
2003-03-16 Derek Foremantry to render fonts
2003-03-16 Dana Jansensmerge the C branch into HEAD