Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2008-08-04 | add selection box to various "choose one of these" menu items | Mark Tiefenbruck | 1 | -0/+63 | |
2008-06-26 | remove dithering code | Mark Tiefenbruck | 3 | -309/+6 | |
2008-06-07 | fix some memory leaks and uninitialized values | Matthias S. Benkmann | 1 | -0/+2 | |
2008-06-03 | add new command line option -list-commands | Mark Tiefenbruck | 1 | -1/+1 | |
2008-06-03 | remove some unnecessary architecture | Mark Tiefenbruck | 3 | -69/+20 | |
2008-05-30 | reset typeahead when adding/removing items in the menu | Mark Tiefenbruck | 1 | -0/+3 | |
2008-05-24 | move FluxboxWindow::applyDecorations() to FbWinFrame | Mark Tiefenbruck | 2 | -23/+32 | |
2008-05-14 | don't save rc in SetStyle command if loading the style fails | Matteo Galiazzo | 1 | -0/+2 | |
2008-05-12 | refactor menu reloading, added FbTk::AutoReloadHelper | Mark Tiefenbruck | 3 | -0/+121 | |
2008-05-05 | add tooltips for iconbar buttons when title is too long to fit | Matteo Galiazzo | 4 | -6/+35 | |
2008-04-27 | Added SimpleObserver class. | Henrik Kinnunen | 2 | -1/+71 | |
This class works in the same way as the SimpleCommand class. Use it with the makeObserver function. It calls the receiver's member function when the subject sends a signal. | |||||
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 52 | -55/+57 | |
2008-02-09 | fix highlighted menu item on mouse out | Mark Tiefenbruck | 2 | -2/+14 | |
2008-02-03 | fix rotation | Mark Tiefenbruck | 1 | -3/+3 | |
2008-01-28 | reordering | Mathias Gumz | 2 | -13/+11 | |
2008-01-24 | don't require final {} on :If | Mark Tiefenbruck | 1 | -1/+1 | |
2008-01-18 | Fix missing destructor warning | Simon Bowden | 1 | -0/+1 | |
2008-01-18 | Merge branch 'master' of fluxbox@gitfbox:fluxbox | Mark Tiefenbruck | 20 | -134/+123 | |
2008-01-17 | use function pointer for CommandParser::Command | Mark Tiefenbruck | 1 | -8/+8 | |
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 19 | -54/+55 | |
2008-01-14 | moved code a bit around, cleaned up some classes | Mathias Gumz | 8 | -83/+71 | |
2008-01-11 | forgot to add this | Mark Tiefenbruck | 1 | -0/+128 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 19 | -232/+119 | |
ObjectRegistry | |||||
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 8 | -133/+138 | |
2008-01-04 | add a level of indirection to themes | Mark Tiefenbruck | 4 | -4/+22 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 95 | -192/+0 | |
2008-01-03 | merged | Mathias Gumz | 2 | -5/+5 | |
2008-01-02 | moved seldom used code to where it is actually used, no need to include code ↵ | Mathias Gumz | 1 | -23/+0 | |
into compilation when its not needed | |||||
2008-01-02 | fix border width on synthetic ConfigureNotify events | Mark Tiefenbruck | 2 | -5/+5 | |
2007-12-30 | fix compatibility with older gcc versions | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 29 | -81/+52 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 29 | -34/+29 | |
2007-12-30 | forgotten inlines from previous round | Mathias Gumz | 3 | -3/+3 | |
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 23 | -268/+268 | |
2007-12-28 | moved DelayedCmd from Screen.cc to FbTk/Timer.cc, added it to the keys file | Mark Tiefenbruck | 3 | -4/+58 | |
2007-12-28 | move shape handling from FbMenu to FbTk::Menu | Mark Tiefenbruck | 2 | -3/+8 | |