aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
AgeCommit message (Expand)AuthorFilesLines
2016-08-28fix compiler warning about std::auto_ptrMathias Gumz1-1/+1
2015-01-22Fix broken _NET_REQUEST_FRAME_EXTENTS supportMathias Gumz1-7/+5
2015-01-16Fix uninitialized variables; cosmeticsMathias Gumz1-1/+1
2012-12-30Set WM_WINDOW_ROLE for fluxbox windowsVladimir A. Pavlov1-0/+2
2012-04-06Allow percentage values for some Window commandsLajos Koszti1-0/+7
2011-10-20Added support for ARGB visual, patch #3284774Gediminas Liktaras1-3/+11
2011-05-08Can check CARDINAL properties in CLIENT PATTERNSnacitar sevaht1-2/+3
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-3/+3
2008-10-15ignore XRandr events that don't actually change the screen sizeMark Tiefenbruck1-3/+3
2008-08-16some cleanupMark Tiefenbruck1-4/+1
2008-05-24move FluxboxWindow::applyDecorations() to FbWinFrameMark Tiefenbruck1-0/+2
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2008-01-03mergedMathias Gumz1-1/+2
2008-01-02moved seldom used code to where it is actually used, no need to include code ...Mathias Gumz1-23/+0
2008-01-02fix border width on synthetic ConfigureNotify eventsMark Tiefenbruck1-1/+2
2007-12-30removed some unneeded headersMathias Gumz1-4/+3
2007-12-29'inline' in class declaration is implicitly inlineMathias Gumz1-33/+33
2007-12-25make bit depth accessible from an FbDrawableMark Tiefenbruck1-5/+5
2007-08-04Fix system tray restart issuessimonb1-0/+3
2007-04-17basicly cosmetic changes, patch by slava semushinmathias1-1/+0
2006-07-23use a timer to make sure focus always reverts if possiblemarkt1-1/+1
2006-07-20properly revert focus when two windows close at the same timemarkt1-1/+1
2006-07-01more dead functionsmarkt1-0/+2
2006-06-24fix more x errors due to using an invalid backgroundsimonb1-0/+2
2006-04-24Use -Wall when --enable-debug and some warning fixes simonb1-0/+1
2006-04-21update transparent window backgrounds on bg changesimonb1-0/+9
2006-04-09just some indentfluxgen1-2/+8
2006-02-16updated copyright infomathias1-1/+1
2005-04-29display accessorfluxgen1-0/+2
2005-04-28revert mathias last change, and fix it differently using info already simonb1-5/+0
2005-04-27i added an attribute to FbWindow to mark windows which are only used asmathias1-0/+5
2005-04-27fix a few more bugs with recent reworking stuffsimonb1-5/+5
2005-04-26fix systray client sizingsimonb1-0/+2
2005-04-26extension of previous big patch. Move a bunch of menu things onto simonb1-1/+13
2005-04-10Big changes to how transparency workssimonb1-6/+25
2005-01-24copyright datemathias1-1/+1
2005-01-14copyrightmathias1-1/+1
2004-12-21added deleteProperty to FbWindowmathias1-0/+2
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor1-1/+4
2004-09-11fix issues that resulted in unnecessary X errorsrathnor1-2/+2
2004-09-10put App::instance()->display() to FbDrawable::s_display to avoid too muchakir1-2/+1
2004-06-13setBufferPixmap public insteadfluxgen1-2/+4
2004-06-07alpha access functionfluxgen1-1/+2
2004-05-17fix menu transparency rendering bug, and add save_under to menu windowsrathnor1-1/+4
2004-04-28add apps file matching on role. Includes new textProperty property onrathnor1-2/+4
2004-01-21inlinefluxgen1-11/+11
2003-12-30inlinefluxgen1-5/+21
2003-12-16fixed some icc warningsfluxgen1-2/+2
2003-09-14buffered backgroundfluxgen1-1/+3