summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
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