aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
AgeCommit message (Expand)AuthorFilesLines
2008-06-07fix some memory leaks and uninitialized valuesMatthias S. Benkmann1-0/+1
2008-02-24use _NET_WM_ICON property as resource for icons, fixed partly #1852693Mathias Gumz1-9/+20
2008-01-28minor correction of include namesMathias Gumz1-1/+1
2008-01-23fix potential infinite loop in transient windowsMark Tiefenbruck1-3/+1
2008-01-13fix some issues with reverting focusMark Tiefenbruck1-1/+3
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2008-01-01fix some flickering on focus changeMark Tiefenbruck1-0/+1
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-0/+1
2007-12-22remove 'friend' declaration in Window.hhMark Tiefenbruck1-7/+2
2007-11-22set resize increments to 1 when set to 0 by the applicationmarkt1-0/+5
2007-11-05various refactoring and minor changesmarkt1-81/+19
2007-11-04don't set focus to globally active windowsmarkt1-2/+1
2007-10-13merged changes from pre-develmarkt1-68/+54
2007-07-03stop gvim from repeatedly resizing tabbed windowsmarkt1-0/+25
2007-07-01more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTIONmarkt1-8/+9
2007-06-30fixed implementation of _NET_WM_STATE_MODALmarkt1-11/+22
2007-06-29updates for compiling with gcc 4.3markt1-0/+5
2007-06-08don't tab transient windows from apps file, and change their layers when the ...markt1-11/+6
2007-03-30set m_icon_title to, you'll never guess, the icon titlemarkt1-1/+1
2007-03-16maximizing window with aspect ratio caused windows to be made larger than the...markt1-3/+14
2006-10-27cosmetic patch from slava semushin, removes whitespaces andmathias1-39/+47
2006-08-09it never existed (what never existed?)markt1-14/+10
2006-08-08fix some compiler warnings in gcc 4.1markt1-10/+14
2006-07-30little cleanup, remove FluxboxWindow::isInitialized()markt1-1/+1
2006-07-23use a timer to make sure focus always reverts if possiblemarkt1-6/+0
2006-07-20allow negative width and heightmarkt1-5/+9
2006-07-20properly revert focus when two windows close at the same timemarkt1-0/+6
2006-07-20keep tabs in same order on restart (except some extremely unlikely cases)markt1-0/+2
2006-06-24Make Urgency Hint flash the correct WinClient's tab.markt1-3/+4
2006-06-19better fix for iconbar bugfluxgen1-1/+0
2006-06-18fixed bug #1507754, windowtitle in toolbar not updated. Solution: reset m_tit...fluxgen1-0/+1
2006-06-11added support for urgency hint, thanks Mark Tiefenbruckfluxgen1-0/+9
2006-05-13fixed some redraw issues with the title, thanks _marktfluxgen1-0/+2
2006-05-07more utf8 changes, notably window titlessimonb1-0/+18
2006-04-17iconbutton handling fixessimonb1-0/+10
2006-02-16updated copyright infomathias1-1/+1
2006-01-03unused headersfluxgen1-1/+0
2005-04-29transient window fixfluxgen1-28/+98
2005-04-26fix systray client sizingsimonb1-23/+0
2005-04-20fixes a problem with clients which define/request a Strut (seemathias1-0/+1
2005-04-10Big changes to how transparency workssimonb1-1/+1
2005-01-24copyright datemathias1-1/+1
2005-01-14copyright updatedmathias1-1/+1
2004-11-30"fixes" http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2mathias1-1/+11
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-08-31add autoconf check for std c++ headersrathnor1-2/+6
2004-08-10removed reparent and added debugmsgfluxgen1-9/+24
2004-06-07update NLS string handling...rathnor1-2/+5
2004-04-28fixes for/reimplement parts of directional focus movementrathnor1-1/+7
2004-04-01honour aspect ratio hintsrathnor1-5/+77