aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
AgeCommit message (Expand)AuthorFilesLines
2007-05-18some minor changesmarkt1-3/+2
2007-05-16added session.screen<N>.noFocusWhileTypingDelaymarkt1-39/+47
2007-05-12changed interpretation of maximize horz/vert on maximized windowsmarkt1-36/+14
2007-05-12fixed tabs disappearing on reconfigure with [Deco] {TAB} and tabs in titlebarmarkt1-1/+3
2007-05-04fixed infinite loop caused by deiconify commandmarkt1-1/+1
2007-04-23added clientmenu command, set iconicstate properly, disabled resizing shaded ...markt1-86/+86
2007-04-18fbsetbg -l didn't work properly when previous wallpaper was from fbsetrootmarkt1-1/+1
2007-04-13fixed some focus issues with FocusNew offmarkt1-2/+23
2007-04-11added session.screen<N>.maxIgnoreIncrementmarkt1-4/+9
2007-04-08added OnToolbar modifier, removed followModel, fixed unpressed button renderingmarkt1-14/+32
2007-04-07more of the samemarkt1-19/+2
2007-04-01just converting some old code to make future changes easiermarkt1-2/+0
2007-03-30pattern matching for window cyclingmarkt1-6/+18
2007-03-29removed groups file, fixed initial_state handlingmarkt1-22/+6
2007-03-28little fix for restoring tabbed windows on restartmarkt1-3/+4
2007-03-27lots and lots of code cleanup, plus introduced new ClientMenu classmarkt1-13/+7
2007-03-25little fix for clients in tabbed windows raising themselvesmarkt1-1/+1
2007-03-25added session.screen0.tabs.usePixmapmarkt1-23/+14
2007-03-24colossal multi-patch, encompassing all of what I did yesterday without intern...markt1-37/+56
2007-03-21added Focusable.hh -- a base class for all focusable windowsmarkt1-15/+14
2007-03-16maximizing window with aspect ratio caused windows to be made larger than the...markt1-3/+3
2007-03-06I seem to have forgotten this in the last patchmarkt1-6/+0
2007-03-06session.screen0.defaultDeco now understands TAB, BORDER, etc.markt1-3/+3
2007-03-03removed session.numLayers resource, as it was useless and caused segfaultsmarkt1-2/+2
2007-03-01changed FocusControl::cycleFocus() to take a list of windows as an argumentmarkt1-27/+3
2007-02-23send statesig when maximizing/restoring a windowmarkt1-0/+3
2007-02-23update titlebar buttons on reconfiguremarkt1-33/+74
2007-02-19when a client in a tabbed window asks to be raised, set it to the current clientmarkt1-0/+1
2007-02-19fixed some strange behavior with tabbing a transient to its main windowmarkt1-1/+2
2007-02-18little cleanupmarkt1-1/+0
2007-02-17fixed some issues with creating and alt-tabbing to transients of inactive tabsmarkt1-10/+4
2007-02-11forgot to revert part of my previous patchmarkt1-10/+5
2007-02-11still fixing bug with session.ignoreBordermarkt1-10/+25
2007-02-10windows weren't getting set resizable when MaxSize and MinSize hints changedmarkt1-7/+5
2007-02-10it was still possible to move a window by grabbing the border with session.ig...markt1-5/+12
2007-02-10window was growing when we received a configurerequest that changed width but...markt1-1/+5
2007-02-06wrong client was raised when attaching an unfocused window to the focused windowmarkt1-0/+4
2007-02-06closing a window from the workspace menu should close the chosen client,markt1-2/+6
2007-02-04fix remembered layer and layer menumarkt1-5/+5
2007-01-27minor cleaningfluxgen1-6/+14
2007-01-27bunch of cleanup, little bug fixesmarkt1-81/+15
2007-01-26little cleanupmarkt1-77/+12
2007-01-21don't move window frame when closing tab with non-northwest gravity, just the...markt1-3/+5
2007-01-14allow windows to deiconify themselvesmarkt1-1/+2
2007-01-13don't change focus order unless the user specifically focuses a windowmarkt1-5/+7
2007-01-13little cleanupmarkt1-6/+2
2007-01-07remove race condition from workspace warping codemarkt1-14/+19
2007-01-07per-window transparency, including apps and menu support, plus some simonb1-0/+8
2007-01-06little fix for previous patch to transient window raisingmarkt1-1/+4
2007-01-05set active client when raising a transient windowmarkt1-1/+3