Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-09 | added mouse bindings to the keys file | markt | 1 | -53/+45 | |
2007-01-14 | make sure we ungrab the keyboard when changing the alt-tab screen, | markt | 1 | -1/+6 | |
or else we'll lose an entire keystroke!\ | |||||
2007-01-08 | fixed _NET_WM_DESKTOP regression | markt | 1 | -8/+9 | |
2007-01-06 | make "force pseudotransparency" menu item work immediately | markt | 1 | -2/+3 | |
2007-01-03 | don't run [startup] items on restart | markt | 1 | -2/+2 | |
2007-01-01 | don't run [startup] items if fluxbox fails to load | markt | 1 | -25/+31 | |
2006-12-19 | Change to data structure for keybindings, ungrab and grab keys when switching | markt | 1 | -9/+4 | |
keymodes instead of deciding whether we need it and repeating the key. | |||||
2006-12-17 | Stop cycling focus when another command gets run, even if modifiers are ↵ | markt | 1 | -2/+12 | |
still down | |||||
2006-12-16 | Apparently, this code did the following: | markt | 1 | -11/+0 | |
- create an empty database - load the rc file into a database - merge the empty database into the second one - write the result to the rc file - delete both databases | |||||
2006-11-12 | removed duplicate headers, patch from Slava Semushin aka php-coder | fluxgen | 1 | -4/+9 | |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -9/+23 | |
2006-07-25 | don't revert focus away from command dialogs | markt | 1 | -1/+2 | |
2006-07-23 | forgot about the menu | markt | 1 | -3/+3 | |
2006-07-23 | use a timer to make sure focus always reverts if possible | markt | 1 | -6/+20 | |
2006-07-22 | dead resource | markt | 1 | -1/+0 | |
2006-07-20 | properly revert focus when two windows close at the same time | markt | 1 | -4/+4 | |
2006-07-14 | include iconic windows when cycling | markt | 1 | -0/+2 | |
also, stop cycling on one screen when cycling begins on another | |||||
2006-07-13 | remove lock from RootTheme and redundant loadTheme from fluxbox | markt | 1 | -2/+0 | |
2006-07-04 | some dead resources and the functions that go with them | markt | 1 | -2/+0 | |
2006-07-03 | call waitpid until no more children to wait for (thanks Devin/dlab). | simonb | 1 | -1/+2 | |
2006-06-30 | more dead functions | markt | 1 | -20/+0 | |
2006-06-30 | another dead function | markt | 1 | -5/+0 | |
2006-06-29 | Fixing my own code | markt | 1 | -2/+2 | |
2006-06-22 | Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely | mathias | 1 | -26/+45 | |
define the used modkey. Added new action SetModKey too | |||||
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -21/+21 | |
console, plus handle catalogs better. | |||||
2006-06-18 | added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTS | fluxgen | 1 | -0/+8 | |
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -12/+10 | |
FbTk::FbString | |||||
2006-05-07 | more utf8 changes, notably window titles | simonb | 1 | -1/+1 | |
2006-04-25 | fix a bunch of comments, make default textures obvious | simonb | 1 | -1/+1 | |
Thanks Jonas Koelker | |||||
2006-04-24 | fix memory leaks in menu code | simonb | 1 | -6/+7 | |
2006-04-23 | reload the apps file on flux reload | simonb | 1 | -0/+6 | |
2006-04-16 | add reversewheeling option | simonb | 1 | -2/+10 | |
thanks Kalle - ice_jkpg at users.sourceforge.net | |||||
2006-04-12 | add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org | simonb | 1 | -2/+6 | |
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -2/+2 | |
2006-03-20 | external tabs | simonb | 1 | -5/+7 | |
2006-03-18 | no more session.titlebar.left/right. They are now screen specific and the ↵ | fluxgen | 1 | -11/+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 | -1/+2 | |
2006-02-18 | moved all focus handling to FocusControl | fluxgen | 1 | -157/+24 | |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 1 | -7/+9 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-11-22 | nls for screen argument | fluxgen | 1 | -1/+2 | |
2005-11-16 | changelog had wrong name, default was from old patch | simonb | 1 | -1/+1 | |
2005-11-16 | introduced session.styleOverlay (~/.fluxbox/overlay), all style settings | mathias | 1 | -4/+5 | |
made in that file will override/overlay the ones made in the used style. TODO: write more specific docu about it | |||||
2005-07-20 | Changed some *Focus options, just to make some things a bit more clear. | mathias | 1 | -3/+2 | |
the "Sloppy" was always a bit .. unprecise. removed SloppyFocus, SemiSloppyFocus and ClickToFocus options added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus - MouseFocus - change the focus to the window under the mouse (almost similar to the 'old' SloppyFocus) - ClickFocus - change the focus to the window the user clicks - MouseTabFocus - change active tabclient to the one under the mouse in titlebar, does NOT change the focus - ClickTabFocus - change active tabclient when clicked onto a tabbutton to achieve former SemiSloppyFocus behavior one needs MouseFocus and ClickTabFocus | |||||
2005-07-04 | cleaning, change getCount to numberOfWorkspace | fluxgen | 1 | -10/+7 | |
2005-06-02 | * patch from vadim <suhanov_vadim@mail.ru>: | mathias | 1 | -1/+1 | |
"when i iconify some window it disappears from _NET_CLIENT_LIST until Ewmh::updateClientLis are been called again." | |||||
2005-05-10 | cache the root pixmap (per screen) | simonb | 1 | -1/+8 | |
2005-05-06 | Fix for #1160244, #1099704, #1094107: | mathias | 1 | -12/+15 | |
if the xkb-extension is enabled and the user switches between his/her keyboardlayouts fluxbox's keybhandling doesn't work well anymore because xkeyevent.state contains also xkb-related flags and thus we have to handle that with caution. KeyUtils now contain 'isolateModifierMask()' to really work only on the modifiers. why not as part of cleanMods() ? because the XLookupString return false results, eg TextBox's would only print chars from the first keyboardlayout. | |||||
2005-05-02 | using Select2nd | fluxgen | 1 | -20/+18 | |
2005-04-29 | minor stuff | fluxgen | 1 | -4/+5 | |