Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-10-09 | prevent range overflow | Thomas Lübking | 1 | -1/+1 |
2016-10-02 | attempt a more fair container item squeezing | Thomas Lübking | 1 | -0/+29 |
2016-09-21 | button: export pressed state and assigned commands | Thomas Lübking | 1 | -0/+7 |
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-08-28 | fix compiler warning about std::auto_ptr | Mathias Gumz | 7 | -10/+9 |
2016-08-27 | Grab keyboard synchronouosly to allow replays | Thomas Lübking | 1 | -1/+1 |
2016-08-27 | Replay toolbar button events | Thomas Lübking | 1 | -1/+1 |
2016-08-06 | Adjust RELATIVE ::repositionItems (more relative) | Thomas Lübking | 2 | -8/+29 |
2016-08-06 | expose a preferredWidth of *Button's | Thomas Lübking | 3 | -0/+7 |
2016-07-23 | clear selection on text input | Thomas Lübking | 1 | -0/+1 |
2016-07-03 | smart handling of NotifyUngrab crossing events | Thomas Lübking | 1 | -3/+1 |
2016-07-01 | ignore font for empty title height calculation | Thomas Lübking | 3 | -22/+23 |
2016-07-01 | add _NET_WM_NAME to FbWindow::setName | Thomas Lübking | 1 | -0/+8 |
2016-05-28 | improve consistency | Mathias Gumz | 2 | -9/+10 |
2016-05-28 | fix broken text selection for FbTk::TextBox | Mathias Gumz | 1 | -1/+2 |
2016-04-25 | Fix menus over a single column wide | Juan Gonzalez Lopez | 1 | -3/+4 |
2016-04-25 | Allow text selection | Thomas Lübking | 2 | -62/+151 |
2016-02-28 | Mixed relative and absolute values for apps | Arkadiusz Bokowy | 1 | -2/+33 |
2016-01-04 | merge pull-request 14 | Mathias Gumz | 1 | -0/+2 |
2015-05-02 | Simplify code | Mathias Gumz | 2 | -20/+22 |
2015-05-02 | Fix bug in detecting text in MenuSearch | Mathias Gumz | 1 | -1/+1 |
2015-05-01 | Make sure render new styles into full menu | Lajos Koszti | 1 | -0/+2 |
2015-05-01 | roll back 7e17056: m_index does not exist anymore | Mathias Gumz | 1 | -6/+1 |
2015-05-01 | TextBox::textStartPos can be const. | Mario J. Rugiero | 1 | -1/+1 |
2015-05-01 | Make Layer::getLayerNum() const. | Mario J. Rugiero | 1 | -1/+1 |
2015-05-01 | Initialize m_index in MenuItem's constructors. | Mario J. Rugiero | 1 | -1/+6 |
2015-05-01 | Reduce the scope of the variable err in stringTokensBetween. | Mario J. Rugiero | 1 | -2/+2 |
2015-04-11 | Don't assume ICONV_NULL = 0 | Casey Dahlin | 1 | -5/+9 |
2015-02-08 | Move internal code to internal side of FbTk::Transparent | Mathias Gumz | 2 | -20/+23 |
2015-02-07 | Minor | Mathias Gumz | 1 | -2/+2 |
2015-02-07 | Show toggleitems in menu | Mathias Gumz | 1 | -5/+7 |
2015-02-07 | Cosmetic | Mathias Gumz | 1 | -27/+36 |
2015-02-07 | Boyscouting | Mathias Gumz | 2 | -4/+0 |
2015-02-07 | Fix cleaning exposed menu items | Mathias Gumz | 1 | -30/+24 |
2015-02-07 | Avoid signed/unsigned woes; minor cleanup | Mathias Gumz | 1 | -80/+64 |
2015-02-06 | Add uncommited #include "MenuSearch.hh" | Mathias Gumz | 1 | -0/+1 |
2015-02-05 | Cleanup; Remove unused function | Mathias Gumz | 2 | -7/+1 |
2015-02-05 | Feature: different MenuSearch modes | Mathias Gumz | 6 | -146/+292 |
2015-02-04 | Move nls globals into #ifdef NLS | Mathias Gumz | 1 | -3/+8 |