summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-28Added some comments.Michael Cardell Widerkrantz
2010-07-28Change order of comparison with errno EINTR from select(). SeemsMichael Cardell Widerkrantz
2010-07-28We don't care about EnterNotify pseudo events when ungrabbing.Michael Cardell Widerkrantz
2010-07-28Unclutter bug probably fixed.Michael Cardell Widerkrantz
2010-07-28Don't bother to try to set focus if we get an EnterNotify for a windowMichael Cardell Widerkrantz
2010-07-28Fixed.Michael Cardell Widerkrantz
2010-07-23Take size increments into consideration when vertically maximizing,Michael Cardell Widerkrantz
2010-07-23*** empty log message ***Michael Cardell Widerkrantz
2010-07-23Oops. Check for min_width in mouseresize() as well.Michael Cardell Widerkrantz
2010-07-23We initially set size increments to 1, so check for that instead.Michael Cardell Widerkrantz
2010-07-23Get size hints when initializing window.Michael Cardell Widerkrantz
2010-07-22When doing keyboard resize: Only warp pointer if it was inside theMichael Cardell Widerkrantz
2010-07-22Use MOVE_STEP.Michael Cardell Widerkrantz
2010-07-22Typo.Michael Cardell Widerkrantz
2010-07-21*** empty log message ***Michael Cardell Widerkrantz
2010-07-21Special treatmeant for fully maximized windows: Don't allow move orMichael Cardell Widerkrantz
2010-07-21Renamed die() to cleanup() and make sure we quit with an explicitMichael Cardell Widerkrantz
2010-07-21Take into account the window border as well.Michael Cardell Widerkrantz
2010-07-21Only warp pointer when moving by keyboard if the pointer is inside theMichael Cardell Widerkrantz
2010-07-21Warp pointer inside window if outside when moving with keyboard. AlsoMichael Cardell Widerkrantz
2010-07-21More explicit checks for client == NULL. Added debug output as well.Michael Cardell Widerkrantz
2010-07-21*** empty log message ***Michael Cardell Widerkrantz
2010-07-21Bump.20100721Michael Cardell Widerkrantz
2010-07-21*** empty log message ***Michael Cardell Widerkrantz
2010-07-21Use xcb_poll_for_event() and block on select() instead ofMichael Cardell Widerkrantz
2010-07-21Raise window before moving to corner, otherwise we might end up underMichael Cardell Widerkrantz
2010-07-21Check if we have a focused window before doing anything!Michael Cardell Widerkrantz
2010-07-20Updated wording.20100720Michael Cardell Widerkrantz
2010-07-20Use --pedantic.Michael Cardell Widerkrantz
2010-07-20Added -x.Michael Cardell Widerkrantz
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