Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-23 | clean up resources on shutdown | Mathias Gumz | 1 | -10/+12 | |
2011-02-21 | Fix bug: 'src_image' might be NULL if width||height are 0 (#3188223) | Mathias Gumz | 1 | -40/+49 | |
With ROT90-SystemTray fluxbox crashed. It is a bit unclear of where to catch pixmaps / windows with either width or height equal to 0; IMHO this needs more investigation. | |||||
2010-09-14 | cleanup and code deduplication | Mathias Gumz | 1 | -1/+1 | |
* ClientPattern.cc: make compiler happy (complaints about XPROP not handled in switch) * FbTk/FbPixmap.cc FbTk/StringUtil.cc: signed vs unsigned * FbTk/FbString.cc: missing return * WinClient.cc: create atoms only once; use helper function * Window.cc: use a helper function | |||||
2010-09-14 | use one array instead of two to hold both 'names' and 'atoms' for the rootwindow | Mathias Gumz | 1 | -30/+29 | |
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -1/+1 | |
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 | -0/+1 | |
2008-01-14 | moved code a bit around, cleaned up some classes | Mathias Gumz | 1 | -19/+24 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-07-03 | stop gvim from repeatedly resizing tabbed windows | markt | 1 | -7/+8 | |
2007-07-03 | fix updating of systemtray and kde dockapps in slit on background change | markt | 1 | -5/+10 | |
added fluxbox-remote.cc | |||||
2007-07-03 | don't create gigantic images when XGetGeometry fails in FbTk::FbPixmap::copy | markt | 1 | -7/+8 | |
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+5 | |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -6/+5 | |
2006-08-09 | it never existed (what never existed?) | markt | 1 | -4/+4 | |
2006-08-08 | fix some compiler warnings in gcc 4.1 | markt | 1 | -4/+4 | |
2006-06-25 | fix FbPixmap retaining pixmap (that made cache not work properly) | simonb | 1 | -16/+9 | |
Also small tidy in FbWinFrame.cc | |||||
2006-06-24 | fix disappearing menu selection boxes | simonb | 1 | -8/+11 | |
2006-06-18 | init variables | fluxgen | 1 | -2/+2 | |
2006-05-17 | fix root pixmap + atoms indexes in FbPixmap | simonb | 1 | -2/+2 | |
Fixes issues with transparency on multiple screens, and probably also some alternate rootbg atoms | |||||
2006-04-21 | update transparent window backgrounds on bg change | simonb | 1 | -1/+7 | |
2006-04-16 | fix all compiler warnings with -Wall | simonb | 1 | -5/+6 | |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -9/+47 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2006-02-12 | added force_update option to force an update of the m_root_pixmaps | fluxgen | 1 | -2/+2 | |
2005-11-22 | public setRootPixmap | fluxgen | 1 | -45/+52 | |
2005-05-10 | cache the root pixmap (per screen) | simonb | 1 | -35/+106 | |
2005-04-27 | add rough support for non-default depth pixmaps. Saves us having ghost | simonb | 1 | -7/+21 | |
holes in windows | |||||
2005-04-10 | Big changes to how transparency works | simonb | 1 | -2/+1 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-01-31 | closes #1107213, 64bit issues with XChangeProperty | mathias | 1 | -1/+1 | |
submitted by Matthieu Herrb <matthieu.herrb@laas.fr> | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-12-10 | fix #1080323, a missing header | mathias | 1 | -0/+2 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-24 | fix build issue, use cerr instead of fprintf(stderr | rathnor | 1 | -2/+2 | |
2004-09-11 | Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵ | fluxgen | 1 | -15/+15 | |
code cleaning | |||||
2004-09-11 | fix issues that resulted in unnecessary X errors | rathnor | 1 | -12/+10 | |
2004-09-10 | put App::instance()->display() to FbDrawable::s_display to avoid too much | akir | 1 | -78/+88 | |
unnecessary calls | |||||
2004-09-09 | transfered ::getRootPixmap from several places to new home, FbPixmap | akir | 1 | -1/+40 | |
2004-07-06 | fixed minor bug | fluxgen | 1 | -8/+8 | |
2004-07-05 | tiled pixmap fix, patch from dhx (xyx@gm...), see mailing list | fluxgen | 1 | -1/+23 | |
2004-01-11 | FbDrawable in constructor | fluxgen | 1 | -1/+10 | |
2004-01-08 | cleaning | fluxgen | 1 | -6/+5 | |
2003-09-10 | cleaning | fluxgen | 1 | -23/+18 | |
2003-08-12 | fixed copy x pixmap bug | fluxgen | 1 | -5/+7 | |
2003-08-11 | added copy for X Pixmap | fluxgen | 1 | -1/+32 | |
2003-07-10 | added rotate | fluxgen | 1 | -1/+36 | |
2003-04-29 | FbPixmap is a FbDrawable | fluxgen | 1 | -44/+1 | |
2003-04-27 | fixed scaling and bug in copyArea | fluxgen | 1 | -3/+67 | |
2003-04-27 | assign new pixmap via constructor and operator | fluxgen | 1 | -5/+74 | |
2003-04-25 | a X pixmap wrapper | fluxgen | 1 | -0/+130 | |