index
:
mcwm
debianization
fix/suspend_aint_signal
master
randr
topic/flexible_workspaces
topic/obey_move
topic/version
mcwm is a minimalist floating window manager for the X Window System
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mcwm.c
Age
Commit message (
Expand
)
Author
2011-03-08
In some cases focuswin isn't NULL but is on another workspace. A bug,
Michael Cardell Widerkrantz
2011-03-08
Explicitly check for NULL client before trying to configure a window.
Michael Cardell Widerkrantz
2011-03-08
Add support for Alt-Tabbing to the last focused window.
Michael Cardell Widerkrantz
2011-02-22
Simplify focusnext(). We already have a pointer to our place in the
Michael Cardell Widerkrantz
2011-02-19
Check if geometry really changed before re-arranging windows. If it
Michael Cardell Widerkrantz
2011-02-19
Whitespace.
Michael Cardell Widerkrantz
2011-02-19
Reset per window max state when physical screens change. Now uses a
Michael Cardell Widerkrantz
2011-02-19
Spelling in comment.
Michael Cardell Widerkrantz
2011-02-19
Also grab all keys + SHIFTMOD.
Michael Cardell Widerkrantz
2011-02-19
Specifically grab the keycodes we bind.
Michael Cardell Widerkrantz
2010-11-18
Initialize mode_x and mode_y. Not really necessary, but the compiler
Michael Cardell Widerkrantz
2010-11-01
Forgot some ifdeffed out code. Removed it.
Michael Cardell Widerkrantz
2010-11-01
Every client now remembers its place in each workspace window list.
Michael Cardell Widerkrantz
2010-09-13
Added delete window functionality. This is a patch from Christian
Michael Cardell Widerkrantz
2010-08-23
If US_POSITION flag is set in WM_NORMAL_HINT, we obey the coordinates
Michael Cardell Widerkrantz
2010-08-10
Don't raise window on keyboard focus unless it's really occluded by
Michael Cardell Widerkrantz
2010-08-04
Stop already known clients trying to map themselves onto the current
Michael Cardell Widerkrantz
2010-08-03
If we don't have a focused window at the end of a resize or move,
Michael Cardell Widerkrantz
2010-07-28
Added comments.
Michael Cardell Widerkrantz
2010-07-28
Added some comments.
Michael Cardell Widerkrantz
2010-07-28
Change order of comparison with errno EINTR from select(). Seems
Michael Cardell Widerkrantz
2010-07-28
We don't care about EnterNotify pseudo events when ungrabbing.
Michael Cardell Widerkrantz
2010-07-28
Don't bother to try to set focus if we get an EnterNotify for a window
Michael Cardell Widerkrantz
2010-07-23
Take size increments into consideration when vertically maximizing,
Michael Cardell Widerkrantz
2010-07-23
Oops. Check for min_width in mouseresize() as well.
Michael Cardell Widerkrantz
2010-07-23
We initially set size increments to 1, so check for that instead.
Michael Cardell Widerkrantz
2010-07-23
Get size hints when initializing window.
Michael Cardell Widerkrantz
2010-07-22
When doing keyboard resize: Only warp pointer if it was inside the
Michael Cardell Widerkrantz
2010-07-22
Use MOVE_STEP.
Michael Cardell Widerkrantz
2010-07-22
Typo.
Michael Cardell Widerkrantz
2010-07-21
Special treatmeant for fully maximized windows: Don't allow move or
Michael Cardell Widerkrantz
2010-07-21
Renamed die() to cleanup() and make sure we quit with an explicit
Michael Cardell Widerkrantz
2010-07-21
Take into account the window border as well.
Michael Cardell Widerkrantz
2010-07-21
Only warp pointer when moving by keyboard if the pointer is inside the
Michael Cardell Widerkrantz
2010-07-21
Warp pointer inside window if outside when moving with keyboard. Also
Michael Cardell Widerkrantz
2010-07-21
More explicit checks for client == NULL. Added debug output as well.
Michael Cardell Widerkrantz
2010-07-21
Use xcb_poll_for_event() and block on select() instead of
Michael Cardell Widerkrantz
2010-07-21
Raise window before moving to corner, otherwise we might end up under
Michael Cardell Widerkrantz
2010-07-21
Check if we have a focused window before doing anything!
Michael Cardell Widerkrantz
2010-07-20
Moved xcb_disconnect() to die().
Michael Cardell Widerkrantz
2010-07-20
Send KeyPress event to focused window if we don't know what to do with
Michael Cardell Widerkrantz
2010-07-20
Use signal() instead of sigaction() so we can compile cleanly with C99
Michael Cardell Widerkrantz
2010-07-20
Typo.
Michael Cardell Widerkrantz
2010-07-20
Oops. Forgot ; at end of PDEBUG(). Didn't notice since I compiled
Michael Cardell Widerkrantz
2010-07-20
Use SHIFTMOD as defined in config.h. Thanks to Christian Neukirchen
Michael Cardell Widerkrantz
2010-07-19
win may have been used uninitialized!
Michael Cardell Widerkrantz
2010-07-19
Used the wrong types for width and height in several places!
Michael Cardell Widerkrantz
2010-07-19
Use new helper functions to get geometry to avoid memory leaks.
Michael Cardell Widerkrantz
2010-07-19
Added Y, U, B and N keys to move focused window to corners.
Michael Cardell Widerkrantz
2010-07-18
Don't warp pointer to the same place it already was at when doing
Michael Cardell Widerkrantz
[next]