summaryrefslogtreecommitdiff
path: root/decorate-render.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-08Add support for XCB cursor library.Gary Wong1-0/+27
2012-02-01Specify property size in 32-bit units, not bytes.Gary Wong1-2/+2
2010-11-05Don't attempt to update childless frames.Gary Wong1-0/+3
2010-06-01Don't attempt to load non-existent characters.Gary Wong1-1/+1
2009-09-11Move initialisation code into its own section, if supported by the linker.Gary Wong1-3/+3
2009-09-08Map, raise and activate the window selected in the window menu.Gary Wong1-4/+6
2009-09-07Obtain RGB_COLOR_MAP property length in format units, not bytes.Gary Wong1-2/+1
2009-09-06Added basic icon support.Gary Wong1-24/+642
2009-09-02Clean up UTF-8 processing.Gary Wong1-83/+11
2009-09-01Add simple menu handling.Gary Wong1-12/+63
2009-08-31Show different cursors over various parts of frame borders.Gary Wong1-3/+3
2009-08-31Make frame decorations optional (selected by _MOTIF_WM_HINTS property).Gary Wong1-0/+1
2009-08-31Add functions to access window decoration sizes (replacing former constants).Gary Wong1-1/+2
2009-08-30Add multiple text styles, and multiple faces per style.Gary Wong1-66/+260
2009-08-28Cast FONT_NAME to (FcChar8 *).Gary Wong1-1/+1
2009-08-28Replace FONT_FAMILY, FONT_WEIGHT, FONT_PIXEL_SIZE, etc. with FONT_NAME.Gary Wong1-14/+11
2009-08-28Don't bother comparing the first cache line with itself.Gary Wong1-2/+2
2009-08-27Add support for RENDER extension.Gary Wong1-0/+697