Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-04 | moved some code around (regarding event handling) in preparation for ↵ | markt | 1 | -8/+0 | |
upcoming features | |||||
2007-03-03 | removed session.numLayers resource, as it was useless and caused segfaults | markt | 1 | -6/+1 | |
2007-01-05 | only grab keybindings on screens managed by fluxbox | markt | 1 | -1/+3 | |
2007-01-01 | don't run [startup] items if fluxbox fails to load | markt | 1 | -1/+1 | |
2006-07-25 | don't revert focus away from command dialogs | markt | 1 | -0/+2 | |
2006-07-23 | use a timer to make sure focus always reverts if possible | markt | 1 | -1/+4 | |
2006-07-22 | dead resource | markt | 1 | -1/+1 | |
2006-07-04 | some dead resources and the functions that go with them | markt | 1 | -5/+1 | |
2006-07-01 | more dead functions | markt | 1 | -0/+2 | |
2006-07-01 | more dead functions | markt | 1 | -3/+0 | |
2006-06-30 | more dead functions | markt | 1 | -2/+0 | |
2006-06-30 | another dead function | markt | 1 | -1/+0 | |
2006-06-22 | Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely | mathias | 1 | -4/+7 | |
define the used modkey. Added new action SetModKey too | |||||
2006-06-18 | added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTS | fluxgen | 1 | -0/+2 | |
2006-06-11 | added support for urgency hint, thanks Mark Tiefenbruck | fluxgen | 1 | -0/+5 | |
2006-04-25 | fix a bunch of comments, make default textures obvious | simonb | 1 | -1/+1 | |
Thanks Jonas Koelker | |||||
2006-03-18 | no more session.titlebar.left/right. They are now screen specific and the ↵ | fluxgen | 1 | -7/+0 | |
resources are created on the fly in FluxboxWindow | |||||
2006-02-20 | moved class Layer from class Fluxbox and thus reduces some dependecies | fluxgen | 1 | -20/+0 | |
2006-02-18 | moved all focus handling to FocusControl | fluxgen | 1 | -7/+10 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-11-16 | introduced session.styleOverlay (~/.fluxbox/overlay), all style settings | mathias | 1 | -34/+38 | |
made in that file will override/overlay the ones made in the used style. TODO: write more specific docu about it | |||||
2005-05-06 | Added new Buttons for the Titlebar of a Window (Mathias) | mathias | 1 | -1/+1 | |
- Shade - just like the "Stick"-button Styleresources: window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap etc. - MenuIcon - click on it provides the windowmenu, if the app contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a little menu otherwise. Styleresources: windowmenu.pixmap, windowmenu.unfocus.pixmap windowmenu.pressed.pixmap etc. Example ~/.fluxbox/init - entry: session.titlebar.left: MenuIcon Stick session.titlebar.right: Shade Minimize Maximize Close hint: if the app HAS a pixmap i use window.title.focus.pixmap (look WinButtonTheme for reference)in pixmap-based-styles. this looks excellent and dont need much extra-code to pipe that info into WinButtons. | |||||
2005-05-02 | using Select2nd | fluxgen | 1 | -2/+4 | |
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 | |