Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 2 | -4/+4 | |
- 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-05-09 | fix from vadim for fbrun-tabcompletion | mathias | 1 | -2/+2 | |
2005-05-06 | Fix for #1160244, #1099704, #1094107: | mathias | 1 | -5/+6 | |
if the xkb-extension is enabled and the user switches between his/her keyboardlayouts fluxbox's keybhandling doesn't work well anymore because xkeyevent.state contains also xkb-related flags and thus we have to handle that with caution. KeyUtils now contain 'isolateModifierMask()' to really work only on the modifiers. why not as part of cleanMods() ? because the XLookupString return false results, eg TextBox's would only print chars from the first keyboardlayout. | |||||
2005-01-24 | copyright date | mathias | 3 | -3/+3 | |
2005-01-20 | applied patches from openbsd-ports, closed #1105041 (sf) | mathias | 1 | -1/+1 | |
execl needs a terminating NULL at the end, a '0' would be converted to "int 0" on 64bit-systems | |||||
2004-12-24 | fix the no-writing-history issue for fbrun | mathias | 1 | -12/+19 | |
2004-12-21 | show fbrun after moving to the right position | mathias | 1 | -1/+2 | |
2004-12-18 | * moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now | mathias | 1 | -7/+7 | |
file and directory - helproutines. * created the FileUtil-namespace which contains file-related functions, moved those functions out of Directory - code * changes to the rest of the files to follow those changes | |||||
2004-11-23 | update of copyright and version number of fbrun | mathias | 1 | -1/+1 | |
2004-11-22 | dont overlap with screenborder | mathias | 1 | -4/+44 | |
added xinerama-support | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 2 | -2/+2 | |
2004-11-18 | keypad-enter should work with fbrun now | mathias | 1 | -1/+2 | |
2004-10-10 | fbrun switches between file-search and path-to-file-search now correctly (i ↵ | akir | 1 | -3/+4 | |
think) | |||||
2004-09-29 | fixes #1026929 (sourceforge) | akir | 1 | -2/+6 | |
2004-09-12 | tiny fix for -nearmouse | akir | 1 | -2/+1 | |
2004-09-12 | for -nearmouse wrong -help - description | akir | 1 | -2/+2 | |
2004-09-03 | added -nearmouse to fbrun | akir | 1 | -2/+28 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -2/+6 | |
2004-04-22 | path completion, and load apps on first tab press, patch from Mathias Gumz | fluxgen | 1 | -42/+91 | |
2004-04-21 | add unistd include for fork | rathnor | 1 | -1/+2 | |
2004-04-19 | using fbtk directory, patch from Mathias Gumz | fluxgen | 1 | -22/+14 | |
2004-04-18 | minor fix | fluxgen | 1 | -11/+10 | |
2004-04-18 | tab complete on all apps in PATH, patch from Mathias Gumz | fluxgen | 2 | -4/+79 | |
2004-04-10 | minor fix, patch from Fr�d�ric L. W. Meunier (1 at pervalidus dot net) | fluxgen | 1 | -1/+1 | |
2004-02-28 | fixed invinite loop, patch from Mathias Gumz | fluxgen | 1 | -5/+6 | |
2004-02-25 | cycle tabcompletion, patch from Mathias Gumz | fluxgen | 1 | -3/+7 | |
2003-12-31 | minor fix | fluxgen | 1 | -2/+2 | |
2003-12-01 | fixed bug with antialais switch, antialias now enabled by default | fluxgen | 1 | -5/+7 | |
2003-09-16 | fix modifier cleaning in fbrun (was missing capslock) | rathnor | 1 | -4/+3 | |
2003-09-16 | portability fix | rathnor | 1 | -2/+2 | |
2003-09-07 | update | fluxgen | 1 | -7/+7 | |
2003-09-06 | fixed scroll lock and num lock mask | fluxgen | 1 | -1/+6 | |
2003-08-27 | using GContext and FbPixmap | fluxgen | 2 | -19/+21 | |
2003-08-27 | using FbTk TextBox | fluxgen | 2 | -214/+38 | |
2003-08-25 | minor fixes | fluxgen | 2 | -4/+4 | |
2003-08-25 | added pixmap | fluxgen | 1 | -48/+72 | |
2003-08-25 | minor cleaning | fluxgen | 1 | -13/+6 | |
2003-08-25 | pixmap for fbrun | fluxgen | 1 | -0/+468 | |
2003-08-24 | indent | fluxgen | 1 | -28/+28 | |
2003-07-25 | fix fbrun on multiple screens | rathnor | 2 | -5/+5 | |
2003-07-10 | patch that keeps the fbrun_history clean by not allowing | fluxgen | 1 | -7/+30 | |
duplicates to get placed in the history. Thanks David J Burger | |||||
2003-06-25 | setting class hint to fbrun, FbRun | fluxgen | 1 | -1/+9 | |
2003-06-24 | emacs keybindings and tab completion, thanks David J Burger | fluxgen | 2 | -63/+242 | |
2003-06-17 | ignore | fluxgen | 1 | -0/+5 | |
2003-04-27 | fix build issue for new loc of stringutil | rathnor | 1 | -1/+1 | |
2003-04-27 | add missing #include <cassert> | rathnor | 1 | -1/+2 | |
2003-04-27 | StringUtil moved to FbTk | fluxgen | 1 | -4/+4 | |
2003-03-22 | added cursor | fluxgen | 2 | -8/+43 | |
2002-12-05 | indentation and minor fbtk updates | fluxgen | 3 | -353/+299 | |
2002-11-27 | using FbTk's new EventHandler interface | fluxgen | 2 | -41/+48 | |