Age | Commit message (Expand) | Author | Files | Lines |
2013-01-13 | Optimize inner loop of pixel transfer in TrueColor | Mathias Gumz | 1 | -65/+61 |
2013-01-13 | Use the same lookup-tables for solid and gradient textures | Mathias Gumz | 5 | -164/+237 |
2013-01-13 | improved code documentation | Mathias Gumz | 2 | -14/+3 |
2013-01-13 | Minor optimization of handling the timers | Mathias Gumz | 1 | -15/+15 |
2013-01-12 | Fix bug: handle the list of Timers not in-place | Mathias Gumz | 1 | -14/+18 |
2013-01-10 | Optional removal of SystemTray tool | Mathias Gumz | 5 | -5/+31 |
2013-01-10 | Reduced lagging begind of windows on slower displays | Aymeric Vincent | 1 | -1/+7 |
2013-01-08 | refer to the correct autoconf file in nls/translators.txt | Mathias Gumz | 1 | -2/+1 |
2013-01-08 | fix little autoconf regression | Mathias Gumz | 1 | -1/+1 |
2013-01-03 | automake: use AM_CPPFLAGS rather than INCLUDES | Sami Kerola | 3 | -4/+4 |
2013-01-03 | automake: fix initialization | Sami Kerola | 2 | -3/+7 |
2013-01-02 | do not try to reach $(top_srcdir)/.git directory contents when building a rel... | Sami Kerola | 1 | -1/+5 |
2013-01-02 | util/fluxbox-generate_menu: default browswer variable can be empty | Sami Kerola | 1 | -1/+5 |
2013-01-02 | utils: remove bashisms | Sami Kerola | 2 | -3/+7 |
2013-01-02 | fix 'make distcheck' which had out-of-tree build issue | Sami Kerola | 36 | -36/+36 |
2013-01-02 | rename configure.in to configure.ac | Sami Kerola | 1 | -142/+142 |
2013-01-02 | Compile fix: forgotten parentheses around value | Mathias Gumz | 1 | -1/+1 |
2012-12-30 | updated ChangeLog and NEWSRelease-1_3_3 | Mathias Gumz | 2 | -3/+6 |
2012-12-30 | replace XKeycodeToKeysym() with XkbKeycodeToKeysym() | Sami Kerola | 1 | -2/+3 |
2012-12-30 | prepared manpages for new release | Mathias Gumz | 10 | -51/+55 |
2012-12-30 | updated Changelog | Mathias Gumz | 1 | -0/+5 |
2012-12-30 | Fix double text rendering if using parentRelative | Vladimir A. Pavlov | 1 | -2/+0 |
2012-12-30 | src/WinButton.{cc,hh}: cosmetic | Vladimir A. Pavlov | 2 | -43/+16 |
2012-12-30 | Make use of window.stuck.pressed.pixmap | Vladimir A. Pavlov | 2 | -1/+4 |
2012-12-30 | Set WM_WINDOW_ROLE for fluxbox windows | Vladimir A. Pavlov | 6 | -0/+15 |
2012-12-30 | Store XClassHint on stack, not in dynamic memory | Vladimir A. Pavlov | 1 | -8/+5 |
2012-12-30 | preparation of fluxbox 1.3.3 | Mathias Gumz | 13 | -28/+33 |
2012-12-12 | Increased verbosity of 'configure' | Mathias Gumz | 1 | -25/+34 |
2012-12-12 | Minor cleaning of 'class Fluxbox' | Mathias Gumz | 2 | -3/+3 |
2012-12-12 | Fix build regression: enable XRANDR support by default | Mathias Gumz | 5 | -68/+96 |
2012-12-11 | Fixed bug: use expanded style/theme filename | Mathias Gumz | 1 | -1/+2 |
2012-12-05 | Updated Changelog | Mathias Gumz | 1 | -1818/+1048 |
2012-12-05 | Simplified 'configure' / build system | Mathias Gumz | 5 | -361/+208 |
2012-12-05 | removed empty file | Mathias Gumz | 1 | -1/+0 |
2012-11-25 | Fixed lost focus glitch on multihead-ws-warping | Hendrik Iben | 1 | -0/+6 |
2012-11-20 | Added option for focus revert to stay on current head | Hendrik Iben | 5 | -0/+33 |
2012-11-08 | Rewrite of FbTk::TextureRender | Mathias Gumz | 3 | -1131/+635 |
2012-11-07 | Added 'OnTab' highlighting in vim | Mathias Gumz | 1 | -1/+1 |
2012-11-07 | Added documentation for 'OnTab' | Mathias Gumz | 1 | -0/+2 |
2012-11-07 | Adds the OnTab keyword for the keys file | Julien Viard de Galbert | 4 | -53/+60 |
2012-10-04 | minor cosmetic | Mathias Gumz | 1 | -8/+8 |
2012-10-04 | Add support for nearest corner or edge resizing | Michael Abbott | 5 | -33/+96 |
2012-10-03 | Improved vertical alignment of text in FbTk::TextButton | Mathias Gumz | 6 | -173/+215 |
2012-09-14 | removed duplicate function signature for FbTk::StringUtil::extractNumber() | Mathias Gumz | 1 | -1/+1 |
2012-09-14 | minor cosmetic | Mathias Gumz | 2 | -7/+6 |
2012-09-14 | Fix regression: switch back to microseconds for DelayCmd | Mathias Gumz | 2 | -8/+12 |
2012-09-14 | Fix bug: (re)setting timeouts on a running FbTk::Timer might lead to broken t... | Mathias Gumz | 1 | -0/+9 |
2012-08-28 | changed timing functions to use a monotonic increasing clock | Mathias Gumz | 19 | -285/+364 |
2012-08-22 | fix sanity check for transient and explicitly placed windows | Peter Hercek | 1 | -5/+9 |
2012-08-03 | Add menu.hilite.font and menu.hilite.justify style resources | Vladimir A. Pavlov | 4 | -20/+39 |