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