aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-14fbtk, textbox, fix text vertical centeringPete Beardmore1-1/+1
2018-03-11Fix evaluating variables in ExportCmdMaik Broemme1-1/+1
2018-03-11rm not needed newlineskottroll1-3/+0
2017-11-19Rotate toolbar button on rotated toolbarLajos Koszti2-2/+16
2017-11-19Support 'vertical' Workspace warpingMark Murawski4-16/+58
2017-11-19Merge documentationMathias Gumz2-2/+4
2017-09-06vim syntax: Recognize fluxbox filesLajos Koszti1-0/+6
2017-04-24fix manpage fluxbox-stylesillyslux2-2/+4
2017-03-01slit: Add missing headerPetr Vorel1-0/+1
2017-03-01update da_DK translationsscootergrinsen1-113/+161
2016-11-20stop focus cycling on explicit workspace changesThomas Lübking2-0/+5
2016-11-20delay repositioning of labelsThomas Lübking5-2/+15
2016-11-20remove dead switch from helpThomas Lübking1-1/+0
2016-11-05add automake helpers to enforce --std=cxx11Mathias Gumz3-0/+602
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-22escape special chars in filenamesThomas Lübking1-0/+7
2016-09-22fix segfault when completing ~ or .Thomas Lübking1-0/+4
2016-09-21document generic toolbar buttonsThomas Lübking1-1/+18
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übking3-9/+35
2016-09-21support OnWinButton, OnMinButton & OnMaxButtonThomas Lübking3-5/+40
2016-09-21button: export pressed state and assigned commandsThomas Lübking1-0/+7
2016-09-21"the least oversight" #1Thomas Lübking1-2/+6
2016-09-21only call applySizeHints when desiredThomas Lübking1-3/+2