aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-07-31Fix infinite loop in Menu::cycleitems()Mathias Gumz1-6/+15
2022-04-18Fix build-system: fix "make check"Paolo E. Mazzon1-5/+10
2022-04-18Shortcut to windows - Fix override of existing shortcutRichard Tamin1-1/+1
2022-04-18Initial implementation of shortcut to windowsRichard Tamin9-8/+178
2022-04-18fix: Warn & attempt fallback for unsupported locale in text property conversionGlen Whitney2-24/+30
2022-04-18Fix encoding of _NET_DESKTOP_NAMESMathias Gumz1-7/+13
2021-07-07Patch from Thomas LuebkingMark Tiefenbruck1-0/+4
2021-07-06Patch from Glen WhitneyMark Tiefenbruck4-5/+13
2021-07-06Patch from Thomas LuebkingMark Tiefenbruck5-33/+57
2021-07-06Patch from Denis GantsevMark Tiefenbruck1-0/+4
2021-07-06Patch from Bo Simonsen.Mark Tiefenbruck3-6/+18
2021-07-06Patch from Bo Simonsen.Mark Tiefenbruck4-13/+28
2020-04-19Handle sizehint base_width / base_height being less than 0Bo Simonsen1-2/+3
2020-04-05Add missing scope to a method definitionJan Sucan1-1/+1
2020-04-05Const ref instead of const for string vector.Gregor Bollerhey1-3/+3
2020-04-05Ignore case when matching window classnames.Gregor Bollerhey1-2/+5
2020-04-05Corrected comment (now member and returns nothing).Gregor Bollerhey1-2/+2
2020-04-05Use FbTk::StringUtils instead of own tokenizer.Gregor Bollerhey1-28/+9
2020-04-05Sort on remove isn't needed.Gregor Bollerhey1-2/+0
2020-04-05Icon order now is property of the SystemTray.Gregor Bollerhey2-68/+64
2020-04-05XFree must not be called with 0.Gregor Bollerhey1-2/+4
2020-04-05Thought BadWindow was a return status on failure.Gregor Bollerhey1-5/+3
2020-04-05Store order in TrayWindow instead of using expensive comperator.Gregor Bollerhey1-13/+12
2020-04-05Use XFree to free memory (not the default "delete").Gregor Bollerhey1-1/+5
2020-04-05Make systray icon pinning available.Gregor Bollerhey2-5/+91
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
2018-03-11Fix evaluating variables in ExportCmdMaik Broemme1-1/+1
2017-11-19Rotate toolbar button on rotated toolbarLajos Koszti2-2/+16
2017-11-19Support 'vertical' Workspace warpingMark Murawski4-16/+58
2017-03-01slit: Add missing headerPetr Vorel1-0/+1
2016-11-20stop focus cycling on explicit workspace changesThomas Lübking2-0/+5
2016-11-20delay repositioning of labelsThomas Lübking5-2/+15
2016-10-09prevent range overflowThomas Lübking1-1/+1
2016-10-02Make preferredWidth max from un- and focused widthThomas Lübking1-0/+6
2016-10-02attempt a more fair container item squeezingThomas Lübking1-0/+29
2016-10-02compress resize signalsThomas Lübking2-3/+17
2016-09-22"the least oversight", part #2Thomas Lübking3-0/+4
2016-09-21show tooltips for tabsThomas Lübking3-5/+14
2016-09-21allow to drag tabs to other workspacesThomas Lübking1-32/+16
2016-09-21implement ON_SLIT actionsThomas Lübking2-9/+32
2016-09-21support OnWinButton, OnMinButton & OnMaxButtonThomas Lübking3-5/+40
2016-09-21button: export pressed state and assigned commandsThomas Lübking1-0/+7