Age | Commit message (Expand) | Author | Files | Lines |
2020-04-05 | Store order in TrayWindow instead of using expensive comperator. | Gregor Bollerhey | 1 | -13/+12 |
2020-04-05 | Use XFree to free memory (not the default "delete"). | Gregor Bollerhey | 1 | -1/+5 |
2020-04-05 | Make systray icon pinning available. | Gregor Bollerhey | 2 | -5/+91 |
2019-08-06 | explicitly expect unsigned int | Christian Hesse | 1 | -1/+1 |
2019-07-21 | vim syntax: Add ftdetect to Vimball creation in Makefile | boweevil | 1 | -1/+2 |
2019-07-21 | added 3rd/vim/syntax/fluxstyle.vim | boweevil | 3 | -1/+44 |
2019-07-07 | zero check now uses std::max() | ryluchs17 | 1 | -2/+2 |
2019-07-06 | removed potential division by zero with size zero fonts | Ryan Luchs | 1 | -1/+1 |
2019-04-22 | Fix menu docs, esp. items allowed in window menu | Glen Whitney | 2 | -8/+9 |
2019-01-08 | Update Vietnamese translation | Nguyễn Thái Ngọc Duy | 1 | -49/+91 |
2018-03-14 | fbrun, add horizontal padding option | Pete Beardmore | 3 | -0/+14 |
2018-03-14 | fbtk, textbox, support horizontal padding | Pete Beardmore | 2 | -13/+36 |
2018-03-14 | fbtk, textbox, overflow selection deselection | Pete Beardmore | 1 | -2/+27 |
2018-03-14 | fbtk, textbox, fix selection release on click | Pete Beardmore | 1 | -0/+2 |
2018-03-14 | fbtk, textbox, limit selection height to font size | Pete Beardmore | 1 | -1/+1 |
2018-03-14 | fbtk, textbox, fix cursor position and size | Pete Beardmore | 1 | -1/+1 |
2018-03-14 | fbtk, textbox, fix text vertical centering | Pete Beardmore | 1 | -1/+1 |
2018-03-11 | Fix evaluating variables in ExportCmd | Maik Broemme | 1 | -1/+1 |
2018-03-11 | rm not needed newlines | kottroll | 1 | -3/+0 |
2017-11-19 | Rotate toolbar button on rotated toolbar | Lajos Koszti | 2 | -2/+16 |
2017-11-19 | Support 'vertical' Workspace warping | Mark Murawski | 4 | -16/+58 |
2017-11-19 | Merge documentation | Mathias Gumz | 2 | -2/+4 |
2017-09-06 | vim syntax: Recognize fluxbox files | Lajos Koszti | 1 | -0/+6 |
2017-04-24 | fix manpage fluxbox-style | sillyslux | 2 | -2/+4 |
2017-03-01 | slit: Add missing header | Petr Vorel | 1 | -0/+1 |
2017-03-01 | update da_DK translations | scootergrinsen | 1 | -113/+161 |
2016-11-20 | stop focus cycling on explicit workspace changes | Thomas Lübking | 2 | -0/+5 |
2016-11-20 | delay repositioning of labels | Thomas Lübking | 5 | -2/+15 |
2016-11-20 | remove dead switch from help | Thomas Lübking | 1 | -1/+0 |
2016-11-05 | add automake helpers to enforce --std=cxx11 | Mathias Gumz | 3 | -0/+602 |
2016-10-09 | prevent range overflow | Thomas Lübking | 1 | -1/+1 |
2016-10-02 | Make preferredWidth max from un- and focused width | Thomas Lübking | 1 | -0/+6 |
2016-10-02 | attempt a more fair container item squeezing | Thomas Lübking | 1 | -0/+29 |
2016-10-02 | compress resize signals | Thomas Lübking | 2 | -3/+17 |
2016-09-22 | "the least oversight", part #2 | Thomas Lübking | 3 | -0/+4 |
2016-09-22 | escape special chars in filenames | Thomas Lübking | 1 | -0/+7 |
2016-09-22 | fix segfault when completing ~ or . | Thomas Lübking | 1 | -0/+4 |
2016-09-21 | document generic toolbar buttons | Thomas Lübking | 1 | -1/+18 |
2016-09-21 | show tooltips for tabs | Thomas Lübking | 3 | -5/+14 |
2016-09-21 | allow to drag tabs to other workspaces | Thomas Lübking | 1 | -32/+16 |
2016-09-21 | implement ON_SLIT actions | Thomas Lübking | 3 | -9/+35 |
2016-09-21 | support OnWinButton, OnMinButton & OnMaxButton | Thomas Lübking | 3 | -5/+40 |
2016-09-21 | button: export pressed state and assigned commands | Thomas Lübking | 1 | -0/+7 |
2016-09-21 | "the least oversight" #1 | Thomas Lübking | 1 | -2/+6 |
2016-09-21 | only call applySizeHints when desired | Thomas Lübking | 1 | -3/+2 |
2016-09-11 | resolve handle/grip context conflict | Thomas Lübking | 1 | -1/+6 |
2016-09-11 | fix window placement documentation | Thomas Lübking | 1 | -0/+3 |
2016-09-11 | introduce autotabplacement | Thomas Lübking | 3 | -9/+21 |
2016-09-11 | Do not break server grabs | Thomas Lübking | 1 | -2/+2 |
2016-09-11 | std::auto_ptr to std::unique_ptr | Mathias Gumz | 2 | -5/+3 |