Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-03 | compile fixes for sun compiler 5.10: class Layer conflicts with class ↵ | Mathias Gumz | 2 | -8/+8 | |
FbTk/Layer .. so just a little renaming | |||||
2009-10-03 | compile fixes for sun compiler 5.10: complains about 'not beeing able to ↵ | Mathias Gumz | 1 | -1/+1 | |
initialize this from that' | |||||
2009-10-01 | another little helper for FbTk::StringUtil: extractNumber() | Mathias Gumz | 2 | -0/+54 | |
2009-10-01 | removed unused code | Mathias Gumz | 4 | -73/+0 | |
2009-10-01 | compile fix: missing include guards | Mathias Gumz | 1 | -0/+6 | |
2009-10-01 | simpler code | Mathias Gumz | 2 | -0/+9 | |
2009-10-01 | compile fix: missing headers (sun compiler complained about) | Mathias Gumz | 1 | -0/+6 | |
2009-10-01 | compile fix: using correct forward declaration for template classes | Mathias Gumz | 3 | -4/+4 | |
we got this 'Warning (Anachronism): Old syntax for explicit specialization or instantiation ignored.' with the solaris compiler | |||||
2009-10-01 | made code simpler | Mathias Gumz | 2 | -16/+7 | |
2009-09-30 | cosmetic fix: removed warning about double ';' after command | Mathias Gumz | 1 | -15/+5 | |
static xyz inside a anonymous namespace is not really needed, so i removed the namespace to get rid of the compiler warning. it's more convinient for the developer to put ';' after that REGISTER_COMMAND_PARSER | |||||
2009-09-30 | compile fix: use the correct format string to parse the number | Mathias Gumz | 1 | -1/+1 | |
2009-09-30 | compile fix: sun compiler complains about missing std::mem_fun_t<> | Mathias Gumz | 1 | -0/+1 | |
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 20 | -29/+31 | |
2009-09-23 | bugfix: 'HideMenus' command did not work if the user 'opened' an empty submenu. | Mathias Gumz | 1 | -1/+1 | |
'openeing' such an empty submenu lead to an already hidden menu referenced by the 'shown' pointer | |||||
2009-08-08 | allow navigating multi-column menus with left and right arrows | Mark Tiefenbruck | 2 | -4/+23 | |
2009-06-28 | change default toolbar tools to: | Mark Tiefenbruck | 1 | -1/+1 | |
prevworkspace, workspacename, nextworkspace, iconbar, systemtray, clock | |||||
2009-06-28 | fix changing iconbar alignment and button width from init file | Mark Tiefenbruck | 1 | -1/+4 | |
2009-06-28 | allow 'Ctrl' and 'Alt' as modifiers in keys file | Mark Tiefenbruck | 1 | -0/+2 | |
2009-06-28 | previous fix for reverting iconbar to relative broke external tabs | Mark Tiefenbruck | 2 | -21/+29 | |
2009-06-28 | revert to relative iconbar alignment when too many windows are open | Mark Tiefenbruck | 1 | -23/+16 | |
2009-05-26 | Error on incomplete MacroCmd key command | Jim Ramsay | 1 | -7/+9 | |
2009-05-26 | Exit loop for unterminated { } pair | Jim Ramsay | 1 | -1/+1 | |
2009-02-24 | remove unnecessary xpm.h include in imlib code | Mark Tiefenbruck | 1 | -2/+0 | |
2008-10-15 | ignore XRandr events that don't actually change the screen size | Mark Tiefenbruck | 2 | -7/+12 | |
2008-10-13 | merge menuDelay and menuDelayClose options | Mark Tiefenbruck | 3 | -10/+6 | |
2008-10-09 | using namespace instead of a useless class | Mathias Gumz | 3 | -56/+21 | |
2008-10-07 | allow relative path for background images in style files | Mark Tiefenbruck | 2 | -17/+21 | |
2008-10-05 | remove menu modes | Mark Tiefenbruck | 3 | -10/+1 | |
2008-10-04 | fix flickering of shaped windows on focus changes | Mark Tiefenbruck | 1 | -37/+34 | |
2008-10-01 | fix restacking | Mark Tiefenbruck | 2 | -14/+51 | |
2008-10-01 | don't flash original window in the middle of cycling focus | Mark Tiefenbruck | 4 | -10/+19 | |
2008-09-28 | Merge branch 'master' of fluxbox@git.fluxbox.org:fluxbox | Henrik Kinnunen | 7 | -96/+60 | |
Conflicts: ChangeLog | |||||
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 1 | -11/+21 | |
2008-09-28 | don't let KeyRelease events propagate to windows | Mark Tiefenbruck | 3 | -18/+9 | |
2008-09-27 | fix some goofy code | Mark Tiefenbruck | 1 | -73/+38 | |
2008-09-26 | fix rounded corners on restart | Mark Tiefenbruck | 1 | -2/+5 | |
2008-09-22 | fix active menu item when inserting or removing other items | Mark Tiefenbruck | 2 | -3/+8 | |
2008-09-21 | no virtuals needed Signals, added leaveAll for SignalTracker which must be ↵ | Henrik Kinnunen | 1 | -13/+22 | |
used before all screens dies. | |||||
2008-09-21 | fix a few things with new signal code | Mark Tiefenbruck | 1 | -5/+22 | |
2008-09-18 | Added new Signal/Slot system in FbTk | Henrik Kinnunen | 4 | -0/+652 | |
This is suppose to replace the obsolete Subject/Observer classes. See the src/tests/testSignals.cc for basic usage. | |||||
2008-09-14 | Fixed a pixmap resource leak with selected pixmap in menus. | Henrik Kinnunen | 3 | -5/+27 | |
menu.hilite.selected.pixmap and menu.selected.pixmap was not deleted while switching between non-pixmap styles and pixmap styles. | |||||
2008-09-01 | included some missing files in distribution | Henrik Kinnunen | 1 | -0/+2 | |
2008-09-01 | highlight the nearest menu item when the current one is disabled, and add ↵ | Mark Tiefenbruck | 1 | -0/+15 | |
separators to focus model menu | |||||
2008-08-24 | make clicking on the border of the toolbar activate toolbar buttons | Mark Tiefenbruck | 1 | -3/+4 | |
2008-08-21 | fix parsing of Delay command | Mark Tiefenbruck | 1 | -1/+2 | |
2008-08-19 | shift+enter wasn't sending right click if the menu item had a submenu | Mark Tiefenbruck | 1 | -3/+3 | |
2008-08-18 | add top, left, right, and bottom center tab placement options | Mark Tiefenbruck | 2 | -4/+12 | |
2008-08-16 | revert focus when closing dialogs | Mark Tiefenbruck | 1 | -4/+4 | |
2008-08-16 | some cleanup | Mark Tiefenbruck | 20 | -298/+16 | |
2008-08-14 | cleanup of some files | Mathias Gumz | 3 | -11/+11 | |