summaryrefslogtreecommitdiff
path: root/src/WinClient.cc
AgeCommit message (Expand)Author
2011-05-10Convert Focusable::dieSig to FbTk::SignalPavel Labath
2011-02-23Fixed possible crash issue when getting an unmap before a focus in event.Henrik Kinnunen
2010-09-15code cleanup, missing commit for 2b62cf973318978bc222db7719552148275887dbMathias Gumz
2010-09-08avoid code duplicationMathias Gumz
2010-09-08introduced FbTk::BidiStringMathias Gumz
2010-03-26Changed title signal in Focusable to new signal systemHenrik Kinnunen
2010-03-18Changed Focusable::focusSig() to new signal system.Henrik Kinnunen
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen
2008-08-27move some things from FluxboxWindow to WindowStateMark Tiefenbruck
2008-08-23when a transient dies, revert focus to its parentMark Tiefenbruck
2008-08-21some cleanupMark Tiefenbruck
2008-08-16move interpretation of normal hints to size hint classMark Tiefenbruck
2008-08-15aspect ratios should take base size into account, fix size hint initializationMark Tiefenbruck
2008-08-15move size hint code to methods in size hint struct, restructure them a littleMark Tiefenbruck
2008-08-15move size hint code to FbWinFrameMark Tiefenbruck
2008-08-15move size hints to a structMark Tiefenbruck
2008-06-07fix some memory leaks and uninitialized valuesMatthias S. Benkmann
2008-02-24use _NET_WM_ICON property as resource for icons, fixed partly #1852693Mathias Gumz
2008-01-28minor correction of include namesMathias Gumz
2008-01-23fix potential infinite loop in transient windowsMark Tiefenbruck
2008-01-12fix some issues with reverting focusMark Tiefenbruck
2008-01-03remove old svn $Id$ tagsMark Tiefenbruck
2008-01-01fix some flickering on focus changeMark Tiefenbruck
2007-12-29remove some (hopefully) unneeded header includesMark Tiefenbruck
2007-12-21remove 'friend' declaration in Window.hhMark Tiefenbruck
2007-11-22set resize increments to 1 when set to 0 by the applicationmarkt
2007-11-05various refactoring and minor changesmarkt
2007-11-04don't set focus to globally active windowsmarkt
2007-10-13merged changes from pre-develmarkt
2007-07-03stop gvim from repeatedly resizing tabbed windowsmarkt
2007-07-01more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTIONmarkt
2007-06-30fixed implementation of _NET_WM_STATE_MODALmarkt
2007-06-29updates for compiling with gcc 4.3markt
2007-06-08don't tab transient windows from apps file, and change their layers when the ...markt
2007-03-30set m_icon_title to, you'll never guess, the icon titlemarkt
2007-03-16maximizing window with aspect ratio caused windows to be made larger than the...markt
2006-10-27cosmetic patch from slava semushin, removes whitespaces andmathias
2006-08-09it never existed (what never existed?)markt
2006-08-08fix some compiler warnings in gcc 4.1markt
2006-07-30little cleanup, remove FluxboxWindow::isInitialized()markt
2006-07-23use a timer to make sure focus always reverts if possiblemarkt
2006-07-20allow negative width and heightmarkt
2006-07-20properly revert focus when two windows close at the same timemarkt
2006-07-20keep tabs in same order on restart (except some extremely unlikely cases)markt
2006-06-24Make Urgency Hint flash the correct WinClient's tab.markt
2006-06-19better fix for iconbar bugfluxgen
2006-06-18fixed bug #1507754, windowtitle in toolbar not updated. Solution: reset m_tit...fluxgen
2006-06-11added support for urgency hint, thanks Mark Tiefenbruckfluxgen
2006-05-13fixed some redraw issues with the title, thanks _marktfluxgen
2006-05-07more utf8 changes, notably window titlessimonb