Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-10 | Last round of simplification of Signal/Slot classes | Pavel Labath | 1 | -1/+1 | |
- merged all the common stuff from 0,1,2,3 argument versions into one common base class - removed ReturnType template parameter as it was instantiated with "void" everywhere and the current ignores the return value of the callbacks anyway | |||||
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -2/+1 | |
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway. | |||||
2011-02-22 | bugfix: consistent use of 'int' for alpha values (#3187373) | Mathias Gumz | 1 | -3/+3 | |
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'. | |||||
2008-01-07 | switch FbWinFrameTheme to use FocusableTheme | Mark Tiefenbruck | 1 | -40/+20 | |
2008-01-07 | added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems | Mark Tiefenbruck | 1 | -2/+3 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -2/+2 | |
2008-01-04 | add a level of indirection to themes | Mark Tiefenbruck | 1 | -1/+8 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 1 | -13/+13 | |
2007-12-28 | move Shape to FbTk | Mark Tiefenbruck | 1 | -3/+3 | |
2007-12-28 | moved BorderTheme and TextTheme to FbTk | Mark Tiefenbruck | 1 | -3/+3 | |
2007-12-23 | added focused/unfocused borders to styles | Mark Tiefenbruck | 1 | -2/+2 | |
2007-12-11 | added edge resize modes | markt | 1 | -0/+8 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -14/+5 | |
2007-04-03 | fixed a bug, removed some unused code | markt | 1 | -6/+3 | |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -1/+0 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
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 | -3/+9 | |
for consistency with transparency resources | |||||
2004-01-11 | remove unused textures | fluxgen | 1 | -5/+2 | |
2004-01-02 | no need for theme change signal here since its already in FbTk Theme | fluxgen | 1 | -7/+2 | |
2003-12-09 | add window.label.active theme items | rathnor | 1 | -4/+8 | |
2003-09-29 | quadrant-resizing (Thanks Mathias Gumz) | rathnor | 1 | -2/+8 | |
2003-09-12 | added window.handleWidth and window.bevelWidth | fluxgen | 1 | -2/+5 | |
2003-08-27 | using GContext | fluxgen | 1 | -7/+9 | |
2003-08-25 | moved border color and width to frame theme | fluxgen | 1 | -8/+11 | |
2003-08-22 | new theme item window.title.height, Window.Title.Height | fluxgen | 1 | -3/+4 | |
2003-08-04 | added alpha option for transparent | fluxgen | 1 | -1/+7 | |
2003-07-10 | added shape item | fluxgen | 1 | -1/+4 | |
2003-06-11 | added cursor | fluxgen | 1 | -1/+8 | |
2003-02-23 | added button pic gc | fluxgen | 1 | -2/+4 | |
2003-02-16 | minor stuff | fluxgen | 1 | -3/+2 | |
2003-02-15 | added theme listener subject | fluxgen | 1 | -1/+7 | |
2003-01-05 | frame handling | fluxgen | 1 | -0/+98 | |