Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-26 | build-sys: use AC_USE_SYSTEM_EXTENSIONS | Sami Kerola | 1 | -5/+0 | |
The earlier _GNU_SOURCE definitions possibly did not take effect everywhere where it was intended. | |||||
2013-05-26 | build-sys: include config.h to all files using automake | Sami Kerola | 1 | -5/+0 | |
Do not try to be too smart which compilations need config.h, as most of them will simply because of the config.h has information about system capabilities. | |||||
2012-08-28 | changed timing functions to use a monotonic increasing clock | Mathias Gumz | 1 | -1/+1 | |
gettimeofday() is subject to be changed on daylight-saving or to ntp-related (think leap-seconds). even worse, it is subject to be changed BACK in time. this is hard to fix correctly (see commit 45726d3016e and bug #3560509). it is irrelevant for timers to know the nano-seconds since the epoch anyways. | |||||
2012-04-10 | use the 'z' modifier for printing 'size_t' like variables | Paul Tagliamonte | 1 | -2/+2 | |
2011-03-23 | compile fix: sunCC again, wants a compile time constant for arrays | Mathias Gumz | 1 | -2/+2 | |
2010-09-17 | request explicitly as many elements for the gradient tables as we need | Mathias Gumz | 1 | -2/+2 | |
the next step is to not use 'unsigned int' and then only store 'chars' in it, maybe even using RGBA data instead of separated arrays for r, g and b. | |||||
2010-09-17 | bugfix: forgot to resize 'pixels' before putting values into it (facepalm) | Mathias Gumz | 1 | -2/+2 | |
2010-09-17 | lots of code cleanup, reordering, trimming public API, bugfixes | Mathias Gumz | 1 | -206/+128 | |
## 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 | |||||
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -1/+1 | |
2008-09-14 | Fixed a pixmap resource leak with selected pixmap in menus. | Henrik Kinnunen | 1 | -1/+8 | |
menu.hilite.selected.pixmap and menu.selected.pixmap was not deleted while switching between non-pixmap styles and pixmap styles. | |||||
2008-08-14 | cleanup of some files | Mathias Gumz | 1 | -2/+2 | |
2008-06-26 | remove dithering code | Mark Tiefenbruck | 1 | -26/+2 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-14 | moved code a bit around, cleaned up some classes | Mathias Gumz | 1 | -6/+17 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -1/+1 | |
ObjectRegistry | |||||
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-04-17 | basicly cosmetic changes, patch by slava semushin | mathias | 1 | -4/+0 | |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -6/+8 | |
2006-07-01 | more dead functions | markt | 1 | -4/+4 | |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -1/+1 | |
console, plus handle catalogs better. | |||||
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -1/+1 | |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -5/+11 | |
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-10 | cosmetic + avoid unneeded App::instance()->display() calls | akir | 1 | -33/+33 | |
2004-09-09 | tiny cleanup to avoid calling unnecessary FbTk::App::instance() | akir | 1 | -3/+5 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -4/+16 | |
2004-06-07 | update NLS string handling... | rathnor | 1 | -2/+4 | |
2004-01-21 | minor fix for static var sqrt_table | fluxgen | 1 | -1/+2 | |
2004-01-11 | back to std list until we get std set working again | fluxgen | 1 | -21/+38 | |
2004-01-03 | check texture type too, it could be tiled | fluxgen | 1 | -2/+3 | |
2004-01-02 | fixed bug in textured cache | fluxgen | 1 | -3/+5 | |
2004-01-02 | textured pixmap cache fix | fluxgen | 1 | -9/+22 | |
2004-01-02 | some indent | fluxgen | 1 | -101/+83 | |
2003-10-09 | drawing optimisations and fixes | rathnor | 1 | -5/+24 | |
2003-08-18 | minor cleaning | fluxgen | 1 | -23/+18 | |
2003-08-18 | minor fix | fluxgen | 1 | -2/+2 | |
2003-08-11 | using new timer command | fluxgen | 1 | -6/+9 | |
2003-07-12 | fixed 8 bpp crash | fluxgen | 1 | -2/+2 | |
2003-01-09 | moved from fluxbox to fbtk | fluxgen | 1 | -0/+613 | |