aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbPixmap.cc
AgeCommit message (Expand)AuthorFilesLines
2011-10-23clean up resources on shutdownMathias Gumz1-10/+12
2011-02-21Fix bug: 'src_image' might be NULL if width||height are 0 (#3188223)Mathias Gumz1-40/+49
2010-09-14cleanup and code deduplicationMathias Gumz1-1/+1
2010-09-14use one array instead of two to hold both 'names' and 'atoms' for the rootwindowMathias Gumz1-30/+29
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-1/+1
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-19/+24
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-07-03stop gvim from repeatedly resizing tabbed windowsmarkt1-7/+8
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt1-5/+10
2007-07-03don't create gigantic images when XGetGeometry fails in FbTk::FbPixmap::copymarkt1-7/+8
2007-06-29updates for compiling with gcc 4.3markt1-0/+5
2006-10-30Cosmetic patch from Slava Semushinmathias1-6/+5
2006-08-09it never existed (what never existed?)markt1-4/+4
2006-08-08fix some compiler warnings in gcc 4.1markt1-4/+4
2006-06-25fix FbPixmap retaining pixmap (that made cache not work properly)simonb1-16/+9
2006-06-24fix disappearing menu selection boxessimonb1-8/+11
2006-06-18init variablesfluxgen1-2/+2
2006-05-17fix root pixmap + atoms indexes in FbPixmapsimonb1-2/+2
2006-04-21update transparent window backgrounds on bg changesimonb1-1/+7
2006-04-16fix all compiler warnings with -Wallsimonb1-5/+6
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb1-9/+47
2006-02-16updated copyright infomathias1-1/+1
2006-02-12added force_update option to force an update of the m_root_pixmapsfluxgen1-2/+2
2005-11-22public setRootPixmapfluxgen1-45/+52
2005-05-10cache the root pixmap (per screen)simonb1-35/+106
2005-04-27add rough support for non-default depth pixmaps. Saves us having ghost simonb1-7/+21
2005-04-10Big changes to how transparency workssimonb1-2/+1
2005-01-31closes #1107213, 64bit issues with XChangePropertymathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-12-10fix #1080323, a missing headermathias1-0/+2
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-24fix build issue, use cerr instead of fprintf(stderrrathnor1-2/+2
2004-09-11Font::drawText takes reference to FbDrawable instead of X Drawable + some cod...fluxgen1-15/+15
2004-09-11fix issues that resulted in unnecessary X errorsrathnor1-12/+10
2004-09-10put App::instance()->display() to FbDrawable::s_display to avoid too muchakir1-78/+88
2004-09-09transfered ::getRootPixmap from several places to new home, FbPixmapakir1-1/+40
2004-07-06fixed minor bugfluxgen1-8/+8
2004-07-05tiled pixmap fix, patch from dhx (xyx@gm...), see mailing listfluxgen1-1/+23
2004-01-11FbDrawable in constructorfluxgen1-1/+10
2004-01-08cleaningfluxgen1-6/+5
2003-09-10cleaningfluxgen1-23/+18
2003-08-12fixed copy x pixmap bugfluxgen1-5/+7
2003-08-11added copy for X Pixmapfluxgen1-1/+32
2003-07-10added rotatefluxgen1-1/+36
2003-04-29FbPixmap is a FbDrawablefluxgen1-44/+1
2003-04-27fixed scaling and bug in copyAreafluxgen1-3/+67
2003-04-27assign new pixmap via constructor and operatorfluxgen1-5/+74
2003-04-25a X pixmap wrapperfluxgen1-0/+130