aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-06Fix name of ToggleToolbarVisible in documentationHEADmasterPhilippe Crama1-1/+1
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-25Add RelativeSmart documentation to the asciidoc source. Thanks toMark Tiefenbruck2-1/+8
2021-07-07Patch from Thomas LuebkingMark Tiefenbruck4-12/+50
2021-07-06Patch from Glen WhitneyMark Tiefenbruck6-8/+25
2021-07-06Patch from Thomas LuebkingMark Tiefenbruck5-33/+57
2021-07-06Patch from Denis GantsevMark Tiefenbruck1-0/+4
2021-07-06Patch from Dmytro BagriiMark Tiefenbruck1-2/+2
2021-07-06Patch from Bo Simonsen.Mark Tiefenbruck3-6/+18
2021-07-06Patch from Bo Simonsen.Mark Tiefenbruck6-13/+34
2020-04-26nls/fr_FR: Fix encodingSébastien Ballet2-2/+2
2020-04-19Move the systray ordering documentation to the asciidoc fileJan Sucan2-2/+13
2020-04-19Handle sizehint base_width / base_height being less than 0Bo Simonsen1-2/+3
2020-04-19Synchronize manpages .in files with their .txt filesJan Sucan5-9/+229
2020-04-19Reformat a paragraph in doc/asciidoc/README.txtJan Sucan1-4/+3
2020-04-19Update xmlto URLJan Sucan1-1/+1
2020-04-09Add description of the system tray ordering to the fluxbox(1) manpageJan Sucan1-0/+7
2020-04-05Add missing scope to a method definitionJan Sucan1-1/+1
2020-04-05Remove branch readme (easier merging).Gregor Bollerhey1-18/+0
2020-04-05Corrected typo in github-readme.Gregor Bollerhey1-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 Bollerhey2-2/+7
2020-04-05Thought BadWindow was a return status on failure.Gregor Bollerhey1-5/+3
2020-04-05Branch specific readme.Gregor Bollerhey1-0/+18
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-21vim syntax: Add ftdetect to Vimball creation in Makefileboweevil1-1/+2
2019-07-21added 3rd/vim/syntax/fluxstyle.vimboweevil3-1/+44
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
2019-04-22Fix menu docs, esp. items allowed in window menuGlen Whitney2-8/+9
2019-01-08Update Vietnamese translationNguyễn Thái Ngọc Duy1-49/+91
2018-03-14fbrun, add horizontal padding optionPete Beardmore3-0/+14
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