summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Fix missing pointer dereference and missing assignment.HEADmasterGary Wong1-0/+5
2014-05-14Fix array size.Gary Wong1-0/+4
2014-05-08Add support for XCB cursor library.Gary Wong1-0/+6
2012-02-01Specify property size in 32-bit units, not bytes.Gary Wong1-0/+5
2012-01-30Ignore invalid size increment hints.Gary Wong1-0/+5
2012-01-30Add support for RANDR extension.Gary Wong1-0/+16
2010-11-05Don't attempt to update childless frames.Gary Wong1-0/+5
2010-11-04Fix bug which would miscount table size after insertion failure rehash.Gary Wong1-0/+5
2010-06-01Don't attempt to load non-existent characters.Gary Wong1-0/+5
2010-03-25Fix ISO 8859-1 to UTF-8 conversion.Gary Wong1-0/+4
2009-12-06Handle weird reparenting cases.Gary Wong1-0/+10
2009-09-11Move initialisation code into its own section, if supported by the linker.Gary Wong1-0/+11
2009-09-10Be careful to catch all events when starting up and shutting down.Gary Wong1-0/+7
2009-09-09Sort the window menu by stacking order.Gary Wong1-0/+8
2009-09-08Map, raise and activate the window selected in the window menu.Gary Wong1-0/+33
2009-09-07Obtain RGB_COLOR_MAP property length in format units, not bytes.Gary Wong1-0/+6
2009-09-07Add _NET_SUPPORTING_WM_CHECK property to fake window.Gary Wong1-0/+5
2009-09-06Set _NET_FRAME_EXTENTS property.Gary Wong1-0/+6
2009-09-06Remove EWMH root properties when shutting down.Gary Wong1-0/+1
2009-09-06Add various EWMH properties to the root and fake windows.Gary Wong1-0/+6
2009-09-06Added basic icon support.Gary Wong1-0/+19
2009-09-03Clean up UTF-8 processing for core text, too.Gary Wong1-0/+5
2009-09-02Clean up UTF-8 processing.Gary Wong1-0/+13
2009-09-01Add a menu for selecting a window to map and raise.Gary Wong1-0/+17
2009-09-01Add new icon handling actions.Gary Wong1-0/+11
2009-09-01Add simple menu handling.Gary Wong1-1/+19
2009-09-01Replace passive_grab with pointer_demux (redirecting events on client side).Gary Wong1-1/+18
2009-08-31Declare various read-only data structures as const.Gary Wong1-0/+8
2009-08-31Show different cursors over various parts of frame borders.Gary Wong1-0/+12
2009-08-31Make frame decorations optional (selected by _MOTIF_WM_HINTS property).Gary Wong1-2/+16
2009-08-31Add functions to access window decoration sizes (replacing former constants).Gary Wong1-0/+10
2009-08-30Fix frame passive grab handling, esp. if a window is destroyed with a grab.Gary Wong1-0/+6
2009-08-30Add multiple text styles, and multiple faces per style.Gary Wong1-0/+10
2009-08-29Use xmalloc() instead of malloc().Gary Wong1-0/+4
2009-08-29Use _NET_WM_NAME in preference to WM_NAME.Gary Wong1-0/+9
2009-08-28Initialise feedback->u.feedback.Gary Wong1-0/+4
2009-08-28Properly handle events of Withdrawn clients, even if still reparented.Gary Wong1-0/+10
2009-08-28Cast FONT_NAME to (FcChar8 *).Gary Wong1-0/+5
2009-08-28Reparent the windows in strict stacking order.Gary Wong1-0/+5
2009-08-28Replace FONT_FAMILY, FONT_WEIGHT, FONT_PIXEL_SIZE, etc. with FONT_NAME.Gary Wong1-0/+6
2009-08-28Don't bother comparing the first cache line with itself.Gary Wong1-1/+6
2009-08-27Add support for RENDER extension.Gary Wong1-0/+11
2009-08-27Use unsigned arithmetic for sequence comparison.Gary Wong1-0/+6
2009-08-27Implement edge resistance when resizing frames.Gary Wong1-0/+6
2009-08-26Implement edge resistance when moving frames.Gary Wong1-1/+7
2009-08-25Ignore single pixel movements, and account for window border.Gary Wong1-0/+5
2009-08-25Mark the update box as uncleared if we enlarge the bounding box.Gary Wong1-0/+5
2009-08-25Export warning() and fatal().Gary Wong1-0/+4
2009-08-25Properly compute the update region when the old region was empty.Gary Wong1-0/+5
2009-08-24Don't call muntrace() without HAVE_MTRACE.Gary Wong1-0/+5