summaryrefslogtreecommitdiff
path: root/src/FbTk/FbPixmap.cc
AgeCommit message (Expand)Author
2011-10-23clean up resources on shutdownMathias Gumz
2011-02-21Fix bug: 'src_image' might be NULL if width||height are 0 (#3188223)Mathias Gumz
2010-09-15cleanup and code deduplicationMathias Gumz
2010-09-14use one array instead of two to hold both 'names' and 'atoms' for the rootwindowMathias Gumz
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz
2008-04-21some fixes for gcc 3.4Thomas Orgis
2008-01-15split Text.hh into Orientation.hh and TextUtils.{cc,hh}Mathias Gumz
2008-01-14moved code a bit around, cleaned up some classesMathias Gumz
2008-01-03remove old svn $Id$ tagsMark Tiefenbruck
2007-07-03stop gvim from repeatedly resizing tabbed windowsmarkt
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt
2007-07-03don't create gigantic images when XGetGeometry fails in FbTk::FbPixmap::copymarkt
2007-06-29updates for compiling with gcc 4.3markt
2006-10-30Cosmetic patch from Slava Semushinmathias
2006-08-09it never existed (what never existed?)markt
2006-08-08fix some compiler warnings in gcc 4.1markt
2006-06-25fix FbPixmap retaining pixmap (that made cache not work properly)simonb
2006-06-24fix disappearing menu selection boxessimonb
2006-06-18init variablesfluxgen
2006-05-17fix root pixmap + atoms indexes in FbPixmapsimonb
2006-04-21update transparent window backgrounds on bg changesimonb
2006-04-16fix all compiler warnings with -Wallsimonb
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb
2006-02-16updated copyright infomathias
2006-02-12added force_update option to force an update of the m_root_pixmapsfluxgen
2005-11-22public setRootPixmapfluxgen
2005-05-10cache the root pixmap (per screen)simonb
2005-04-27add rough support for non-default depth pixmaps. Saves us having ghost simonb
2005-04-10Big changes to how transparency workssimonb
2005-01-31closes #1107213, 64bit issues with XChangePropertymathias
2005-01-24copyright datemathias
2004-12-10fix #1080323, a missing headermathias
2004-11-19svn propset svn:keywords "Id"mathias
2004-09-24fix build issue, use cerr instead of fprintf(stderrrathnor
2004-09-11Font::drawText takes reference to FbDrawable instead of X Drawable + some cod...fluxgen
2004-09-11fix issues that resulted in unnecessary X errorsrathnor
2004-09-10put App::instance()->display() to FbDrawable::s_display to avoid too muchakir
2004-09-09transfered ::getRootPixmap from several places to new home, FbPixmapakir
2004-07-06fixed minor bugfluxgen
2004-07-05tiled pixmap fix, patch from dhx (xyx@gm...), see mailing listfluxgen
2004-01-11FbDrawable in constructorfluxgen
2004-01-08cleaningfluxgen
2003-09-10cleaningfluxgen
2003-08-12fixed copy x pixmap bugfluxgen
2003-08-11added copy for X Pixmapfluxgen
2003-07-10added rotatefluxgen
2003-04-29FbPixmap is a FbDrawablefluxgen
2003-04-27fixed scaling and bug in copyAreafluxgen
2003-04-27assign new pixmap via constructor and operatorfluxgen
2003-04-25a X pixmap wrapperfluxgen