Age | Commit message (Expand) | Author | Files | Lines |
2022-08-03 | wipprep/release-1.4.0 | Mathias Gumz | 2 | -27/+284 |
2022-07-31 | Fix infinite loop in Menu::cycleitems() | Mathias Gumz | 1 | -6/+15 |
2022-04-18 | Fix build-system: fix "make check" | Paolo E. Mazzon | 1 | -5/+10 |
2022-04-18 | Shortcut to windows - Fix override of existing shortcut | Richard Tamin | 1 | -1/+1 |
2022-04-18 | Initial implementation of shortcut to windows | Richard Tamin | 9 | -8/+178 |
2022-04-18 | fix: Warn & attempt fallback for unsupported locale in text property conversion | Glen Whitney | 2 | -24/+30 |
2022-04-18 | Fix encoding of _NET_DESKTOP_NAMES | Mathias Gumz | 1 | -7/+13 |
2021-07-25 | Add RelativeSmart documentation to the asciidoc source. Thanks to | Mark Tiefenbruck | 2 | -1/+8 |
2021-07-07 | Patch from Thomas Luebking | Mark Tiefenbruck | 4 | -12/+50 |
2021-07-06 | Patch from Glen Whitney | Mark Tiefenbruck | 6 | -8/+25 |
2021-07-06 | Patch from Thomas Luebking | Mark Tiefenbruck | 5 | -33/+57 |
2021-07-06 | Patch from Denis Gantsev | Mark Tiefenbruck | 1 | -0/+4 |
2021-07-06 | Patch from Dmytro Bagrii | Mark Tiefenbruck | 1 | -2/+2 |
2021-07-06 | Patch from Bo Simonsen. | Mark Tiefenbruck | 3 | -6/+18 |
2021-07-06 | Patch from Bo Simonsen. | Mark Tiefenbruck | 6 | -13/+34 |
2020-04-26 | nls/fr_FR: Fix encoding | Sébastien Ballet | 2 | -2/+2 |
2020-04-19 | Move the systray ordering documentation to the asciidoc file | Jan Sucan | 2 | -2/+13 |
2020-04-19 | Handle sizehint base_width / base_height being less than 0 | Bo Simonsen | 1 | -2/+3 |
2020-04-19 | Synchronize manpages .in files with their .txt files | Jan Sucan | 5 | -9/+229 |
2020-04-19 | Reformat a paragraph in doc/asciidoc/README.txt | Jan Sucan | 1 | -4/+3 |
2020-04-19 | Update xmlto URL | Jan Sucan | 1 | -1/+1 |
2020-04-09 | Add description of the system tray ordering to the fluxbox(1) manpage | Jan Sucan | 1 | -0/+7 |
2020-04-05 | Add missing scope to a method definition | Jan Sucan | 1 | -1/+1 |
2020-04-05 | Remove branch readme (easier merging). | Gregor Bollerhey | 1 | -18/+0 |
2020-04-05 | Corrected typo in github-readme. | Gregor Bollerhey | 1 | -1/+1 |
2020-04-05 | Const ref instead of const for string vector. | Gregor Bollerhey | 1 | -3/+3 |
2020-04-05 | Ignore case when matching window classnames. | Gregor Bollerhey | 1 | -2/+5 |
2020-04-05 | Corrected comment (now member and returns nothing). | Gregor Bollerhey | 1 | -2/+2 |
2020-04-05 | Use FbTk::StringUtils instead of own tokenizer. | Gregor Bollerhey | 1 | -28/+9 |
2020-04-05 | Sort on remove isn't needed. | Gregor Bollerhey | 1 | -2/+0 |
2020-04-05 | Icon order now is property of the SystemTray. | Gregor Bollerhey | 2 | -68/+64 |
2020-04-05 | XFree must not be called with 0. | Gregor Bollerhey | 2 | -2/+7 |
2020-04-05 | Thought BadWindow was a return status on failure. | Gregor Bollerhey | 1 | -5/+3 |
2020-04-05 | Branch specific readme. | Gregor Bollerhey | 1 | -0/+18 |
2020-04-05 | Store order in TrayWindow instead of using expensive comperator. | Gregor Bollerhey | 1 | -13/+12 |
2020-04-05 | Use XFree to free memory (not the default "delete"). | Gregor Bollerhey | 1 | -1/+5 |
2020-04-05 | Make systray icon pinning available. | Gregor Bollerhey | 2 | -5/+91 |
2019-08-06 | explicitly expect unsigned int | Christian Hesse | 1 | -1/+1 |
2019-07-21 | vim syntax: Add ftdetect to Vimball creation in Makefile | boweevil | 1 | -1/+2 |
2019-07-21 | added 3rd/vim/syntax/fluxstyle.vim | boweevil | 3 | -1/+44 |
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 |
2019-04-22 | Fix menu docs, esp. items allowed in window menu | Glen Whitney | 2 | -8/+9 |
2019-01-08 | Update Vietnamese translation | Nguyễn Thái Ngọc Duy | 1 | -49/+91 |
2018-03-14 | fbrun, add horizontal padding option | Pete Beardmore | 3 | -0/+14 |
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 |