Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-10 | Big changes to how transparency works | simonb | 1 | -2/+1 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-03-16 | added new option to specify, on which screen | mathias | 1 | -1/+1 | |
fluxbox should handle the windows. default behavior is to handle each available screen. closes #1159809. usage: -screen <"all"|int[,int]> eg: $> fluxbox -screen 0,2 will run fluxbox on 0.0 and 0.2 so one can run any other wm on 0.1. $> fluxbox -screen all default, fluxbox manages all screens | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-18 | updated copyrights | mathias | 1 | -1/+1 | |
2004-11-24 | fix the hiding of the menu when the menufile-timestamps changed | mathias | 1 | -1/+2 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-21 | meaningless const qualifier removed | akir | 1 | -2/+2 | |
2004-10-19 | added session.appsFile to the ressources | akir | 1 | -2/+3 | |
2004-10-18 | rewritten fluxbox-restart code, all destructors are called before the | akir | 1 | -13/+21 | |
new program is started. the former method didnt do that. | |||||
2004-10-10 | added session.tabPadding and session.focusTabMinWidth | akir | 1 | -2/+6 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -2/+3 | |
for consistency with transparency resources | |||||
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -2/+6 | |
2004-07-15 | typedef Toolbars | fluxgen | 1 | -2/+3 | |
2004-05-02 | initMenus after we add screen to our list. Added find screen by number. | fluxgen | 1 | -2/+3 | |
2004-04-22 | attach area, patch from Mathias Gumz | fluxgen | 1 | -1/+4 | |
2004-04-19 | kde dockapps in systray | fluxgen | 1 | -3/+3 | |
2004-04-18 | changed atomhandlerlist to a map so we can get atomhandlers by name, patch ↵ | fluxgen | 1 | -3/+8 | |
from Mathias Gumz | |||||
2004-03-21 | primarily focus fix/tweak/rejigging | rathnor | 1 | -1/+3 | |
2004-02-10 | minor fix | fluxgen | 1 | -2/+2 | |
2004-01-11 | hide extra menus | fluxgen | 1 | -2/+6 | |
2003-12-31 | use mod1 resource | fluxgen | 1 | -2/+4 | |
2003-12-30 | fixed focus issue | fluxgen | 1 | -34/+7 | |
2003-12-21 | minor stuff | fluxgen | 1 | -2/+2 | |
2003-12-20 | keys accessor | fluxgen | 1 | -2/+2 | |
2003-12-19 | reconfig timer back, needs to have a timer so we can reconfig fluxbox save ↵ | fluxgen | 1 | -1/+3 | |
in the next event round, see comments... | |||||
2003-12-19 | cleaning | fluxgen | 1 | -18/+14 | |
2003-12-03 | removed ToolbarHandler | fluxgen | 1 | -1/+4 | |
2003-10-05 | fix reading of auto raise delay | rathnor | 1 | -3/+3 | |
2003-10-05 | make doFocusLast work for sloppy focus as well | rathnor | 1 | -7/+33 | |
2003-09-10 | added updateDelayTime resource | fluxgen | 1 | -1/+3 | |
2003-08-11 | using timer command | fluxgen | 1 | -3/+3 | |
2003-08-10 | fix ~ to work properly in session.menuFile | rathnor | 1 | -2/+2 | |
2003-07-28 | update many things to use WinClient instead of FluxboxWindow | rathnor | 1 | -10/+22 | |
2003-07-23 | fixed kde dockapp bug | fluxgen | 1 | -1/+2 | |
2003-07-19 | fix most commands to run on screen mouse is in, rather than focused window | rathnor | 1 | -1/+4 | |
2003-07-19 | fix up xinerama for heads of toolbar and slit | rathnor | 1 | -1/+3 | |
2003-07-18 | reorganise operation of ResourceManager | rathnor | 1 | -2/+2 | |
plus fix initialisation of layer for slit and toolbar | |||||
2003-07-04 | support in remember for specifying groups. | rathnor | 1 | -1/+3 | |
Also split atomhandler::setupWindow | |||||
2003-06-30 | added mouse and key screen so we can determine which screen we are on for ↵ | fluxgen | 1 | -4/+7 | |
some commands | |||||
2003-06-12 | moved cursor to FbWinFrameTheme | fluxgen | 1 | -9/+1 | |
2003-05-27 | remove RC_PATH from remember.cc | rathnor | 1 | -2/+3 | |
2003-05-18 | moved Resource to FbTk | fluxgen | 1 | -7/+7 | |
2003-05-14 | added better shape support | fluxgen | 1 | -2/+5 | |
2003-05-13 | fixed menu timestamps stuff | fluxgen | 1 | -1/+5 | |
2003-05-12 | added RANDR support | fluxgen | 1 | -1/+2 | |
2003-05-11 | minor fix | fluxgen | 1 | -1/+3 | |
2003-05-11 | using ref instead of pointer for revertFocus | fluxgen | 1 | -2/+2 | |
2003-05-10 | moved over some old BaseDisplay functions | fluxgen | 1 | -9/+17 | |
2003-05-04 | fix up focus problems | rathnor | 1 | -1/+2 | |
2003-05-04 | add session.ignoreBorder to ignore border for movement events | rathnor | 1 | -2/+4 | |