summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-20Added more news.Michael Cardell Widerkrantz
2010-07-20Moved xcb_disconnect() to die().Michael Cardell Widerkrantz
2010-07-20Send KeyPress event to focused window if we don't know what to do withMichael Cardell Widerkrantz
2010-07-20Cast to void * when using %p.Michael Cardell Widerkrantz
2010-07-20Use signal() instead of sigaction() so we can compile cleanly with C99Michael Cardell Widerkrantz
2010-07-20Typo.Michael Cardell Widerkrantz
2010-07-20Oops. Forgot ; at end of PDEBUG(). Didn't notice since I compiledMichael Cardell Widerkrantz
2010-07-20Use SHIFTMOD as defined in config.h. Thanks to Christian NeukirchenMichael Cardell Widerkrantz
2010-07-19Bump.20100719-2Michael Cardell Widerkrantz
2010-07-19win may have been used uninitialized!Michael Cardell Widerkrantz
2010-07-19*** empty log message ***20100719Michael Cardell Widerkrantz
2010-07-19*** empty log message ***Michael Cardell Widerkrantz
2010-07-19*** empty log message ***Michael Cardell Widerkrantz
2010-07-19Bump.Michael Cardell Widerkrantz
2010-07-19Used the wrong types for width and height in several places!Michael Cardell Widerkrantz
2010-07-19We already did the remembering thing.Michael Cardell Widerkrantz
2010-07-19Use new helper functions to get geometry to avoid memory leaks.Michael Cardell Widerkrantz
2010-07-19Added Y, U, B and N keys to move focused window to corners.Michael Cardell Widerkrantz
2010-07-18Don't warp pointer to the same place it already was at when doingMichael Cardell Widerkrantz
2010-07-18*** empty log message ***Michael Cardell Widerkrantz
2010-07-18*** empty log message ***Michael Cardell Widerkrantz
2010-07-18*** empty log message ***Michael Cardell Widerkrantz
2010-07-17Keep window relative pointer position when resizing with keyboard. IfMichael Cardell Widerkrantz
2010-07-17Keep pointer position relative window when moving with keyboard.Michael Cardell Widerkrantz
2010-07-17Save cursor position inside of window when moving or resizing. Go backMichael Cardell Widerkrantz
2010-07-17Get rid of unused variables for storing starting point of pointer whenMichael Cardell Widerkrantz
2010-07-17*** empty log message ***Michael Cardell Widerkrantz
2010-07-17*** empty log message ***Michael Cardell Widerkrantz
2010-07-17*** empty log message ***Michael Cardell Widerkrantz
2010-07-17If we resize a window and the pointer just happens to be on top ofMC
2010-07-17Added a note about xmodmap -pm.MC
2010-07-13Missed a pixel in height and width when moving with mouse.MC
2010-07-12Bump.20100712MC
2010-07-12(no commit message)MC
2010-07-12(no commit message)MC
2010-07-12Feels like overkill to use mkdep.MC
2010-07-10Added helpful comment about how we might want to change unmapMC
2010-07-10Instead of counting UnmapNotify events, which might get fouled up if aMC
2010-07-10Use mkdep to make dependencies.MC
2010-07-10Support setting of border colour of fixed windows from commandMC
2010-07-10Only handle visible windows when starting.MC
2010-07-09Handle UnmapNotify events. We find the window in the current workspaceMC
2010-07-09Fixed bug when we could resize a bit outside the root window.MC
2010-07-09We already did the root resize thing.MC
2010-07-08Noted that max now toggles.20100708MC
2010-07-08(no commit message)MC
2010-07-08Bump.MC
2010-07-08Warp pointer when unmaximizing.MC
2010-07-07(no commit message)MC
2010-07-07First, perhaps naive, implementation to rearrange windows when screenMC