Age | Commit message (Expand) | Author | Files | Lines |
2015-01-15 | Refactor menu code: be more explicit and compact | Mathias Gumz | 15 | -408/+375 |
2015-01-10 | Code cleanup | Mathias Gumz | 3 | -53/+20 |
2015-01-10 | Make use of API instead of hardcoded default font | Mathias Gumz | 1 | -4/+3 |
2015-01-10 | Fix order of reconfigure the theme of an IconButton | Mathias Gumz | 1 | -15/+11 |
2015-01-10 | Remove dead code | Mathias Gumz | 2 | -20/+0 |
2015-01-10 | Fix bug: integer underflow in startup phase | Mathias Gumz | 1 | -1/+7 |
2015-01-05 | Fix 'make check'Release-1_3_6 | Mathias Gumz | 1 | -21/+10 |
2015-01-05 | Fix build-system: install data files (keys, apps, menu ...) | Mathias Gumz | 1 | -7/+3 |
2015-01-04 | Fix build-system: use xxx_LDADD instead of xxx_LDFLAGS | Mathias Gumz | 1 | -4/+6 |
2015-01-03 | Fix to make clang happy | Nable 80 | 1 | -3/+5 |
2015-01-03 | Minor API change for OSDWindow | Mathias Gumz | 4 | -10/+9 |
2015-01-03 | Fix signature ITypeAheadable::isEnabled() | Mathias Gumz | 1 | -1/+1 |
2015-01-03 | Fix signature FbTk::FontImp::rotate() | Mathias Gumz | 1 | -1/+1 |
2015-01-03 | Clean unused variables | Mathias Gumz | 6 | -9/+1 |
2015-01-03 | Fix clang warning 'expression with side effects' | Mathias Gumz | 2 | -9/+14 |
2015-01-03 | Fix number2*() functions | Mathias Gumz | 1 | -7/+7 |
2015-01-03 | Remove dead / unused code | Mathias Gumz | 2 | -78/+5 |
2015-01-03 | Fix typo / editor bug or something like that. | Mathias Gumz | 1 | -1/+1 |
2015-01-03 | Remove various unused variables | Mathias Gumz | 7 | -28/+21 |
2015-01-03 | Update copyright info | Mathias Gumz | 1 | -1/+1 |
2015-01-03 | Use correct buffer size for number2*() | Mathias Gumz | 1 | -3/+6 |
2015-01-03 | Fix build issue | Mathias Gumz | 1 | -1/+1 |
2015-01-03 | Remove reference to src/tests/testSignal | Mathias Gumz | 1 | -13/+0 |
2015-01-03 | Update release version | Mathias Gumz | 2 | -1/+5 |
2014-10-27 | make use of FbTk-api | Mathias Gumz | 1 | -27/+26 |
2014-09-29 | treat windows having WM_CLASS == "DockApp" like DockApps | Mathias Gumz | 2 | -5/+13 |
2014-09-29 | Corrections for border width for relative resize | Arkadiusz Bokowy | 1 | -0/+2 |
2014-09-14 | Code cleanup | Arkadiusz Bokowy | 1 | -3/+1 |
2014-09-14 | fix: check the correct XClassHint property | Mathias Gumz | 1 | -8/+3 |
2014-07-22 | fix uninitialized variables | Mathias Gumz | 2 | -4/+2 |
2014-07-22 | fix _NET_MOVERESIZE_WINDOW resize issue (#1108) | Mathias Gumz | 1 | -6/+6 |
2014-05-12 | allow a timeout of a full 'unit' | Mathias Gumz | 1 | -1/+1 |
2014-05-12 | cosmetic, less code | Mathias Gumz | 1 | -9/+10 |
2014-05-12 | detect minute-based strftime-formats (again) | Mathias Gumz | 3 | -6/+14 |
2014-05-12 | fix clocktool lagging behind and skipping seconds | Mathias Gumz | 1 | -2/+13 |
2014-04-11 | removed reference to 'defaults.hh' | Mathias Gumz | 1 | -2/+0 |
2014-04-11 | merge Sami Kerola's new build-system | Mathias Gumz | 47 | -504/+561 |
2014-04-09 | use function fluxbox::findScreen() | Mathias Gumz | 1 | -9/+1 |
2014-04-09 | fix excessive loading of keys file caused by xmodmap | Mathias Gumz | 2 | -11/+43 |
2014-02-19 | make sure that result of division is signed int | Amadeusz Sławiński | 1 | -4/+6 |
2014-02-18 | Fix race condition on shutdown | Mathias Gumz | 15 | -870/+698 |
2014-02-17 | update of copyright info | Mathias Gumz | 1 | -1/+1 |
2013-08-02 | Fix ArrangeWindowsStack* for multi-head displays | Mathias Gumz | 1 | -62/+67 |
2013-08-02 | Add support for stacked tiling via ArrangeWindows* | John Sennesael | 2 | -17/+107 |
2013-08-02 | Fix lost keypresses after workspace change (#1067) | Ed Martin | 2 | -11/+2 |
2013-07-03 | Constify the type passed to std::equal_to. | Raphael Kubo da Costa | 1 | -1/+1 |
2013-06-29 | fix detection of $HOME folder | Mathias Gumz | 3 | -17/+43 |
2013-06-22 | cosmetics | Mathias Gumz | 2 | -9/+8 |
2013-06-18 | Speedup overlong text detection | Mathias Gumz | 3 | -26/+70 |
2013-05-26 | build-sys: move to non-recursive build | Sami Kerola | 6 | -307/+538 |