aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2021-07-06Patch from Dmytro BagriiMark Tiefenbruck1-2/+2
2018-03-14fbrun, add horizontal padding optionPete Beardmore3-0/+14
2018-03-11rm not needed newlineskottroll1-3/+0
2016-11-20remove dead switch from helpThomas Lübking1-1/+0
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-03fix display $WPSETTERThomas Lübking1-3/+4
2016-09-03handle DISPLAY :x and :x.0 idemThomas Lübking1-1/+2
2016-09-03handle subdirs and symlinks in $wallpaperdirThomas Lübking1-2/+4
2016-07-23add support for dedicated completion dataThomas Lübking3-1/+29
2016-07-23Allow to center fbrunThomas Lübking1-16/+29
2016-07-23limit fbrun history sizeThomas Lübking1-4/+13
2016-07-23add autocompletion support to fbrunThomas Lübking3-1/+17
2016-07-23improve fbrun completionThomas Lübking2-127/+125
2016-07-03less bashisms in fluxbox-generate_menuThomas Lübking1-9/+10
2016-07-02Revert "bugfix: fbsetroot needs to use 24bit visuals as well"Thomas Lübking1-9/+4
2016-04-25fix fbsetbg in combination with picky shellsMathias Gumz2-10/+36
2016-04-25Allow to preselect preset textThomas Lübking1-0/+6
2016-01-09fixes bug #1138John Sennesael1-1/+1
2015-08-10fbsetbg: Report wallpaper directory path when invalidOliver Gondža1-1/+1
2015-01-31Improve I18n supportMathias Gumz2-2/+2
2015-01-31Clean up FbTk::I18n APIMathias Gumz2-17/+5
2015-01-29Add chrome* to fluxbox-generate_menuMathias Gumz1-2/+4
2015-01-25Fix printf bug in fluxbox-generate_menuDaniel Campbell1-4/+4
2015-01-24Add 'lxterminal' and 'geany' to fbgmMathias Gumz1-2/+2
2015-01-16Make coverity happyMathias Gumz1-8/+3
2015-01-05Fix build-system: install data files (keys, apps, menu ...)Mathias Gumz1-5/+2
2015-01-04Fix build-system: use xxx_LDADD instead of xxx_LDFLAGSMathias Gumz2-16/+14
2015-01-03Clean unused variablesMathias Gumz1-1/+0
2015-01-03Remove various unused variablesMathias Gumz1-2/+0
2015-01-03Remove unused code / option from FbRunMathias Gumz1-5/+1
2015-01-03Update release versionMathias Gumz2-2/+2
2015-01-02Fix corruption of fbrun-historyMathias Gumz1-42/+20
2015-01-02Fix loading fbrun-historyMathias Gumz1-5/+3
2014-04-11merge Sami Kerola's new build-systemMathias Gumz7-84/+80
2014-02-17update of copyright infoMathias Gumz2-2/+2
2013-06-29fix detection of $HOME folderMathias Gumz1-2/+1
2013-06-18Returning EXIT_FAILURE on exit in fluxbox-remote.Paul Tagliamonte1-0/+1
2013-05-26build-sys: move to non-recursive buildSami Kerola4-86/+80
2013-05-26build-sys: use pkg-config to locate dependenciesSami Kerola2-0/+19
2013-05-26build-sys: use AC_USE_SYSTEM_EXTENSIONSSami Kerola1-5/+0
2013-05-26build-sys: include config.h to all files using automakeSami Kerola5-16/+4
2013-02-14Updates copyright date information in some binariesMathias Gumz1-1/+1
2013-01-31Adds 'ClientPatternTest' commandMathias Gumz1-17/+44
2013-01-03automake: use AM_CPPFLAGS rather than INCLUDESSami Kerola2-3/+3
2013-01-02util/fluxbox-generate_menu: default browswer variable can be emptySami Kerola1-1/+5
2013-01-02utils: remove bashismsSami Kerola2-3/+7
2012-12-30Store XClassHint on stack, not in dynamic memoryVladimir A. Pavlov1-8/+5
2012-01-04Check .empty() instead of .size() == 0Ryan Pavlik1-3/+3
2012-01-04Exceptions should be caught by reference.Ryan Pavlik2-2/+2