Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-13 | fix some issues with reverting focus | Mark Tiefenbruck | 1 | -1/+0 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -5/+5 | |
ObjectRegistry | |||||
2008-01-07 | added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems | Mark Tiefenbruck | 1 | -7/+9 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -2/+2 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2008-01-02 | moved seldom used code to where it is actually used, no need to include code ↵ | Mathias Gumz | 1 | -2/+0 | |
into compilation when its not needed | |||||
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -3/+3 | |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them ↵ | markt | 1 | -3/+3 | |
auto-register | |||||
2007-12-11 | only allow one open menu at a time | markt | 1 | -1/+0 | |
2007-04-08 | menu from workspacename tool wasn't focused, and fixed unpressed button ↵ | markt | 1 | -1/+2 | |
rendering | |||||
2007-01-06 | oops, didnt mean to commit this change, twas for testing, so revert it | simonb | 1 | -2/+2 | |
2007-01-06 | move triangle drawing into FbDrawable | simonb | 1 | -4/+4 | |
Make MenuItem triangles proportional | |||||
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 | |