Age | Commit message (Expand) | Author | Files | Lines |
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 | 8 | -30/+21 |
2015-01-03 | Update copyright info | Mathias Gumz | 1 | -1/+1 |
2015-01-03 | Remove unused code / option from FbRun | Mathias Gumz | 2 | -8/+1 |
2015-01-03 | Use correct buffer size for number2*() | Mathias Gumz | 1 | -3/+6 |
2015-01-03 | Identify clang compiler | Mathias Gumz | 1 | -1/+3 |
2015-01-03 | Preparation of release 1.3.6 | Mathias Gumz | 3 | -4/+94 |
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 | Recreate man-pages | Mathias Gumz | 8 | -133/+60 |
2015-01-03 | Update release version | Mathias Gumz | 12 | -11/+15 |
2015-01-03 | Fix build issue with out-of-src-builds | Mathias Gumz | 1 | -1/+2 |
2015-01-02 | Fix corruption of fbrun-history | Mathias Gumz | 1 | -42/+20 |
2015-01-02 | Fix loading fbrun-history | Mathias Gumz | 1 | -5/+3 |
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 | 107 | -2062/+3447 |
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 | move shared build instructions for nls into a common file | Mathias Gumz | 34 | -1320/+73 |
2014-02-19 | make sure that result of division is signed int | Amadeusz Sławiński | 1 | -4/+6 |
2014-02-19 | Fix the Bulgarian translation's codeset. | Peter Pentchev | 2 | -3/+3 |
2014-02-18 | Fix race condition on shutdown | Mathias Gumz | 17 | -874/+701 |
2014-02-17 | update of copyright info | Mathias Gumz | 3 | -3/+3 |
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 | 3 | -17/+124 |
2013-08-02 | Fix lost keypresses after workspace change (#1067) | Ed Martin | 2 | -11/+2 |
2013-08-02 | update hebrew translation | Isratine Citizen | 1 | -16/+16 |
2013-08-02 | Updated Japanese Translation | Takeshi Hamasaki | 1 | -4/+82 |
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 | 4 | -19/+44 |
2013-06-22 | cosmetics | Mathias Gumz | 2 | -9/+8 |
2013-06-18 | Returning EXIT_FAILURE on exit in fluxbox-remote. | Paul Tagliamonte | 1 | -0/+1 |
2013-06-18 | Speedup overlong text detection | Mathias Gumz | 3 | -26/+70 |
2013-05-26 | build-sys: move to non-recursive build | Sami Kerola | 56 | -653/+1013 |
2013-05-26 | build-sys: use iconv library detections from gettext | Sami Kerola | 3 | -65/+696 |
2013-05-26 | build-sys: unify configure.ac syntax | Sami Kerola | 1 | -230/+318 |
2013-05-26 | build-sys: add test programs to .gitinore file | Sami Kerola | 1 | -0/+8 |
2013-05-26 | build-sys: use pkg-config to locate dependencies | Sami Kerola | 10 | -447/+175 |
2013-05-26 | build-sys: move autotools files to subdirectories | Sami Kerola | 5 | -7/+6 |