Age | Commit message (Expand) | Author | Files | Lines |
2011-04-27 | Make sure `make distcheck' is successful | Pavel Labath | 20 | -28/+37 |
2011-04-25 | bugfix: do not warp workspaces with only one workspace | Mathias Gumz | 1 | -1/+1 |
2011-04-18 | Fix VPATH builds | Pavel Labath | 5 | -7/+8 |
2011-04-15 | Fix a couple of "comparison between signed and unsigned" warnings | Pavel Labath | 2 | -9/+7 |
2011-04-14 | fixed typo in 'MerleyKay' style, closes #3286430 | David Coppa | 1 | -1/+1 |
2011-04-14 | bugfix: use 'unsigned long' to feed XChangeProperty, closes #3285968 | David Coppa | 1 | -1/+1 |
2011-04-11 | Changed fbsetbg's tips to the new behaviour. | skizzhg | 1 | -3/+3 |
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-04-03 | bugfix: return 'height' if container is rotated vertically, closes #3195728 | Gediminas Liktaras | 1 | -2/+2 |
2011-04-03 | Fix assorted typos in manpages | Pavel Labath | 5 | -18/+18 |
2011-03-29 | make XMESSAGE a variable and use it consistently | slakmagik | 1 | -6/+10 |
2011-03-29 | avoid trailing spaces between app and closing } | slakmagik | 1 | -3/+15 |
2011-03-29 | separate functions and main code | slakmagik | 1 | -44/+46 |
2011-03-29 | add the configuration file equivalent of '-in' | slakmagik | 1 | -0/+3 |
2011-03-29 | silence cmp | slakmagik | 1 | -1/+1 |
2011-03-28 | updated turkish translations | Mesutcan Kurt | 1 | -64/+214 |
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 | compile fix: arguments must match declaration | Mathias Gumz | 1 | -4/+4 |
2011-03-23 | removed useless code | Mathias Gumz | 1 | -6/+2 |
2011-03-23 | configure fix: sstream test needs math.h, thus we should test math.h before | Mathias Gumz | 1 | -1/+1 |
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-03-23 | compile fix: sunCC 5.11 (sunstudio 12) compiles and links again | Mathias Gumz | 25 | -108/+106 |
2011-03-19 | merge | Mathias Gumz | 1 | -3/+11 |
2011-03-19 | code cleanup: moved code from public API to implementation | Mathias Gumz | 4 | -115/+108 |
2011-03-19 | delete config menu first at shutdown | Henrik Kinnunen | 1 | -3/+11 |
2011-03-19 | bugfix: reposition windows only if they are invisible | Mathias Gumz | 1 | -4/+19 |
2011-03-19 | code deduplication: use RectangleUtil::insideBorder() | Mathias Gumz | 1 | -4/+1 |
2011-03-19 | prepare BScreen::XineramaHeadInfo to be 'RectangleLike' | Mathias Gumz | 2 | -10/+15 |
2011-03-19 | added RectangleUtil::overlapRectangles() + test cases | Mathias Gumz | 2 | -0/+99 |
2011-03-19 | updated date of manpages | Mathias Gumz | 9 | -9/+9 |
2011-03-18 | added tests/testRectangleUtil.cc | Mathias Gumz | 2 | -1/+69 |
2011-03-18 | fix some escaping problems in the man pages | Mathias Gumz | 2 | -22/+23 |
2011-03-18 | some love to src/tests, use automake to use the same build environment as the... | Mathias Gumz | 9 | -260/+64 |
2011-03-18 | compile fix for clang, forward declaration of FocusControl was not enough | Mathias Gumz | 2 | -2/+3 |
2011-03-18 | compiler cosmetic: changed return type of ScreenPlacement::placeAndShowMenu()... | Mathias Gumz | 2 | -2/+2 |
2011-03-15 | bugfix: do not use anything from the current ClientMenuItem after m_client.fo... | Mathias Gumz | 1 | -2/+4 |
2011-03-01 | fix misordered Toolbar::Placement strings, closes 3195721 | Mathias Gumz | 1 | -3/+3 |
2011-03-01 | remove doc/ru reference in configure.in | Mathias Gumz | 1 | -1/+0 |
2011-02-28 | Removed Russian translation of fluxbox(1). | Slava Semushin | 3 | -1255/+0 |
2011-02-28 | Removed ONLINE DOCUMENTATION section from man pages. | Slava Semushin | 2 | -10/+0 |
2011-02-27 | updated NEWS for 1.3.1, increased version number | Mathias Gumz | 2 | -30/+15 |
2011-02-27 | updated ChangeLog | Mathias Gumz | 1 | -0/+9 |
2011-02-27 | created manpages | Mathias Gumz | 2 | -7/+7 |
2011-02-27 | cosmetics | Mathias Gumz | 3 | -4/+2 |
2011-02-25 | bugfix: submenus didn't hide if a delay was set | Mathias Gumz | 2 | -3/+3 |
2011-02-24 | cache result of getWorkspace() | Mathias Gumz | 1 | -2/+3 |
2011-02-24 | better solution for warping transient windows | Mathias Gumz | 2 | -2/+7 |
2011-02-24 | intermediate fix for segfault when warping transient windows to different wor... | Mathias Gumz | 1 | -1/+1 |