aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2007-02-10it was still possible to move a window by grabbing the border with ↵markt1-5/+12
session.ignoreBorder: true
2007-02-10window was growing when we received a configurerequest that changed width ↵markt1-1/+5
but not height
2007-02-09added mouse bindings to the keys filemarkt11-126/+205
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,markt4-4/+22
rather than the active tab in the same window
2007-02-05change defaults for fullMaximization and autoRaisemarkt1-2/+2
2007-02-05some fixes for grouping with the apps filemarkt2-34/+60
2007-02-04fix remembered layer and layer menumarkt4-10/+18
2007-02-04clicking on the edge of a button didn't workmarkt1-2/+3
2007-02-02revert svn 4684, transparency in window buttonsmarkt3-181/+206
2007-02-02added SetAlpha key commandmarkt4-4/+80
2007-01-27another little fixmarkt1-1/+3
2007-01-27minor cleaningfluxgen1-4/+4
2007-01-27minor cleaningfluxgen1-6/+14
2007-01-27bunch of cleanup, little bug fixesmarkt5-121/+47
2007-01-26fix some crashes with empty menus, and fixed default workspace namesmarkt2-7/+7
2007-01-26opening window on different workspace should put it at front of focused list ↵markt3-5/+14
with focusnew
2007-01-26little cleanupmarkt2-82/+15
2007-01-25don't raise windows above OverrideRedirect windows, or else they eventually ↵markt1-28/+14
get restacked on the bottom
2007-01-24detect shell from environment variablemarkt1-1/+7
2007-01-21allow transparency in window buttonsmarkt3-206/+181
2007-01-21don't move window frame when closing tab with non-northwest gravity, just ↵markt1-3/+5
the client
2007-01-21various changes to menu behaviormarkt3-16/+40
2007-01-20use uppercase arguments to fbsetbg from stylesmarkt1-6/+6
2007-01-20let styles override rootCommand in init, plus removing some code I ↵markt3-37/+11
accidentally left in
2007-01-20minor changes for cascade placementmarkt1-7/+6
2007-01-16right click on iconbutton toggles menumarkt1-9/+6
2007-01-16automatically reconfigure after changing alpha from menu, using a timermarkt1-5/+30
2007-01-15prevent per-window alpha menu from scrolling past 0 or 255:markt1-14/+16
suppose your alpha was at 3 and then you double-clicked -- IntResMenuItem was setting the alpha to -2, which in FbWinFrame::setAlpha got cast to an unsigned char, or 254; then, IntResMenuItem would check if the value was less than 0, which, of course, it wasn't now, IntResMenuItem checks if the value will exceed the max/min before setting
2007-01-15fix rootmenu disappearing on reconfigure -- I can't tell that the code Imarkt1-43/+9
removed here did anything useful; it's probably a remnant of an old menu implementation
2007-01-14stay on same workspace after restartmarkt1-2/+15
2007-01-14allow windows to deiconify themselvesmarkt1-1/+2
2007-01-14make sure we ungrab the keyboard when changing the alt-tab screen,markt1-1/+6
or else we'll lose an entire keystroke!\
2007-01-14several fixes for background option in stylesmarkt4-98/+147
2007-01-13don't change focus order unless the user specifically focuses a windowmarkt4-7/+15
2007-01-13forgot thismarkt1-9/+0
2007-01-13little cleanupmarkt5-21/+6
2007-01-11add feature to minimize windows in current layermarkt3-3/+26
2007-01-08fix another 64-bit window propertymarkt1-1/+1
2007-01-08fixed _NET_WM_DESKTOP regressionmarkt1-8/+9
2007-01-07another little bug with iconbar renderingmarkt1-4/+14
2007-01-07remove race condition from workspace warping codemarkt1-14/+19
2007-01-07little cleanupmarkt2-3/+0
2007-01-07fix little bug with iconbar renderingmarkt1-1/+6
2007-01-07I overkilled RefCount. Too tired. Heres the proper fix.simonb1-39/+18
2007-01-07par tof per-window alpha changessimonb1-85/+0
2007-01-07forgot to svn add the filessimonb3-0/+336
2007-01-07fix intrinsic problem with refcountsimonb3-22/+43
adjust slit menus to deconstruct properly
2007-01-07per-window transparency, including apps and menu support, plus some simonb16-52/+335
infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net
2007-01-06set opacity properlymarkt1-1/+1