Age | Commit message (Expand) | Author | Files | Lines |
2007-01-02 | don't escape regex metacharacters when writing apps file | markt | 2 | -7/+11 |
2007-01-01 | don't set menuicon background to style's pixmap when the window has an icon | markt | 1 | -41/+7 |
2007-01-01 | don't run [startup] items if fluxbox fails to load | markt | 2 | -26/+32 |
2007-01-01 | don't run [startup] items in apps file on reconfigure when apps file has been... | markt | 1 | -1/+2 |
2006-12-31 | check return code when setting utf8 workspace names | markt | 1 | -4/+7 |
2006-12-31 | update window scroll action and direction on reconfigure | markt | 1 | -0/+23 |
2006-12-31 | update toolbar visibility on reconfigure | markt | 1 | -1/+4 |
2006-12-31 | Fix _NET_FRAME_EXTENTS on 64-bit systems | simonb | 2 | -5/+5 |
2006-12-29 | don't add 2 pixels to toolbar.height from init file; oh, and I named the reme... | markt | 2 | -3/+2 |
2006-12-28 | allow focus to revert to stuck windows, and we'll see if it still causes | markt | 1 | -5/+2 |
2006-12-27 | fix some misbehaving settings in the apps file | markt | 1 | -4/+7 |
2006-12-22 | more dead functions | markt | 7 | -5/+19 |
2006-12-20 | little fix for nls in keys | markt | 1 | -1/+1 |
2006-12-20 | _FLUXBOX_GROUP_LEFT wasn't being removed on detach, and the correct client in... | markt | 2 | -14/+32 |
2006-12-19 | Change to data structure for keybindings, ungrab and grab keys when switching | markt | 4 | -189/+102 |
2006-12-18 | Rotate items in toolbar the same way as tabs | markt | 1 | -8/+8 |
2006-12-17 | Stop cycling focus when another command gets run, even if modifiers are still... | markt | 2 | -6/+14 |
2006-12-16 | Apparently, this code did the following: | markt | 1 | -11/+0 |
2006-11-12 | removed duplicate headers, patch from Slava Semushin aka php-coder | fluxgen | 6 | -16/+9 |
2006-11-07 | cosmetic patch from slava again | mathias | 10 | -14/+0 |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 26 | -607/+703 |
2006-10-27 | cosmetic patch from slava semushin, removes whitespaces and | mathias | 19 | -571/+670 |
2006-10-16 | comment | fluxgen | 1 | -1/+7 |
2006-10-16 | initialize m_state | fluxgen | 1 | -1/+2 |
2006-10-16 | added CachedPixmap | fluxgen | 1 | -0/+1 |
2006-10-16 | some cleaning, using CachedPixmap | fluxgen | 2 | -63/+39 |
2006-10-16 | cached pixmap helper, works like auto ptr for cached pixmaps | fluxgen | 2 | -0/+121 |
2006-09-20 | fixed bug #1561482, crashed with toolbarmenu | fluxgen | 2 | -51/+61 |
2006-09-18 | added include path | fluxgen | 1 | -1/+1 |
2006-08-14 | fix minor menu separator highlight issue | simonb | 1 | -1/+1 |
2006-08-14 | unused function | markt | 1 | -4/+0 |
2006-08-13 | fix restoring fullscreen windows | markt | 1 | -0/+1 |
2006-08-13 | silly warnings | markt | 1 | -1/+1 |
2006-08-13 | little hack to make sure background only loads once | markt | 2 | -1/+9 |
2006-08-10 | fix crash in ClientPattern | simonb | 1 | -1/+1 |
2006-08-10 | implement _NET_WM_WINDOW_TYPE_MENU AND _NET_WM_WINDOW_TYPE_TOOLBAR | markt | 2 | -3/+18 |
2006-08-09 | it never existed (what never existed?) | markt | 6 | -38/+29 |
2006-08-09 | remove FbTk::Menu::enter/leaveNotifyEvent -- caused problems with placing sub... | markt | 2 | -74/+9 |
2006-08-08 | fix some compiler warnings in gcc 4.1 | markt | 6 | -29/+38 |
2006-08-06 | distinguish between startup and restart | markt | 3 | -7/+26 |
2006-08-05 | don't call placement strategy on maximized or fullscreen windows | markt | 1 | -2/+4 |
2006-08-05 | a little fix for auto-grouping after restart | markt | 3 | -7/+7 |
2006-08-05 | forgot about autogrouping | markt | 1 | -0/+3 |
2006-08-04 | don't re-apply remembered settings on restart if they are set as window prope... | markt | 3 | -17/+18 |
2006-08-04 | change the debug output in FocusControl::setFocusedWindow() | markt | 1 | -2/+2 |
2006-08-03 | don't raise a window after cycling if it has been minimized | markt | 1 | -1/+3 |
2006-08-03 | add support for negative arguments to :Tab | markt | 1 | -2/+2 |
2006-08-03 | check if window is stuck when using followmodel | markt | 2 | -2/+4 |
2006-08-02 | rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel | markt | 8 | -62/+40 |
2006-08-02 | update _NET_WORKAREA on screen resize | markt | 1 | -0/+1 |