Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-01 | Store menus if smart pointers (RefCount) | Pavel Labath | 1 | -1/+1 | |
This was originally intended to be a bugfix for an memory error reported by valgrind (accessing freed memory). While debugging it, I found the menu ownership semantics confusing (setInternalMenu() et al.), so I decided to get rid of it and store it in smart pointers everywhere. Looking back, I'm not sure if this was worth all the trouble, but the good news is that the valgrind error disappeared. :) | |||||
2011-11-01 | Simplify FbTk::Resource template class | Pavel Labath | 1 | -5/+6 | |
by outsourcing the conversion from string/lua to the specific type (and back) to a separate class. This change touches a lot of files because the interface of FbTk::Resource changed slightly. However, the changes are minor. | |||||
2011-05-10 | Convert Focusable::orderSig,addSig,removeSig,resetSig to FbTk::Signal | Pavel Labath | 1 | -3/+5 | |
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -0/+3 | |
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 | -2/+2 | |
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'. | |||||
2008-08-23 | fix reading iconbar border from theme | Mark Tiefenbruck | 1 | -1/+2 | |
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/+3 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -2/+0 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 1 | -2/+1 | |
2007-12-28 | moved Container to FbTk | Mark Tiefenbruck | 1 | -5/+5 | |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -23/+15 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -26/+7 | |
2006-10-16 | some cleaning, using CachedPixmap | fluxgen | 1 | -3/+6 | |
2006-08-02 | rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel | markt | 1 | -9/+0 | |
2006-07-30 | list windows in iconbar in creation order | markt | 1 | -7/+3 | |
2006-07-01 | more dead functions | markt | 1 | -2/+0 | |
2006-05-13 | added one more render option for renderButton, force render of focused | fluxgen | 1 | -2/+6 | |
2006-04-17 | fix transparency updates for the toolbar when autohide is on | simonb | 1 | -0/+1 | |
2006-04-15 | implement vertical toolbar placement options | simonb | 1 | -0/+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-04-29 | commited the wrong file in the last session :/ | mathias | 1 | -0/+2 | |
2005-02-07 | updated copyright dates | 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-10-22 | added iconbar.wheelMode and iconbar.deiconifyMode | akir | 1 | -1/+22 | |
2004-10-10 | added iconbar.iconTextPadding | akir | 1 | -1/+2 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -1/+3 | |
for consistency with transparency resources | |||||
2004-08-29 | a few random fixes | rathnor | 1 | -1/+3 | |
2004-06-16 | toolbar fixes, updates and optimisations | rathnor | 1 | -3/+3 | |
2003-12-23 | fix rendering of icon buttons when they are slightly larger because of | rathnor | 1 | -1/+3 | |
rounding | |||||
2003-12-19 | timedRender so we can remove flicker while changing current client in window | fluxgen | 1 | -2/+6 | |
2003-12-12 | alignment of iconbar buttons | fluxgen | 1 | -3/+5 | |
2003-11-27 | toggle pixmap for IconButton | fluxgen | 1 | -1/+2 | |
2003-10-06 | fix shape - all menus shaped, and some weird shape bugs | rathnor | 1 | -2/+3 | |
2003-09-10 | comments | fluxgen | 1 | -3/+9 | |
2003-09-08 | add iconbar mode | fluxgen | 1 | -4/+30 | |
2003-08-18 | added removeWindow and fixed workspace sig | fluxgen | 1 | -1/+3 | |
2003-08-16 | fixed iconified windows and minor optimization | fluxgen | 1 | -3/+3 | |
2003-08-13 | borderWidth | fluxgen | 1 | -1/+2 | |
2003-08-12 | minor code cleaning | fluxgen | 1 | -1/+8 | |
2003-08-12 | added empty pixmap and change icon2winmap to a std list | fluxgen | 1 | -4/+8 | |
2003-08-11 | iconbar for toolbar | fluxgen | 1 | -0/+68 | |