aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextureRender.cc
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Remove dead / unused codeMathias Gumz1-28/+5
2013-02-10More subtle brightening of texturesMathias Gumz1-5/+5
2013-02-06Fix bug in renderEllipticGradient()Mathias Gumz1-17/+20
2013-02-06Minor cosmeticsMathias Gumz1-38/+41
2013-02-06Fix integer overflowMathias Gumz1-1/+1
2013-02-06Reduces memory footprintMathias Gumz1-7/+5
2013-02-06Branchless code for interlacing a textureMathias Gumz1-25/+15
2013-02-06Fix integer overflow for bigger texturesMathias Gumz1-2/+6
2013-01-23Improve calculation of brighter colorsMathias Gumz1-18/+16
2013-01-17Fix bug: actually invert a given TextureMathias Gumz1-1/+1
2013-01-13Ensure textures have the correct size bevor applying 'bevel'Mathias Gumz1-7/+8
2013-01-13Optimize inner loop of pixel transfer in TrueColorMathias Gumz1-65/+61
2013-01-13Use the same lookup-tables for solid and gradient texturesMathias Gumz1-150/+13
2012-11-08Rewrite of FbTk::TextureRenderMathias Gumz1-1125/+627
2012-04-10Bugfix: Don't draw the interlace lines 1px too farMathias Gumz1-1/+1
2011-02-22moved rarely used 'cpccpc' out of class declarationMathias Gumz1-11/+12
2011-02-22bugfix: render 'sunken' gradients correctlyMathias Gumz1-1/+1
2011-02-22Bugfix: don't render textures with dimension of 0Mathias Gumz1-1/+4
2010-09-20bugfix: ' floating point exception' due wrongly placed codeMathias Gumz1-1/+2
2010-09-17request explicitly as many elements for the gradient tables as we needMathias Gumz1-16/+6
2010-09-17lots of code cleanup, reordering, trimming public API, bugfixesMathias Gumz1-657/+777
2010-05-23mostly cosmetic fixes, mainly discovered by 'clang --analyze'Mathias Gumz1-1/+1
2008-06-26remove dithering codeMark Tiefenbruck1-271/+3
2008-04-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2008-01-15split Text.hh into Orientation.hh and TextUtils.{cc,hh}Mathias Gumz1-0/+1
2008-01-14moved code a bit around, cleaned up some classesMathias Gumz1-0/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-0/+2
2007-06-29updates for compiling with gcc 4.3markt1-0/+5
2006-10-30Cosmetic patch from Slava Semushinmathias1-50/+55
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-10/+10
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb1-6/+20
2006-03-20minor type-o fix, thanks Semushin Slavafluxgen1-5/+5
2006-02-16updated copyright infomathias1-1/+1
2005-09-03texture limits were hardcoded to 3200 in TextureRender.cc .. this leadmathias1-4/+7
2005-01-24copyright datemathias1-1/+1
2005-01-11fix for #1099278mathias1-3/+3
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-25i forgot to remove a silly warning :)akir1-2/+1
2004-10-21fix for mipspro: no 'new(nothrow)' available for MIPSpro Compilers: Version 7...akir1-10/+24
2004-10-06tiny forgotten thingy from the MAN :)akir1-1/+3
2004-10-06allocate red, green and blue buffers only for gradientsfluxgen1-33/+40
2004-08-31add autoconf check for std c++ headersrathnor1-2/+6
2004-07-05tiled pixmap fix, patch from dhx (xyx@gm...), see mailing listfluxgen1-4/+8
2004-06-07update NLS string handling...rathnor1-11/+20
2004-01-21nothrowfluxgen1-5/+5
2004-01-21minor stufffluxgen1-9/+8
2004-01-11cleaning, using FbPixmapfluxgen1-70/+60
2003-10-02address some memory issues shown up with valgrindrathnor1-4/+4
2003-08-12added TILED optionfluxgen1-2/+5