summaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
2009-05-01Everything but TextJim Ramsay15-52/+194
2009-02-24remove unnecessary xpm.h include in imlib codeMark Tiefenbruck1-2/+0
2008-10-15ignore XRandr events that don't actually change the screen sizeMark Tiefenbruck2-7/+12
2008-10-13merge menuDelay and menuDelayClose optionsMark Tiefenbruck3-10/+6
2008-10-09using namespace instead of a useless classMathias Gumz3-56/+21
2008-10-07allow relative path for background images in style filesMark Tiefenbruck2-17/+21
2008-10-05remove menu modesMark Tiefenbruck3-10/+1
2008-10-04fix flickering of shaped windows on focus changesMark Tiefenbruck1-37/+34
2008-10-01fix restackingMark Tiefenbruck2-14/+51
2008-10-01don't flash original window in the middle of cycling focusMark Tiefenbruck4-10/+19
2008-09-28Merge branch 'master' of fluxbox@git.fluxbox.org:fluxboxHenrik Kinnunen7-96/+60
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-11/+21
2008-09-28don't let KeyRelease events propagate to windowsMark Tiefenbruck3-18/+9
2008-09-27fix some goofy codeMark Tiefenbruck1-73/+38
2008-09-26fix rounded corners on restartMark Tiefenbruck1-2/+5
2008-09-22fix active menu item when inserting or removing other itemsMark Tiefenbruck2-3/+8
2008-09-21no virtuals needed Signals, added leaveAll for SignalTracker which must be us...Henrik Kinnunen1-13/+22
2008-09-21fix a few things with new signal codeMark Tiefenbruck1-5/+22
2008-09-18Added new Signal/Slot system in FbTkHenrik Kinnunen4-0/+652
2008-09-14Fixed a pixmap resource leak with selected pixmap in menus.Henrik Kinnunen3-5/+27
2008-09-01included some missing files in distributionHenrik Kinnunen1-0/+2
2008-09-01highlight the nearest menu item when the current one is disabled, and add sep...Mark Tiefenbruck1-0/+15
2008-08-24make clicking on the border of the toolbar activate toolbar buttonsMark Tiefenbruck1-3/+4
2008-08-21fix parsing of Delay commandMark Tiefenbruck1-1/+2
2008-08-19shift+enter wasn't sending right click if the menu item had a submenuMark Tiefenbruck1-3/+3
2008-08-18add top, left, right, and bottom center tab placement optionsMark Tiefenbruck2-4/+12
2008-08-16revert focus when closing dialogsMark Tiefenbruck1-4/+4
2008-08-16some cleanupMark Tiefenbruck20-298/+16
2008-08-14cleanup of some filesMathias Gumz3-11/+11
2008-08-04add selection box to various "choose one of these" menu itemsMark Tiefenbruck1-0/+63
2008-06-26remove dithering codeMark Tiefenbruck3-309/+6
2008-06-07fix some memory leaks and uninitialized valuesMatthias S. Benkmann1-0/+2
2008-06-03add new command line option -list-commandsMark Tiefenbruck1-1/+1
2008-06-03remove some unnecessary architectureMark Tiefenbruck3-69/+20
2008-05-30reset typeahead when adding/removing items in the menuMark Tiefenbruck1-0/+3
2008-05-24move FluxboxWindow::applyDecorations() to FbWinFrameMark Tiefenbruck2-23/+32
2008-05-14don't save rc in SetStyle command if loading the style failsMatteo Galiazzo1-0/+2
2008-05-12refactor menu reloading, added FbTk::AutoReloadHelperMark Tiefenbruck3-0/+121
2008-05-05add tooltips for iconbar buttons when title is too long to fitMatteo Galiazzo4-6/+35
2008-04-27Added SimpleObserver class.Henrik Kinnunen2-1/+71
2008-04-21some fixes for gcc 3.4Thomas Orgis52-55/+57
2008-02-09fix highlighted menu item on mouse outMark Tiefenbruck2-2/+14
2008-02-03fix rotationMark Tiefenbruck1-3/+3
2008-01-28reorderingMathias Gumz2-13/+11
2008-01-24don't require final {} on :IfMark Tiefenbruck1-1/+1
2008-01-18Fix missing destructor warningSimon Bowden1-0/+1
2008-01-18Merge branch 'master' of fluxbox@gitfbox:fluxboxMark Tiefenbruck20-134/+123
2008-01-17use function pointer for CommandParser::CommandMark Tiefenbruck1-8/+8
2008-01-15split Text.hh into Orientation.hh and TextUtils.{cc,hh}Mathias Gumz19-54/+55
2008-01-14moved code a bit around, cleaned up some classesMathias Gumz8-83/+71