aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
AgeCommit message (Expand)AuthorFilesLines
2006-08-13fix restoring fullscreen windowsmarkt1-0/+1
2006-08-09it never existed (what never existed?)markt1-9/+6
2006-08-08fix some compiler warnings in gcc 4.1markt1-6/+9
2006-08-05don't call placement strategy on maximized or fullscreen windowsmarkt1-2/+4
2006-08-05a little fix for auto-grouping after restartmarkt1-1/+2
2006-08-04don't re-apply remembered settings on restart if they are set as window prope...markt1-4/+0
2006-07-30whoopsmarkt1-0/+3
2006-07-30little cleanup, remove FluxboxWindow::isInitialized()markt1-18/+14
2006-07-29(no commit message)markt1-1/+1
2006-07-26added resource and menu item for maximizing over tabsmarkt1-0/+8
2006-07-23use a timer to make sure focus always reverts if possiblemarkt1-1/+1
2006-07-23fix restacking while cyclingmarkt1-1/+1
2006-07-20properly revert focus when two windows close at the same timemarkt1-1/+1
2006-07-20keep tabs in same order on restart (except some extremely unlikely cases)markt1-0/+4
2006-07-19whoopsmarkt1-1/+1
2006-07-13a little code simplificationmarkt1-12/+9
2006-07-09fix detach focus again 8)markt1-1/+0
2006-07-09setting focus the right waymarkt1-10/+7
2006-07-06use auto-raise for attached windowmarkt1-2/+1
2006-07-06re-fixing the focus after fixing the crash bugmarkt1-7/+3
2006-07-04fix some sizing issues with gravity fixessimonb1-9/+6
2006-07-04new windows don't steal focus from fullscreen windowsmarkt1-2/+9
2006-07-03fix gravitysimonb1-27/+32
2006-06-28more focus issues with linear cycling and tabbed windowsmarkt1-0/+1
2006-06-28one more focus issue on detachmarkt1-0/+1
2006-06-28Fix some focus issues on detach and restartmarkt1-2/+4
2006-06-26fix _NET_FRAME_EXTENTSsimonb1-4/+3
2006-06-26Fix FocusHidden (added m_focus_hidden to FluxboxWindow)markt1-0/+2
2006-06-25Fix DetachClient key command so new window is visiblemarkt1-0/+3
2006-06-24Make Urgency Hint flash the correct WinClient's tab.markt1-1/+18
2006-06-22Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freelymathias1-18/+24
2006-06-19 Fix window placement when apps remembers size but not locationsimonb1-0/+7
2006-06-19try ignoring NotifyUngrab to fix focus revert issues when closing simonb1-1/+1
2006-06-18added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTSfluxgen1-0/+4
2006-06-11support for _NET_WM_MOVERESIZEfluxgen1-20/+34
2006-05-16issue with maximise and quadrant resizesimonb1-0/+8
2006-05-13fixed some redraw issues with the title, thanks _marktfluxgen1-1/+2
2006-05-13added new signal, attentionSig(), will notify listeners when this window dema...fluxgen1-0/+1
2006-05-07handle utf-8 strings properly.simonb1-1/+1
2006-04-26resize and notify client when autogroupingsimonb1-0/+6
2006-04-24Use -Wall when --enable-debug and some warning fixes simonb1-2/+1
2006-04-23focus a window if it's the only one.simonb1-1/+2
2006-04-19mouse focus fixes - thanks Scott Kuhl: skuhl AT cs utah edusimonb1-2/+2
2006-04-17iconbutton handling fixessimonb1-0/+5
2006-04-16fix all compiler warnings with -Wallsimonb1-6/+8
2006-04-14fix window button image updatessimonb1-0/+1
2006-04-11situation: a maximized xterm changes its size (coz the user changes the font).mathias1-61/+75
2006-04-02size_t fixes, thanks Semushin Slava aka php-coderfluxgen1-1/+1
2006-03-22more external tab work, tidying and tab width config optionsimonb1-7/+0
2006-03-22external tabs features and bugfixessimonb1-30/+77