]> icculus.org git repositories - dana/openbox.git/history - render
negatives that work!
[dana/openbox.git] / render /
2003-03-26 Derek Foremanadd rgba icon support
2003-03-26 Derek Foremanrgba icon rendering
2003-03-26 Derek Foremanadd image.c to the build process
2003-03-26 Derek Foremanadded "NoTexture" type
2003-03-26 Derek Foremanfilled out rgba
2003-03-26 Derek Foremanadd a Rect to the textures for positioning them
2003-03-26 Derek Foremaninclude appropriate header file for Rect
2003-03-26 Derek Foremanadded position to the textures
2003-03-25 Dana Jansensbettr font alignment, i think
2003-03-23 Dana Jansensgl aint used yet
2003-03-23 Dana Jansensseems to be better text placement than ever
2003-03-23 Dana Jansensfound what seems to be a better vertical offset for...
2003-03-23 Dana Jansensdont render gradients that are missing
2003-03-23 Dana Jansensadd more size checks
2003-03-23 Dana Jansensno \n in g_message
2003-03-21 Dana Jansensadd strict ansi compliance
2003-03-21 Dana Jansensinclude gettext.h from the right place
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-19 Dana Jansenskill the const, use g_new instead of malloc, g_free...
2003-03-19 Dana Jansenskill the const
2003-03-19 Dana Jansensclean up comments regarding alpha
2003-03-17 Dana Jansensdont put \n's at the end of g_message
2003-03-17 Dana Jansenskill the debug print
2003-03-17 Dana Jansenspass the x,y,w,h to font_draw.
2003-03-17 Dana Jansensmeasure the font's height instead of listening to Xft
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 Foremanmore changes wrt passing x, y, w, h to render
2003-03-17 Derek Foremanpaint gets more parameters
2003-03-17 Derek Foremanapparently my variable names were too verbose.
2003-03-17 Derek Foremanoffsets in planar surfaces
2003-03-17 Dana Jansensdecalre variables before code!
2003-03-17 Derek Foremanadded justification to textureText
2003-03-17 Dana Jansensdont need those includes no more
2003-03-17 Derek Foremanin keeping with my tradition of committing untested...
2003-03-17 Derek Foremanmove pixmap_mask typedef
2003-03-17 Dana Jansensadd funcs to create/free pixmap_masks
2003-03-17 Dana Jansensadd glib.h for guint
2003-03-17 Dana Jansensinclude Xlib.h for Pixmap
2003-03-17 Dana Jansensadd mask.[ch]
2003-03-17 Dana Jansensadd a struct for pixmap masks
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 Derek Foremanfont changes
2003-03-16 Derek Foremanremove printf and stdio.h
2003-03-16 Derek Foremanadd font_draw
2003-03-16 Derek Foremanadd font_draw
2003-03-16 Derek Foremanfont.h and font.c
2003-03-16 Derek Foremanfilled out font texture
2003-03-16 Derek Foremanadded some font stuff
2003-03-16 Dana Jansensmerge the C branch into HEAD