aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun/main.cc
AgeCommit message (Collapse)AuthorFilesLines
2018-03-14fbrun, add horizontal padding optionPete Beardmore1-0/+6
2016-11-20remove dead switch from helpThomas Lübking1-1/+0
2016-07-23add support for dedicated completion dataThomas Lübking1-0/+10
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-23Allow to center fbrunThomas Lübking1-16/+29
While any window can be centered using the apps file, fbrun can serve many purposes and sometimes (runner) makes sense being centered, sometimes (button/menu triggered input) near the mouse, sometimes ("application") regularily placed. REQUEST: 282
2016-07-23add autocompletion support to fbrunThomas Lübking1-0/+5
2016-04-25Allow to preselect preset textThomas Lübking1-0/+6
2015-01-03Remove unused code / option from FbRunMathias Gumz1-5/+1
2015-01-03Update release versionMathias Gumz1-1/+1
2014-02-17update of copyright infoMathias Gumz1-1/+1
2013-02-14Updates copyright date information in some binariesMathias Gumz1-1/+1
2012-01-04Exceptions should be caught by reference.Ryan Pavlik1-1/+1
Found using cppcheck.
2009-05-25minor cosmeticsMathias Gumz1-3/+3
2008-10-04recognize --option in addition to -option for most thingsMark Tiefenbruck1-10/+11
2008-10-04add -print option to fbrun to return result to stdout instead of executing itMark Tiefenbruck1-1/+5
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-06-29updates for compiling with gcc 4.3markt1-0/+10
2006-10-30Cosmetic patch from Slava Semushinmathias1-11/+13
2006-04-17fix fbrun positioning code to use hints properlysimonb1-0/+2
2006-02-16updated copyright infomathias1-1/+1
2005-12-22removed unused variablefluxgen1-1/+0
2005-06-03- Usage of xft-fonts is prefered, except a font-description starts with '-'mathias1-3/+3
- 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-12-21show fbrun after moving to the right positionmathias1-1/+2
2004-11-23update of copyright and version number of fbrunmathias1-1/+1
2004-11-22dont overlap with screenbordermathias1-4/+44
added xinerama-support
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-12tiny fix for -nearmouseakir1-2/+1
2004-09-12for -nearmouse wrong -help - descriptionakir1-2/+2
2004-09-03added -nearmouse to fbrunakir1-2/+28
2003-12-01fixed bug with antialais switch, antialias now enabled by defaultfluxgen1-5/+7
2003-08-25minor fixesfluxgen1-3/+3
2003-04-27StringUtil moved to FbTkfluxgen1-4/+4
2002-12-05indentation and minor fbtk updatesfluxgen1-117/+102
2002-11-27using FbTk App eventLoopfluxgen1-8/+2
2002-11-26removed deps for BaseDisplay and using FbTk App insteadfluxgen1-21/+15
2002-11-15fixed widthfluxgen1-3/+6
2002-11-13minor fixfluxgen1-21/+11
2002-11-12added historyfluxgen1-2/+11
2002-11-12fixed antialias option and changed to BaseDisplay usagefluxgen1-17/+28
2002-08-20firstfluxgen1-0/+163