Age | Commit message (Expand) | Author | Files | Lines |
2022-04-18 | fix: Warn & attempt fallback for unsupported locale in text property conversion | Glen Whitney | 2 | -24/+30 |
2022-04-18 | Fix encoding of _NET_DESKTOP_NAMES | Mathias Gumz | 1 | -7/+13 |
2021-07-07 | Patch from Thomas Luebking | Mark Tiefenbruck | 1 | -0/+4 |
2021-07-06 | Patch from Glen Whitney | Mark Tiefenbruck | 4 | -5/+13 |
2021-07-06 | Patch from Thomas Luebking | Mark Tiefenbruck | 5 | -33/+57 |
2021-07-06 | Patch from Denis Gantsev | Mark Tiefenbruck | 1 | -0/+4 |
2021-07-06 | Patch from Bo Simonsen. | Mark Tiefenbruck | 3 | -6/+18 |
2021-07-06 | Patch from Bo Simonsen. | Mark Tiefenbruck | 4 | -13/+28 |
2020-04-19 | Handle sizehint base_width / base_height being less than 0 | Bo Simonsen | 1 | -2/+3 |
2020-04-05 | Add missing scope to a method definition | Jan Sucan | 1 | -1/+1 |
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 |