summaryrefslogtreecommitdiff
path: root/gwm.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Fix missing pointer dereference and missing assignment.HEADmasterGary Wong1-1/+2
2014-05-14Fix array size.Gary Wong1-1/+1
2012-01-30Add support for RANDR extension.Gary Wong1-30/+365
2009-09-11Move initialisation code into its own section, if supported by the linker.Gary Wong1-28/+44
2009-09-10Be careful to catch all events when starting up and shutting down.Gary Wong1-8/+50
2009-09-08Map, raise and activate the window selected in the window menu.Gary Wong1-23/+65
2009-09-07Add _NET_SUPPORTING_WM_CHECK property to fake window.Gary Wong1-0/+3
2009-09-06Set _NET_FRAME_EXTENTS property.Gary Wong1-1/+3
2009-09-06Remove EWMH root properties when shutting down.Gary Wong1-2/+18
2009-09-06Add various EWMH properties to the root and fake windows.Gary Wong1-24/+65
2009-09-06Added basic icon support.Gary Wong1-103/+18
2009-09-02Clean up UTF-8 processing.Gary Wong1-5/+15
2009-09-01Add a menu for selecting a window to map and raise.Gary Wong1-5/+4
2009-09-01Add new icon handling actions.Gary Wong1-55/+2
2009-09-01Add simple menu handling.Gary Wong1-3/+21
2009-09-01Replace passive_grab with pointer_demux (redirecting events on client side).Gary Wong1-27/+12
2009-08-31Declare various read-only data structures as const.Gary Wong1-13/+11
2009-08-31Show different cursors over various parts of frame borders.Gary Wong1-0/+11
2009-08-31Make frame decorations optional (selected by _MOTIF_WM_HINTS property).Gary Wong1-27/+20
2009-08-31Add functions to access window decoration sizes (replacing former constants).Gary Wong1-210/+6
2009-08-29Use _NET_WM_NAME in preference to WM_NAME.Gary Wong1-0/+4
2009-08-28Properly handle events of Withdrawn clients, even if still reparented.Gary Wong1-5/+35
2009-08-28Reparent the windows in strict stacking order.Gary Wong1-9/+26
2009-08-27Add support for RENDER extension.Gary Wong1-12/+137
2009-08-27Use unsigned arithmetic for sequence comparison.Gary Wong1-1/+2
2009-08-25Export warning() and fatal().Gary Wong1-2/+2
2009-08-24Don't call muntrace() without HAVE_MTRACE.Gary Wong1-0/+2
2009-08-22Send a synthetic ConfigureNotify to the client on reparenting a window.Gary Wong1-0/+5
2009-08-22Add notes and placeholders for future modifications.Gary Wong1-0/+73
2009-08-22Initial commit (gwm-basic 1.0).Gary Wong1-0/+2601