Age | Commit message (Expand) | Author | Files | Lines |
2011-01-18 | bug fix: make fluxbox work under nxserver, closes #2813828 | Mathias Gumz | 1 | -0/+50 |
2011-01-15 | removed useless include statements | Mathias Gumz | 1 | -4/+0 |
2011-01-15 | better use of API, no need for 'timeval' in Menu | Mathias Gumz | 1 | -4/+1 |
2011-01-15 | MenuItem::isEnabled() is sufficient to decide Menu::isItemSelectable() | Mathias Gumz | 1 | -3/+1 |
2011-01-15 | small refactoring of FbTk/Menu code | Mathias Gumz | 2 | -227/+252 |
2010-09-20 | bugfix: ' floating point exception' due wrongly placed code | Mathias Gumz | 1 | -1/+2 |
2010-09-17 | bugfix: avoid naive use of 'putenv' by providing 'FbTk::App::setenv()' | Mathias Gumz | 2 | -0/+60 |
2010-09-17 | request explicitly as many elements for the gradient tables as we need | Mathias Gumz | 2 | -18/+8 |
2010-09-17 | bugfix: forgot to resize 'pixels' before putting values into it (facepalm) | Mathias Gumz | 1 | -2/+2 |
2010-09-17 | lots of code cleanup, reordering, trimming public API, bugfixes | Mathias Gumz | 4 | -896/+918 |
2010-09-17 | use FbTk::API to reduce code duplication | Mathias Gumz | 2 | -3/+25 |
2010-09-15 | code deduplication by using <algorithm> and FbTk/STLUtil.hh | Mathias Gumz | 3 | -53/+53 |
2010-09-14 | bugfix: 'reset' nr_shapes to '0' after last instance of 'Shape' | Mathias Gumz | 1 | -1/+3 |
2010-09-14 | cleanup and code deduplication | Mathias Gumz | 3 | -2/+3 |
2010-09-14 | use one array instead of two to hold both 'names' and 'atoms' for the rootwindow | Mathias Gumz | 1 | -30/+29 |
2010-09-14 | bugfix: create the corner pixmaps only once per screen | Mathias Gumz | 1 | -14/+29 |
2010-09-14 | bugfix: free the shape-corners on the last used 'Shape' | Mathias Gumz | 1 | -1/+1 |
2010-09-10 | moved helper struct TextPropPtr into anonymous namespace | Mathias Gumz | 1 | -0/+4 |
2010-09-09 | bugfix: initialize the Shape of a menu AFTER we created the window for the menu | Mathias Gumz | 1 | -1/+4 |
2010-09-09 | added FbTk::Util::clamp() and simplified related code | Mathias Gumz | 3 | -11/+48 |
2010-09-09 | simpler to use FbTk/Timer api | Mathias Gumz | 2 | -0/+6 |
2010-09-08 | improved extract*Number functions from FbTk/StringUtil.cc | Mathias Gumz | 1 | -6/+22 |
2010-09-08 | cosmetic fix: looks like a copyNpaste issue | Mathias Gumz | 1 | -7/+0 |
2010-09-08 | code simplification | Mathias Gumz | 3 | -18/+11 |
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 23 | -276/+284 |
2010-09-05 | avoid constructing new strings implicit | Mathias Gumz | 3 | -6/+6 |
2010-09-05 | cosmetic | Mathias Gumz | 1 | -2/+6 |
2010-09-05 | reuse temporary memory for reencoding / reordering fribidi-strings | Mathias Gumz | 1 | -17/+25 |
2010-09-04 | added support for bidirectional text | Ken Bloom | 3 | -22/+69 |
2010-08-24 | code simplification / deduplication | Mathias Gumz | 2 | -0/+30 |
2010-07-14 | bugfix: another crash when cleaning up signals | Jim Ramsay | 1 | -4/+4 |
2010-05-23 | bugfix: do not use invalid iterators while looping thru a container which get... | Mathias Gumz | 1 | -3/+2 |
2010-05-23 | mostly cosmetic fixes, mainly discovered by 'clang --analyze' | Mathias Gumz | 1 | -1/+1 |
2010-05-16 | fixed potential memory leak | Mathias Gumz | 1 | -1/+3 |
2010-05-16 | cleanup created corner pixmaps, moved the initCorners() function out of the c... | Mathias Gumz | 2 | -23/+33 |
2010-05-16 | initialize all member variables, otherwise unclean state in some circumstances | Mathias Gumz | 1 | -1/+6 |
2010-05-07 | bugfix: crash when cleaning up signals | Mathias Gumz | 1 | -10/+9 |
2010-05-06 | compile fix: FD_ZERO (sys/select.h) on solaris wants to use memset(); closes ... | Mathias Gumz | 2 | -5/+10 |
2010-05-06 | bugfix: added missing 'virtual' keyword, otherwise fluxbox crashes with 'pure... | Mathias Gumz | 1 | -1/+1 |
2010-03-26 | Added Tracker interface for SignalHolder. | Henrik Kinnunen | 1 | -3/+40 |
2010-03-26 | Minor fix for argument reference in MemFunSelectArgImpl | Henrik Kinnunen | 1 | -3/+3 |
2010-03-26 | Initialize all variables in FbWindow | Henrik Kinnunen | 1 | -0/+4 |
2010-03-19 | Added SelectArg.hh to Makefile.am | Henrik Kinnunen | 1 | -1/+1 |
2010-03-19 | Added SelectArg and MemFunSelectArg* | Henrik Kinnunen | 3 | -0/+149 |
2010-03-18 | Added missing RelaySignal.hh to Makefile.am | Henrik Kinnunen | 1 | -1/+1 |
2010-03-18 | Added FbTk::relaySignal, which relays new signals to old Subject type signals. | Henrik Kinnunen | 1 | -0/+62 |
2010-03-18 | minor cleaning in MemFun.hh | Henrik Kinnunen | 1 | -6/+4 |
2010-03-18 | Added MemFunIgnoreArgs which ignores aditional arguments. | Henrik Kinnunen | 1 | -1/+89 |
2010-02-27 | fixed little preprocessor error | Mathias Gumz | 1 | -1/+1 |
2010-01-19 | improved documentation of the code | Mathias Gumz | 1 | -5/+8 |