Age | Commit message (Expand) | Author | Files | Lines |
2011-04-11 | Fix a pair of warnings reported by clang | Pavel Labath | 1 | -2/+2 |
2011-04-11 | Menu.cc: send debug output to cerr, make the output more sensible | Pavel Labath | 1 | -9/+15 |
2011-03-28 | compile fix: added <cstdlib> to provide declaration for 'size_t' (gcc-4.6.x l... | Daniel Diaz | 3 | -0/+3 |
2011-03-23 | cosmetics | Mathias Gumz | 2 | -6/+6 |
2011-03-23 | compile fix: sunCC again, wants a compile time constant for arrays | Mathias Gumz | 1 | -2/+2 |
2011-02-25 | bugfix: submenus didn't hide if a delay was set | Mathias Gumz | 1 | -2/+2 |
2011-02-24 | little helper function 'isTitleVisible()' for FbTk::Menu | Mathias Gumz | 1 | -0/+1 |
2011-02-23 | renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem | Mathias Gumz | 9 | -327/+177 |
2011-02-23 | disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem' | Mathias Gumz | 4 | -21/+25 |
2011-02-23 | irrelevant 'virtual' destructor | Mathias Gumz | 1 | -1/+1 |
2011-02-23 | code deduplication | Mathias Gumz | 3 | -94/+68 |
2011-02-22 | moved rarely used 'cpccpc' out of class declaration | Mathias Gumz | 2 | -12/+13 |
2011-02-22 | bugfix: consistent use of 'int' for alpha values (#3187373) | Mathias Gumz | 7 | -20/+20 |
2011-02-22 | bugfix: render 'sunken' gradients correctly | Mathias Gumz | 1 | -1/+1 |
2011-02-22 | use FbTk::StringUtil API | Mathias Gumz | 1 | -15/+4 |
2011-02-22 | renamed Texture:DEFAULT_BEVEL to Texture::DEFAULT_LEVEL | Mathias Gumz | 3 | -3/+3 |
2011-02-22 | cosmetics | Mathias Gumz | 1 | -15/+6 |
2011-02-22 | Bugfix: don't render textures with dimension of 0 | Mathias Gumz | 1 | -1/+4 |
2011-02-21 | Fix bug: 'src_image' might be NULL if width||height are 0 (#3188223) | Mathias Gumz | 1 | -40/+49 |
2011-02-20 | Fixed a possible crash when using a slot m_holder = 0 | Henrik Kinnunen | 1 | -5/+9 |
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 |