aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun/FbRun.hh
AgeCommit message (Collapse)AuthorFilesLines
2018-03-14fbrun, add horizontal padding optionPete Beardmore1-0/+2
2016-07-23add support for dedicated completion dataThomas Lübking1-0/+1
This allows to complete random things, useful along the -print flag but also to limit the commands to those found my menumaker etc.
2016-07-23add autocompletion support to fbrunThomas Lübking1-0/+2
2016-07-23improve fbrun completionThomas Lübking1-9/+13
- streamline code - indicate completion by making use of selection - fix buggy behavior (notably subsequent completions and FS path following) - support "~" in paths - support chunk completion (ie. "mp[layer] ~/vid[eos/favporn.mp4]" can be completed in both tokens; buggy with paths including spaces in non-leafs) REQUEST: 223
2015-01-03Clean unused variablesMathias Gumz1-1/+0
2008-10-04add -print option to fbrun to return result to stdout instead of executing itMark Tiefenbruck1-0/+2
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2006-04-25fbrun: Move the cursor to the end when tab completingsimonb1-0/+1
+ thanks Jonas Koelker, sf.net rfe #1333003, patch #1475578
2006-04-17fix fbrun positioning code to use hints properlysimonb1-2/+3
2006-02-16updated copyright infomathias1-1/+1
2005-06-03- Usage of xft-fonts is prefered, except a font-description starts with '-'mathias1-1/+1
- Removed "antialias"-option completly, to enable/disable "antialias" use either <fontname>:antialias=<bool> in the style or use Xft.antialias: <bool> in your .Xdefaults - Added new styleresources: *.font.effect: <halo|shadow> *.font.shadow.x : <int> - shadow x offset *.font.shadow.y : <int> - shadow y offset *.font.shadow.color : <color> - color of shadow *.font.halo.color : <color> - color of halo - Removed 'shadow' and 'halo' options from fontdefinitions: !! Style authors have to update their styles !! - Simplified XmbFontImp to not try all possible fonts to match locale - Style authors may specify multiple fonts: <font1>|<font2>|<font3> if loading of font1 fails, fluxbox probes <font2>, etc. The last font is "fixed". Hints for style authors: - if xft tries to load a font it will _ALWAYS_ return a valid font, it doesnt have to look like the one you want to have, read more about it: http://fontconfig.org/fontconfig-user.html - export XFT_DEBUG=1 before running fluxbox helps to see which fonts are picked. eg: *.font: Verdana,Arial-12:antialias=true|-artwiz-snap-*- if fluxbox is compiled with xft this will NEVER try to load "-artwiz-snap-*-" since xft gives for sure a font, most likely Verdana or Arial but noone knows. So, if fluxbox has no xft support the first fontpattern fails and fluxbox tries the next one, which might be successful. if everything fails, it will use "fixed" - Added caching of fonts, fonts are only loaded once. - Fixed #1090902 (slow utf8 start)
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-04-18tab complete on all apps in PATH, patch from Mathias Gumzfluxgen1-2/+9
2003-08-27using GContext and FbPixmapfluxgen1-7/+9
2003-08-27using FbTk TextBoxfluxgen1-19/+6
2003-08-25minor cleaningfluxgen1-13/+6
2003-07-25fix fbrun on multiple screensrathnor1-2/+2
2003-06-24emacs keybindings and tab completion, thanks David J Burgerfluxgen1-5/+21
2003-03-22added cursorfluxgen1-1/+5
2002-12-05indentation and minor fbtk updatesfluxgen1-56/+56
2002-11-27using FbTk's new EventHandler interfacefluxgen1-2/+10
2002-11-15sizefluxgen1-1/+3
2002-11-13removed unused variablefluxgen1-2/+1
2002-11-13fixed horiz scrolling and height positionfluxgen1-5/+6
2002-11-12added historyfluxgen1-3/+13
2002-11-12antialias option and removed display argument in constructorfluxgen1-2/+3
2002-08-20firstfluxgen1-0/+76