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-11-23
Simplified and renamed start_terminal() to start() which can start any
Michael Cardell Widerkrantz
2011-11-17
Rewrote ConfigureRequest handling. Don't obey window moves not
Michael Cardell Widerkrantz
2011-11-17
topright didn't consider start of physical screen. Only worked on
Michael Cardell Widerkrantz
2011-11-17
-b no longer boolean. Now sets border width in number of pixels.
Michael Cardell Widerkrantz
2011-08-15
Don't try to follow an empty monlist (use of NULL pointer!).
Michael Cardell Widerkrantz
2011-08-15
getopt() returns int, you moron!
Michael Cardell Widerkrantz
2011-08-12
It was still possible to map a window on coordinates outside physical
Michael Cardell Widerkrantz
2011-07-26
Warp to middle of window instead of corner when tabbing. Makes it
Michael Cardell Widerkrantz
2011-07-26
Removed if 0 comment with struct information.
Michael Cardell Widerkrantz
2011-07-24
mon_width and mon_x are not used when maximizing vertically. Removed.
Michael Cardell Widerkrantz
2011-07-21
Use the X server's Save Set to store the windows we know about. This
Michael Cardell Widerkrantz
2011-07-20
In commit 98d81f75a3e8509e841f9e180e2104e45f6460c5 committed on Jun
Michael Cardell Widerkrantz
2011-06-23
Use getgeom() in setupwin().
Michael Cardell Widerkrantz
2011-06-23
Removed unnecessary call to getgeom().
Michael Cardell Widerkrantz
2011-06-23
When forgetting about a client, forget about it on *all* workspaces it
Michael Cardell Widerkrantz
2011-06-23
Use freeitem() instead of explicitly freeing from global window list.
Michael Cardell Widerkrantz
2011-06-21
arrangewindows() rewritten. We already know the geometry of windows
Michael Cardell Widerkrantz
2011-06-20
Defined constant WORKSPACES for number of workspaces instead of
Michael Cardell Widerkrantz
2011-06-07
Declare all functions static.
Michael Cardell Widerkrantz
2011-06-07
* New function configurerequest(). Moved ConfigureRequest code to its
Michael Cardell Widerkrantz
2011-06-07
No need to get geometry in newwin(). We do that in setupwin().
Michael Cardell Widerkrantz
2011-06-05
Comments.
Michael Cardell Widerkrantz
2011-06-04
Take output coordinates into consideration when resizing with limits.
Michael Cardell Widerkrantz
2011-06-04
When we get a ConfigureRequest for coords or size we need to update
Michael Cardell Widerkrantz
2011-06-01
Removed unused active variable.
Michael Cardell Widerkrantz
2011-06-01
Always set borders again after unmaxing when we move to new screen.
Michael Cardell Widerkrantz
2011-06-01
Moving to corners must change client's coords.
Michael Cardell Widerkrantz
2011-05-31
Added at least some RANDR support.
Michael Cardell Widerkrantz
2011-03-29
Always work on the currently focused window when moving and resizing
Michael Cardell Widerkrantz
2011-03-28
Always raise window when fixing it on all workspaces. When moving
Michael Cardell Widerkrantz
2011-03-28
Removed USERKEY_MOD and KEY_ALT special handling. Now asks X server
Michael Cardell Widerkrantz
2011-03-20
Check explicitly for key and modifier mappings when remapping the
Michael Cardell Widerkrantz
2011-03-20
Handle mapping notify and regrab of keys. When implementing this we
Michael Cardell Widerkrantz
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
[next]