Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-09-01 | delay mouse driven tab focus by autoraise interval | Thomas Lübking | 2 | -1/+10 |
2016-09-01 | expose and fix ActivateTabCmd | Thomas Lübking | 2 | -24/+24 |
2016-08-31 | re-use position sanitization for modal placement | Thomas Lübking | 1 | -5/+9 |
2016-08-31 | introduce a 5s timeout for emacs shortcuts | Thomas Lübking | 2 | -7/+18 |
2016-08-30 | Relative aligmment when changing window head | Thomas Lübking | 1 | -2/+15 |
2016-08-30 | Add "Unclutter" command | Thomas Lübking | 2 | -0/+47 |
2016-08-30 | Don't replay presses which are required f/ motions | Thomas Lübking | 1 | -0/+4 |
2016-08-28 | fix compiler warning about std::auto_ptr | Mathias Gumz | 26 | -51/+45 |
2016-08-27 | Grab keyboard synchronouosly to allow replays | Thomas Lübking | 2 | -2/+5 |
2016-08-27 | Replay toolbar button events | Thomas Lübking | 4 | -3/+44 |
2016-08-27 | fix titlebar ClickN handling | Thomas Lübking | 1 | -5/+9 |
2016-08-27 | Control OnTitlebar ./. OnWindow | Thomas Lübking | 2 | -7/+16 |