Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-16 | fix all compiler warnings with -Wall | simonb | 1 | -1/+1 | |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -1/+1 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 1 | -4/+0 | |
- 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-04-27 | fix a few more bugs with recent reworking stuff | simonb | 1 | -0/+4 | |
Some fixes could incidentally fix a few other bugs... the flaws were pre-existing, I've just been weeding out a lot of duplication | |||||
2005-02-04 | fixed uninitialized pointer which could lead to segfaults when the user | mathias | 1 | -1/+1 | |
specifies nonexistent/invalid tool-names in the init-file | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-14 | systemtray-tool has now a propper background. its styleable via the | mathias | 1 | -4/+5 | |
toolbar.systray.* ressource, same way as the clock. | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -10/+14 | |
for consistency with transparency resources | |||||
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 1 | -15/+15 | |
2004-08-27 | fallback to clock rather than workspace name for buttons (since its | rathnor | 1 | -2/+2 | |
consistent with old and new themes) | |||||
2004-08-27 | add a special fallback for toolbar button style | rathnor | 1 | -2/+3 | |
2004-08-25 | fix up theming of the toolbar | rathnor | 1 | -3/+3 | |
2004-05-18 | Make arrows in buttons half the size of the button. | grubert | 1 | -1/+2 | |
Add UP and DOWN arrows. | |||||
2004-01-11 | hide menus | fluxgen | 1 | -3/+3 | |
2003-12-04 | toggle clock format via menu | fluxgen | 1 | -2/+2 | |
2003-10-13 | creates tools | fluxgen | 1 | -0/+171 | |