Age | Commit message (Expand) | Author | Files | Lines |
2020-04-05 | Const ref instead of const for string vector. | Gregor Bollerhey | 1 | -3/+3 |
2020-04-05 | Ignore case when matching window classnames. | Gregor Bollerhey | 1 | -2/+5 |
2020-04-05 | Corrected comment (now member and returns nothing). | Gregor Bollerhey | 1 | -2/+2 |
2020-04-05 | Use FbTk::StringUtils instead of own tokenizer. | Gregor Bollerhey | 1 | -28/+9 |
2020-04-05 | Sort on remove isn't needed. | Gregor Bollerhey | 1 | -2/+0 |
2020-04-05 | Icon order now is property of the SystemTray. | Gregor Bollerhey | 2 | -68/+64 |
2020-04-05 | XFree must not be called with 0. | Gregor Bollerhey | 1 | -2/+4 |
2020-04-05 | Thought BadWindow was a return status on failure. | Gregor Bollerhey | 1 | -5/+3 |
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-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 |
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 |
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-03-01 | slit: Add missing header | Petr Vorel | 1 | -0/+1 |
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-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-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 | 2 | -9/+32 |
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 | 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 |
2016-09-11 | Improve utf-8 support | Thomas Lübking | 1 | -44/+41 |
2016-09-11 | support ctrl+a for selecting all | Thomas Lübking | 1 | -0/+5 |
2016-09-11 | Support editing utf-8 text in TextBox | Thomas Lübking | 5 | -23/+113 |
2016-09-03 | Next|PrevWorkspace 0 toggles former Workspace | Thomas Lübking | 3 | -8/+18 |
2016-09-03 | hide menus when clicking title or toolbar | Thomas Lübking | 3 | -1/+8 |
2016-09-03 | allow 4px deadzone for clicks | Thomas Lübking | 1 | -2/+11 |
2016-09-03 | indicate iconified windows in iconbar | Thomas Lübking | 3 | -1/+33 |
2016-09-01 | do not confine transients to desktop layer | Thomas Lübking | 1 | -2/+4 |