aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
2022-07-31Fix infinite loop in Menu::cycleitems()Mathias Gumz1-6/+15
2022-04-18fix: Warn & attempt fallback for unsupported locale in text property conversionGlen Whitney1-22/+28
2021-07-06Patch from Denis GantsevMark Tiefenbruck1-0/+4
2021-07-06Patch from Bo Simonsen.Mark Tiefenbruck2-2/+9
2021-07-06Patch from Bo Simonsen.Mark Tiefenbruck2-4/+5
2019-08-06explicitly expect unsigned intChristian Hesse1-1/+1
2019-07-07zero check now uses std::max()ryluchs171-2/+2
2019-07-06removed potential division by zero with size zero fontsRyan Luchs1-1/+1
2018-03-14fbtk, textbox, support horizontal paddingPete Beardmore2-13/+36
2018-03-14fbtk, textbox, overflow selection deselectionPete Beardmore1-2/+27
2018-03-14fbtk, textbox, fix selection release on clickPete Beardmore1-0/+2
2018-03-14fbtk, textbox, limit selection height to font sizePete Beardmore1-1/+1
2018-03-14fbtk, textbox, fix cursor position and sizePete Beardmore1-1/+1
2018-03-14fbtk, textbox, fix text vertical centeringPete Beardmore1-1/+1
2016-10-09prevent range overflowThomas Lübking1-1/+1
2016-10-02attempt a more fair container item squeezingThomas Lübking1-0/+29
2016-09-21button: export pressed state and assigned commandsThomas Lübking1-0/+7
2016-09-11Improve utf-8 supportThomas Lübking1-44/+41
2016-09-11support ctrl+a for selecting allThomas Lübking1-0/+5
2016-09-11Support editing utf-8 text in TextBoxThomas Lübking5-23/+113
2016-08-28fix compiler warning about std::auto_ptrMathias Gumz7-10/+9
2016-08-27Grab keyboard synchronouosly to allow replaysThomas Lübking1-1/+1
2016-08-27Replay toolbar button eventsThomas Lübking1-1/+1
2016-08-06Adjust RELATIVE ::repositionItems (more relative)Thomas Lübking2-8/+29
2016-08-06expose a preferredWidth of *Button'sThomas Lübking3-0/+7
2016-07-23clear selection on text inputThomas Lübking1-0/+1
2016-07-03smart handling of NotifyUngrab crossing eventsThomas Lübking1-3/+1
2016-07-01ignore font for empty title height calculationThomas Lübking3-22/+23
2016-07-01add _NET_WM_NAME to FbWindow::setNameThomas Lübking1-0/+8
2016-05-28improve consistencyMathias Gumz2-9/+10
2016-05-28fix broken text selection for FbTk::TextBoxMathias Gumz1-1/+2
2016-04-25Fix menus over a single column wideJuan Gonzalez Lopez1-3/+4
2016-04-25Allow text selectionThomas Lübking2-62/+151
2016-02-28Mixed relative and absolute values for appsArkadiusz Bokowy1-2/+33
2016-01-04merge pull-request 14Mathias Gumz1-0/+2
2015-05-02Simplify codeMathias Gumz2-20/+22
2015-05-02Fix bug in detecting text in MenuSearchMathias Gumz1-1/+1
2015-05-01Make sure render new styles into full menuLajos Koszti1-0/+2
2015-05-01roll back 7e17056: m_index does not exist anymoreMathias Gumz1-6/+1
2015-05-01TextBox::textStartPos can be const.Mario J. Rugiero1-1/+1
2015-05-01Make Layer::getLayerNum() const.Mario J. Rugiero1-1/+1
2015-05-01Initialize m_index in MenuItem's constructors.Mario J. Rugiero1-1/+6
2015-05-01Reduce the scope of the variable err in stringTokensBetween.Mario J. Rugiero1-2/+2
2015-04-11Don't assume ICONV_NULL = 0Casey Dahlin1-5/+9
2015-02-08Move internal code to internal side of FbTk::TransparentMathias Gumz2-20/+23
2015-02-07MinorMathias Gumz1-2/+2
2015-02-07Show toggleitems in menuMathias Gumz1-5/+7
2015-02-07CosmeticMathias Gumz1-27/+36
2015-02-07BoyscoutingMathias Gumz2-4/+0
2015-02-07Fix cleaning exposed menu itemsMathias Gumz1-30/+24