Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-05-26 | build-sys: use AC_USE_SYSTEM_EXTENSIONS | Sami Kerola | 20 | -91/+1 |
2013-05-26 | build-sys: include config.h to all files using automake | Sami Kerola | 41 | -149/+7 |
2013-05-26 | docs: update Doxyfile | Sami Kerola | 1 | -491/+1282 |
2013-05-26 | build-sys: remove unnecessary files | Sami Kerola | 3 | -5/+0 |
2013-05-26 | build-sys: use automake subdir-object | Sami Kerola | 1 | -1/+1 |
2013-05-24 | Removing a blank line in nls/it_IT/Translation.m that breaks the -help output. | skizzhg | 1 | -1/+0 |
2013-05-23 | more compact code | Mathias Gumz | 1 | -19/+12 |
2013-05-23 | Use shared code, minor code simplification | Mathias Gumz | 2 | -14/+19 |
2013-05-23 | minor | Mathias Gumz | 1 | -1/+1 |
2013-05-23 | fix initial window placement to allow proper head detection and window placem... | Peter Hercek | 1 | -14/+21 |
2013-05-23 | fix head detection for adjacent heads of too different sizes and window place... | Peter Hercek | 1 | -11/+14 |
2013-05-16 | Fix regression in rendering the Window-Motion-Outline | Mathias Gumz | 1 | -4/+6 |
2013-02-27 | minor code simplifications | Mathias Gumz | 2 | -18/+7 |
2013-02-27 | Workspace switching on the toolbar via the mouse buttons | Soeren Beye | 3 | -6/+12 |
2013-02-14 | Trigger ClockTool every second, independent of the format string | Mathias Gumz | 2 | -63/+44 |
2013-02-14 | Updates copyright date information in some binaries | Mathias Gumz | 2 | -2/+2 |
2013-02-13 | mpf | Mathias Gumz | 1 | -1/+1 |
2013-02-13 | Updated Changelog, NEWS, man-pages for 1.3.5Release-1_3_5 | Mathias Gumz | 22 | -49/+44 |
2013-02-13 | Fix missing LogicCommands | Mathias Gumz | 1 | -0/+6 |
2013-02-13 | Initialize FbTk::Timer.m_timeout correctly | Mathias Gumz | 1 | -2/+4 |
2013-02-10 | Updated Changelog, NEWS, man-pages for 1.3.4Release-1_3_4 | Mathias Gumz | 23 | -120/+190 |
2013-02-10 | Remove unused variables, cosmetics | Mathias Gumz | 1 | -16/+16 |
2013-02-10 | FbTk::FbTime::mono() yields microseconds since fluxbox started | Mathias Gumz | 1 | -3/+2 |
2013-02-10 | Cleanup | Mathias Gumz | 2 | -31/+31 |
2013-02-10 | More subtle brightening of textures | Mathias Gumz | 1 | -5/+5 |
2013-02-06 | Feature #3602124: 'LHalf' and 'RHalf' buttons to the titlebar | Mathias Gumz | 6 | -19/+85 |
2013-02-06 | Fix bug in renderEllipticGradient() | Mathias Gumz | 1 | -17/+20 |
2013-02-06 | Minor cosmetics | Mathias Gumz | 1 | -38/+41 |
2013-02-06 | Fix integer overflow | Mathias Gumz | 1 | -1/+1 |
2013-02-06 | Reduces memory footprint | Mathias Gumz | 1 | -7/+5 |
2013-02-06 | Branchless code for interlacing a texture | Mathias Gumz | 1 | -25/+15 |
2013-02-06 | Fix integer overflow for bigger textures | Mathias Gumz | 1 | -2/+6 |
2013-02-01 | Fix regression regarding timers with equal end-time | Mathias Gumz | 1 | -2/+6 |
2013-01-31 | Adds 'ClientPatternTest' command | Mathias Gumz | 7 | -53/+177 |