Age | Commit message (Expand) | Author | Files | Lines |
2014-05-15 | Fix missing pointer dereference and missing assignment.HEADmaster | Gary Wong | 2 | -1/+7 |
2014-05-14 | Fix array size. | Gary Wong | 2 | -1/+5 |
2014-05-08 | Add support for XCB cursor library. | Gary Wong | 5 | -0/+39 |
2012-02-01 | Specify property size in 32-bit units, not bytes. | Gary Wong | 2 | -2/+7 |
2012-01-30 | Ignore invalid size increment hints. | Gary Wong | 2 | -0/+10 |
2012-01-30 | Add support for RANDR extension. | Gary Wong | 10 | -88/+770 |
2010-11-05 | Don't attempt to update childless frames. | Gary Wong | 3 | -0/+11 |
2010-11-04 | Fix bug which would miscount table size after insertion failure rehash. | Gary Wong | 2 | -4/+9 |
2010-06-01 | Don't attempt to load non-existent characters. | Gary Wong | 2 | -1/+6 |
2010-03-25 | Fix ISO 8859-1 to UTF-8 conversion. | Gary Wong | 2 | -2/+6 |
2009-12-06 | Handle weird reparenting cases. | Gary Wong | 3 | -6/+42 |
2009-09-14 | Ignore the constructed linker script. | Gary Wong | 1 | -0/+1 |
2009-09-14 | Clean up linker initialisation section commit. | Gary Wong | 2 | -10/+3 |
2009-09-11 | Move initialisation code into its own section, if supported by the linker. | Gary Wong | 10 | -42/+169 |
2009-09-10 | Be careful to catch all events when starting up and shutting down. | Gary Wong | 4 | -9/+61 |
2009-09-09 | Sort the window menu by stacking order. | Gary Wong | 4 | -31/+73 |
2009-09-08 | Map, raise and activate the window selected in the window menu. | Gary Wong | 12 | -140/+636 |
2009-09-07 | Obtain RGB_COLOR_MAP property length in format units, not bytes. | Gary Wong | 3 | -4/+8 |
2009-09-07 | Add _NET_SUPPORTING_WM_CHECK property to fake window. | Gary Wong | 2 | -0/+8 |
2009-09-06 | Set _NET_FRAME_EXTENTS property. | Gary Wong | 6 | -1/+28 |
2009-09-06 | Remove EWMH root properties when shutting down. | Gary Wong | 2 | -2/+19 |
2009-09-06 | Add various EWMH properties to the root and fake windows. | Gary Wong | 3 | -24/+78 |
2009-09-06 | Added basic icon support. | Gary Wong | 15 | -163/+935 |
2009-09-03 | Clean up UTF-8 processing for core text, too. | Gary Wong | 2 | -75/+47 |
2009-09-02 | Clean up UTF-8 processing. | Gary Wong | 10 | -96/+355 |
2009-09-01 | Declare read-only data structres as const. | Gary Wong | 2 | -2/+2 |
2009-09-01 | Add a menu for selecting a window to map and raise. | Gary Wong | 7 | -15/+132 |
2009-09-01 | Add new icon handling actions. | Gary Wong | 10 | -63/+116 |
2009-09-01 | Add simple menu handling. | Gary Wong | 15 | -52/+608 |
2009-09-01 | Replace passive_grab with pointer_demux (redirecting events on client side). | Gary Wong | 6 | -50/+70 |
2009-08-31 | Declare various read-only data structures as const. | Gary Wong | 10 | -22/+28 |
2009-08-31 | Show different cursors over various parts of frame borders. | Gary Wong | 6 | -9/+116 |
2009-08-31 | Make frame decorations optional (selected by _MOTIF_WM_HINTS property). | Gary Wong | 11 | -58/+252 |
2009-08-31 | Add functions to access window decoration sizes (replacing former constants). | Gary Wong | 10 | -279/+387 |
2009-08-30 | Fix frame passive grab handling, esp. if a window is destroyed with a grab. | Gary Wong | 2 | -11/+33 |
2009-08-30 | Add multiple text styles, and multiple faces per style. | Gary Wong | 2 | -66/+270 |
2009-08-29 | Use xmalloc() instead of malloc(). | Gary Wong | 2 | -4/+8 |
2009-08-29 | Use _NET_WM_NAME in preference to WM_NAME. | Gary Wong | 4 | -44/+97 |
2009-08-28 | Initialise feedback->u.feedback. | Gary Wong | 2 | -1/+7 |
2009-08-28 | Properly handle events of Withdrawn clients, even if still reparented. | Gary Wong | 8 | -39/+127 |
2009-08-28 | Cast FONT_NAME to (FcChar8 *). | Gary Wong | 2 | -1/+6 |
2009-08-28 | Reparent the windows in strict stacking order. | Gary Wong | 2 | -9/+31 |
2009-08-28 | Replace FONT_FAMILY, FONT_WEIGHT, FONT_PIXEL_SIZE, etc. with FONT_NAME. | Gary Wong | 2 | -14/+17 |
2009-08-28 | Don't bother comparing the first cache line with itself. | Gary Wong | 2 | -3/+8 |
2009-08-27 | Add support for RENDER extension. | Gary Wong | 8 | -43/+932 |
2009-08-27 | Add TAGS to .gitignore. | Gary Wong | 1 | -0/+1 |
2009-08-27 | Use unsigned arithmetic for sequence comparison. | Gary Wong | 2 | -1/+8 |
2009-08-27 | Add .gitattributes. | Gary Wong | 1 | -0/+3 |
2009-08-27 | Implement edge resistance when resizing frames. | Gary Wong | 2 | -163/+177 |
2009-08-26 | Implement edge resistance when moving frames. | Gary Wong | 2 | -14/+264 |