Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-20 | moved class Layer from class Fluxbox and thus reduces some dependecies | fluxgen | 1 | -2/+2 | |
2006-02-19 | moved placement strategies to different PlacementStrategy classes | fluxgen | 1 | -271/+8 | |
2006-02-18 | moved all focus handling to FocusControl | fluxgen | 1 | -1/+2 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 1 | -1/+10 | |
2005-04-27 | close #1182770 | mathias | 1 | -2/+2 | |
if someone changed the session.screen0.workspaces:<int> value and fired a "reload config"/reconfigure-Command fluxbox crashed. changes: - cleaner way of reading in the workspacenames - cleaner way of initialize the workspaces in BScreen() - on BScreen::reconfigure we add/delete Workspaces to the current screen until init-file and fluxbox are in sync -> the user changed the initfile and pressed reload, so imho he wants to have the changes in the init-file realized. | |||||
2005-04-23 | close #956325 | mathias | 1 | -3/+9 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-12-13 | icc complaint about a "possible" conflict between the | mathias | 1 | -3/+3 | |
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index) to avoid this, we rename FbTk::Menu::update(int index) -> FbTk::Menu::updateMenu(int index) this is mostly cosmetic, but if it makes the life of a compiler happy, well .. be happy icc :) | |||||
2004-11-22 | undermouseplacement .. ensure the new window is on the screen. patch ↵ | mathias | 1 | -4/+4 | |
#1052534, close #1048000 | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -3/+11 | |
2004-06-21 | fix groups file problem with windows not showing properly | rathnor | 1 | -3/+4 | |
2004-06-07 | update NLS string handling... | rathnor | 1 | -6/+7 | |
2004-05-13 | fix up a number of things for when a window hides while moving, | rathnor | 1 | -3/+3 | |
including a crash bug | |||||
2004-03-21 | primarily focus fix/tweak/rejigging | rathnor | 1 | -24/+8 | |
2004-03-15 | really fix placeWindow | rathnor | 1 | -12/+15 | |
2004-03-15 | fix spin bug in placeWindow | rathnor | 1 | -3/+3 | |
2004-02-28 | copyright update | fluxgen | 1 | -2/+2 | |
2004-02-20 | filename fix, patch from Mathias Gumz | fluxgen | 1 | -2/+2 | |
2004-01-21 | using empty instead of size | fluxgen | 1 | -2/+2 | |
2003-12-30 | minor cleaning | fluxgen | 1 | -4/+3 | |
2003-12-18 | code cleaning | fluxgen | 1 | -10/+10 | |
2003-12-14 | no need to have Workspace instance in ClientMenuItem since it already hold ↵ | fluxgen | 1 | -16/+7 | |
the window which has workspace num | |||||
2003-12-10 | cleaning in the menu code | fluxgen | 1 | -2/+2 | |
2003-12-07 | observe title signal | fluxgen | 1 | -23/+7 | |
2003-12-03 | window menu for client in clientmenu | fluxgen | 1 | -2/+2 | |
2003-10-25 | removing trailing whitespace in filename | fluxgen | 1 | -11/+5 | |
2003-10-06 | fix shape - all menus shaped, and some weird shape bugs | rathnor | 1 | -2/+3 | |
2003-08-24 | cleaning | fluxgen | 1 | -6/+4 | |
2003-08-19 | removed old functions | fluxgen | 1 | -15/+2 | |
2003-08-04 | minor cleaning | fluxgen | 1 | -7/+6 | |
2003-07-28 | update many things to use WinClient instead of FluxboxWindow | rathnor | 1 | -2/+2 | |
2003-07-25 | make sure all menus have titles, make -version go to stdout | rathnor | 1 | -1/+2 | |
2003-06-24 | need menu item header | fluxgen | 1 | -1/+2 | |
2003-06-24 | minor cleaning, removed window number | fluxgen | 1 | -5/+3 | |
2003-06-16 | cleaning and fixed trailing whitespace in group file loading | fluxgen | 1 | -42/+12 | |
2003-06-15 | using winclient instance name | fluxgen | 1 | -6/+11 | |
2003-06-13 | fixed autogrouping, checkGrouping now returns true or false... | fluxgen | 1 | -7/+14 | |
2003-06-12 | getting workspace name directly in constructor | fluxgen | 1 | -8/+7 | |
2003-06-05 | much improved window placement algorithm | rathnor | 1 | -30/+93 | |
2003-05-21 | fix cascade placement for multiple heads | rathnor | 1 | -21/+27 | |
2003-05-20 | xinerama for placement + snapping, + tidy | rathnor | 1 | -34/+34 | |
2003-05-19 | xinerama updates | rathnor | 1 | -5/+6 | |
2003-05-15 | minor cleaning | fluxgen | 1 | -2/+2 | |
2003-05-15 | minor cleaning in BScreen interface | fluxgen | 1 | -22/+22 | |
2003-05-15 | cleaning in FluxboxWindow interface | fluxgen | 1 | -16/+16 | |
2003-05-11 | minor cleaning | fluxgen | 1 | -31/+17 | |
2003-05-11 | changed getScreen to screen | fluxgen | 1 | -42/+42 | |
2003-05-11 | minor cleaning | fluxgen | 1 | -9/+9 | |