Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-06 | closing a window from the workspace menu should close the chosen client, | markt | 1 | -1/+1 | |
rather than the active tab in the same window | |||||
2007-01-26 | fix some crashes with empty menus, and fixed default workspace names | markt | 1 | -0/+1 | |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -30/+37 | |
2006-08-03 | check if window is stuck when using followmodel | markt | 1 | -1/+2 | |
2006-08-02 | rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel | markt | 1 | -7/+14 | |
2006-07-22 | ewmh compliance updates | markt | 1 | -2/+2 | |
2006-07-19 | preserve order of focused windows on restart | markt | 1 | -2/+0 | |
2006-07-04 | autogrouped windows from groups file didn't raise, bug #1449608 | markt | 1 | -0/+1 | |
2006-06-28 | cleanup dead function Workspace::setLastFocusedWindow | markt | 1 | -17/+0 | |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -2/+1 | |
console, plus handle catalogs better. | |||||
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -3/+3 | |
FbTk::FbString | |||||
2006-05-07 | more utf8 changes, notably window titles | simonb | 1 | -1/+2 | |
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -1/+1 | |
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 | |