Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-24 | move FluxboxWindow::applyDecorations() to FbWinFrame | Mark Tiefenbruck | 1 | -0/+2 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2008-01-03 | merged | Mathias Gumz | 1 | -1/+2 | |
2008-01-02 | moved seldom used code to where it is actually used, no need to include code ↵ | Mathias Gumz | 1 | -23/+0 | |
into compilation when its not needed | |||||
2008-01-02 | fix border width on synthetic ConfigureNotify events | Mark Tiefenbruck | 1 | -1/+2 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -4/+3 | |
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 1 | -33/+33 | |
2007-12-25 | make bit depth accessible from an FbDrawable | Mark Tiefenbruck | 1 | -5/+5 | |
2007-08-04 | Fix system tray restart issues | simonb | 1 | -0/+3 | |
2007-04-17 | basicly cosmetic changes, patch by slava semushin | mathias | 1 | -1/+0 | |
2006-07-23 | use a timer to make sure focus always reverts if possible | markt | 1 | -1/+1 | |
2006-07-20 | properly revert focus when two windows close at the same time | markt | 1 | -1/+1 | |
2006-07-01 | more dead functions | markt | 1 | -0/+2 | |
2006-06-24 | fix more x errors due to using an invalid background | simonb | 1 | -0/+2 | |
2006-04-24 | Use -Wall when --enable-debug and some warning fixes | simonb | 1 | -0/+1 | |
+ thanks Jonas Koelker | |||||
2006-04-21 | update transparent window backgrounds on bg change | simonb | 1 | -0/+9 | |
2006-04-09 | just some indent | fluxgen | 1 | -2/+8 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-04-29 | display accessor | fluxgen | 1 | -0/+2 | |
2005-04-28 | revert mathias last change, and fix it differently using info already | simonb | 1 | -5/+0 | |
there | |||||
2005-04-27 | i added an attribute to FbWindow to mark windows which are only used as | mathias | 1 | -0/+5 | |
"carrier" (maybe a temporarly name?) ... carriers dont need background-updates .. ever. this leads to a big performance"boost" over the last commits. before we updated also the windows which are the hosts for the apps (m_window and m_clientarea in FbWinFrame) -> bad idea. | |||||
2005-04-27 | fix a few more bugs with recent reworking stuff | simonb | 1 | -5/+5 | |
Some fixes could incidentally fix a few other bugs... the flaws were pre-existing, I've just been weeding out a lot of duplication | |||||
2005-04-26 | fix systray client sizing | simonb | 1 | -0/+2 | |
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -1/+13 | |
background pixmap. Same for textbuttons. | |||||
2005-04-10 | Big changes to how transparency works | simonb | 1 | -6/+25 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-14 | copyright | mathias | 1 | -1/+1 | |
2004-12-21 | added deleteProperty to FbWindow | mathias | 1 | -0/+2 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -1/+4 | |
for consistency with transparency resources | |||||
2004-09-11 | fix issues that resulted in unnecessary X errors | rathnor | 1 | -2/+2 | |
2004-09-10 | put App::instance()->display() to FbDrawable::s_display to avoid too much | akir | 1 | -2/+1 | |
unnecessary calls | |||||
2004-06-13 | setBufferPixmap public instead | fluxgen | 1 | -2/+4 | |
2004-06-07 | alpha access function | fluxgen | 1 | -1/+2 | |
2004-05-17 | fix menu transparency rendering bug, and add save_under to menu windows | rathnor | 1 | -1/+4 | |
2004-04-28 | add apps file matching on role. Includes new textProperty property on | rathnor | 1 | -2/+4 | |
FbWindow. | |||||
2004-01-21 | inline | fluxgen | 1 | -11/+11 | |
2003-12-30 | inline | fluxgen | 1 | -5/+21 | |
2003-12-16 | fixed some icc warnings | fluxgen | 1 | -2/+2 | |
2003-09-14 | buffered background | fluxgen | 1 | -1/+3 | |
2003-09-10 | minor consistency fix | fluxgen | 1 | -2/+2 | |
2003-08-26 | added eventMask | fluxgen | 1 | -1/+2 | |
2003-08-15 | reparent | fluxgen | 1 | -1/+2 | |
2003-08-13 | more virtual | fluxgen | 1 | -6/+6 | |
2003-08-04 | added transparent option | fluxgen | 1 | -3/+13 | |
2003-07-02 | added setInputFocus | fluxgen | 1 | -2/+2 | |
2003-06-24 | added clearArea | fluxgen | 1 | -1/+5 | |
2003-05-19 | property and changeProperty | fluxgen | 1 | -1/+17 | |
2003-05-17 | added set and unsetCursor | fluxgen | 1 | -1/+6 | |
2003-05-12 | minor fix so we can force update on geometry in subclasses | fluxgen | 1 | -5/+5 | |