summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2013-08-19Added new snap option.Michael Cardell Widerkrantz
2013-02-08New user visible changes documented. Bump version.20130208Michael Cardell Widerkrantz
2012-03-05Added news.Michael Cardell Widerkrantz
2012-02-15Added news.Michael Cardell Widerkrantz
2011-11-23Simplified and renamed start_terminal() to start() which can start anyMichael Cardell Widerkrantz
program. Skip the double fork() and explicitly ignore SIGCHLD to fend off zombies. Added support for mouse buttons on root window to optionally start a program with start(). By default mouse button three starts mcmenu which must be in PATH.
2011-11-17*** empty log message ***Michael Cardell Widerkrantz
2011-11-17Rewrote ConfigureRequest handling. Don't obey window moves notMichael Cardell Widerkrantz
initiated by user. Always fit window on physical screen.
2011-11-17topright didn't consider start of physical screen. Only worked onMichael Cardell Widerkrantz
screen 1.
2011-11-17-b no longer boolean. Now sets border width in number of pixels.Michael Cardell Widerkrantz
2011-08-15*** empty log message ***Michael Cardell Widerkrantz
2011-08-12It was still possible to map a window on coordinates outside physicalMichael Cardell Widerkrantz
screens. Now hopefully fixed, if not perfectly: If a window isn't bound to any physical screen it will be bound in newwin() to the first screen mcwm knows about. In fitonscreen() I forgot to check for the case where window coordinates are larger than the screen's.
2011-07-26Warp to middle of window instead of corner when tabbing. Makes itMichael Cardell Widerkrantz
easier if you want to paste something with middle button without having to move the pointer to get pointer focus first.
2011-07-20*** empty log message ***randrMichael Cardell Widerkrantz
2011-06-20More news.Michael Cardell Widerkrantz
2011-06-01News.Michael Cardell Widerkrantz
2011-03-29*** empty log message ***Michael Cardell Widerkrantz
2011-03-29Always work on the currently focused window when moving and resizingMichael Cardell Widerkrantz
and not in the window the mouse cursor happen to be in when the mouse button is pressed. However, just do move and resize if the mouse cursor is inside the window we care about. There's a limit to sloppy focus. It gets confusing and we might lose focus to another window if we allow move and resize *and continue to put the mouse cursor back to where it was when starting, relative to the window*, as we do now. Removed code for special handling of the root window. We don't use it anyway. Extra checks for focuswin == NULL.
2011-03-28Always raise window when fixing it on all workspaces. When movingMichael Cardell Widerkrantz
windows between workspaces, this makes us sure we can find it on the workspace we're going to. Thanks to Simon Friis for noticing.
2011-03-28Removed USERKEY_MOD and KEY_ALT special handling. Now asks X serverMichael Cardell Widerkrantz
for keycodes with MODKEY mask instead and checks for those. Also stops tabbing around not only when MODKEY keys are released, but also when another MODKEY command is pressed.
2011-03-20Handle mapping notify and regrab of keys. When implementing this weMichael Cardell Widerkrantz
leaked memory. Noticed that we need to use special free() function for keysyms.
2011-03-08Add support for Alt-Tabbing to the last focused window.Michael Cardell Widerkrantz
2011-02-22*** empty log message ***Michael Cardell Widerkrantz
2010-11-18Added note about modifiers.20101118-2Michael Cardell Widerkrantz
2010-11-12News added.20101101Michael Cardell Widerkrantz
2010-09-13Added delete window functionality. This is a patch from ChristianMichael Cardell Widerkrantz
Neukirchen, chneukirchen at the domain gmail.com. I only changed the default key and moved a flush.
2010-08-23*** empty log message ***Michael Cardell Widerkrantz
2010-08-10*** empty log message ***Michael Cardell Widerkrantz
2010-07-29*** empty log message ***Michael Cardell Widerkrantz
2010-07-23*** empty log message ***Michael Cardell Widerkrantz
2010-07-21*** empty log message ***Michael Cardell Widerkrantz
2010-07-21*** empty log message ***Michael Cardell Widerkrantz
2010-07-20Added more news.Michael Cardell Widerkrantz
Redated one point from 07-16 to 07-18. Oops. git log says the work was done the 17th and 18th.
2010-07-19*** empty log message ***Michael Cardell Widerkrantz
2010-07-18*** empty log message ***Michael Cardell Widerkrantz
2010-07-12(no commit message)MC
2010-07-08(no commit message)MC
2010-07-07(no commit message)MC
2010-06-30(no commit message)MC
2010-06-29(no commit message)MC
2010-06-24Added real colour handling and -f and -u options for setting them.MC
2010-06-24Prepared for release.MC
2010-06-22(no commit message)MC
2010-06-19Initial version.MC