Age | Commit message (Expand) | Author | Files | Lines |
2008-09-18 | fix crash when trying to set the title on a window that's already closed | Mark Tiefenbruck | 1 | -1/+5 |
2008-08-27 | move FbWinFrame::State class to a new file | Mark Tiefenbruck | 1 | -1/+1 |
2008-08-21 | add SendToNextHead/SendToPrevHead commands, plus some cleanup in CurrentWindo... | Mark Tiefenbruck | 1 | -42/+33 |
2008-08-20 | add SetDecor key command | Mark Tiefenbruck | 1 | -0/+9 |
2008-08-18 | fix :Focus <pattern> when all windows are minimized | Mark Tiefenbruck | 1 | -12/+13 |
2008-08-18 | combined code for saved window positions and MoveTo key command | Mark Tiefenbruck | 1 | -43/+16 |
2008-08-17 | add SetTitle and SetTitleDialog key commands | Mark Tiefenbruck | 1 | -1/+36 |
2008-08-15 | move size hints to a struct | Mark Tiefenbruck | 1 | -2/+2 |
2008-08-05 | fix the Focus key command | Mark Tiefenbruck | 1 | -4/+12 |
2008-08-05 | add SetLayer key command | Mark Tiefenbruck | 1 | -0/+13 |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ObjectR... | Mark Tiefenbruck | 1 | -62/+62 |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -3/+0 |
2007-12-27 | simplify the window transparency menu and handling a bit | Mark Tiefenbruck | 1 | -1/+1 |
2007-12-21 | added key command StartTabbing | Mark Tiefenbruck | 1 | -0/+10 |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -53/+55 |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them aut... | markt | 1 | -0/+291 |
2007-11-22 | use winclient instead of fluxboxwindow for matching, and removing old code | markt | 1 | -1/+8 |
2007-11-22 | added conditional statements to keys file | markt | 1 | -7/+16 |
2007-10-23 | allow remembering minimized, maximized, and fullscreen state | markt | 1 | -1/+1 |
2007-10-22 | replaced ModKey with new key commands StartMoving and StartResizing | markt | 1 | -0/+20 |
2007-10-15 | add OnWindow modifier to keys file | markt | 1 | -2/+7 |
2007-10-14 | bugfix for SendToPrevWorkspace/TakeToPrevWorkspace, destination was calculated | mathias | 1 | -11/+15 |
2007-10-13 | merged changes from pre-devel | markt | 1 | -26/+20 |
2007-07-02 | minor usability fix for :Tab command and fixed handle rendering when switchin... | markt | 1 | -3/+4 |
2007-02-02 | added SetAlpha key command | markt | 1 | -0/+30 |
2007-01-13 | little cleanup | markt | 1 | -1/+1 |
2006-08-03 | add support for negative arguments to :Tab | markt | 1 | -2/+2 |
2006-07-12 | replacing some instances of focusedWindow()->fbwindow() with focusedFbWindow() | markt | 1 | -6/+5 |
2006-04-22 | * cosmetics to Workspace.hh CurrentWindowCmd.cc | mathias | 1 | -13/+13 |
2006-02-18 | moved all focus handling to FocusControl | fluxgen | 1 | -4/+6 |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 |
2005-07-05 | respect border size in the MoveTo action, especially at the right and lower | mathias | 1 | -2/+2 |
2005-07-04 | cleaning, change getCount to numberOfWorkspace | fluxgen | 1 | -8/+8 |
2005-06-15 | Enhanced MoveTo, fixes #1074568 | mathias | 1 | -3/+23 |
2005-06-15 | Fixes #1213003, SendToWorkspace shouldnt follow | mathias | 1 | -2/+20 |
2005-03-23 | added "Fullscreen" - command, removes borders and maximizes to | mathias | 1 | -0/+5 |
2005-01-24 | copyright date | mathias | 1 | -1/+1 |
2004-12-21 | * added new command: | mathias | 1 | -0/+4 |
2004-12-10 | Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot se | fluxgen | 1 | -0/+12 |
2004-11-30 | minor issue | mathias | 1 | -7/+2 |
2004-11-22 | ensure sane values for ResizeCmd | mathias | 1 | -7/+16 |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 |
2004-02-20 | added SendToNextWorkspace and SendToPrevWorkspace, patch from Mathias Gumz | fluxgen | 1 | -1/+14 |
2003-10-26 | minor fix | fluxgen | 1 | -12/+10 |
2003-10-25 | added resizeto and moveto commands | fluxgen | 1 | -1/+19 |
2003-09-10 | added move command, thanks Mathias Gumz | fluxgen | 1 | -20/+7 |
2003-09-06 | resize command | fluxgen | 1 | -9/+7 |
2003-08-19 | added resizehorizontal and resizevertical, patch from Mathias Gumz | fluxgen | 1 | -1/+11 |
2003-07-28 | update many things to use WinClient instead of FluxboxWindow | rathnor | 1 | -13/+23 |