Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-22 | moved rarely used 'cpccpc' out of class declaration | Mathias Gumz | 1 | -1/+1 | |
2010-09-17 | lots of code cleanup, reordering, trimming public API, bugfixes | Mathias Gumz | 1 | -25/+2 | |
## FbTk/ImageControl.hh: * moved 'getSqrt()' over to TextureRender.cc because it is used only there * removed unused members m_root_window * use std::vector<> for colors and for the gradient buffers. ## FbTk/ImageControl.cc: * fixed memory leak in '~ImageControl', 'pixels' where not deleted[] at all. switched to std::vector, non-issue anymore. * moved identical code into functions 'allocateUnallocatedColors', 'initColortables' ## FbTk/TextureRenderer: * removed 'from', 'to', 'interlaced' from class, only used in 'renderGradient()' and are actually part of the given texture. * removed 'xtable', 'ytable' from class, only used in 'renderGradient()' * removed 'colors' from the class, is part of 'control' * moved render actions (invert, bevel1, bevel2, *gradient), they need more love but for now this is sufficient | |||||
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 1 | -1/+1 | |
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/+2 | |
2006-07-01 | more dead functions | markt | 1 | -1/+0 | |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -0/+3 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-06 | allocate red, green and blue buffers only for gradients | fluxgen | 1 | -1/+3 | |
2003-04-28 | render scaled pixmap | fluxgen | 1 | -2/+3 | |
2003-01-09 | moved from fluxbox to fbtk | fluxgen | 1 | -0/+99 | |