summaryrefslogtreecommitdiff
path: root/frame.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-30Add support for RANDR extension.Gary Wong1-21/+57
2009-09-09Sort the window menu by stacking order.Gary Wong1-2/+4
2009-09-08Map, raise and activate the window selected in the window menu.Gary Wong1-51/+56
2009-09-06Set _NET_FRAME_EXTENTS property.Gary Wong1-0/+13
2009-09-02Clean up UTF-8 processing.Gary Wong1-1/+5
2009-09-01Add simple menu handling.Gary Wong1-7/+20
2009-09-01Replace passive_grab with pointer_demux (redirecting events on client side).Gary Wong1-10/+8
2009-08-31Declare various read-only data structures as const.Gary Wong1-2/+2
2009-08-31Show different cursors over various parts of frame borders.Gary Wong1-1/+72
2009-08-31Make frame decorations optional (selected by _MOTIF_WM_HINTS property).Gary Wong1-17/+61
2009-08-31Add functions to access window decoration sizes (replacing former constants).Gary Wong1-34/+300
2009-08-30Fix frame passive grab handling, esp. if a window is destroyed with a grab.Gary Wong1-11/+27
2009-08-29Use xmalloc() instead of malloc().Gary Wong1-4/+4
2009-08-28Initialise feedback->u.feedback.Gary Wong1-1/+3
2009-08-28Properly handle events of Withdrawn clients, even if still reparented.Gary Wong1-0/+41
2009-08-27Implement edge resistance when resizing frames.Gary Wong1-163/+171
2009-08-26Implement edge resistance when moving frames.Gary Wong1-13/+257
2009-08-25Ignore single pixel movements, and account for window border.Gary Wong1-5/+14
2009-08-22Send a synthetic ConfigureNotify to the client on reparenting a window.Gary Wong1-2/+5
2009-08-22Add notes and placeholders for future modifications.Gary Wong1-0/+7
2009-08-22Initial commit (gwm-basic 1.0).Gary Wong1-0/+481