aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2007-02-22command -v seems to cause problems for some distros, despite being POSIX and ↵markt1-2/+0
built into sh
2007-02-21ButtonRelease should only trigger actions if ButtonPress was on the same buttonmarkt1-0/+4
2007-02-17an empty slit without autoHide but with clients in the slitlist file still ↵markt1-0/+2
created a strut
2007-02-17update workspace names on reconfig, and don't truncate list of names when ↵markt1-0/+3
writing rc
2007-02-17fixed some issues with creating and alt-tabbing to transients of inactive tabsmarkt1-0/+3
2007-02-10windows weren't getting set resizable when MaxSize and MinSize hints changedmarkt1-0/+3
2007-02-10it was still possible to move a window by grabbing the border with ↵markt1-0/+2
session.ignoreBorder: true
2007-02-10window was growing when we received a configurerequest that changed width ↵markt1-0/+4
but not height
2007-02-09added mouse bindings to the keys filemarkt1-0/+13
2007-02-06wrong client was raised when attaching an unfocused window to the focused windowmarkt1-0/+2
2007-02-06closing a window from the workspace menu should close the chosen client,markt1-0/+5
rather than the active tab in the same window
2007-02-05some fixes for grouping with the apps filemarkt1-0/+9
2007-02-04fix remembered layer and layer menumarkt1-0/+4
2007-02-04clicking on the edge of a button didn't workmarkt1-0/+4
2007-02-02revert svn 4684, transparency in window buttonsmarkt1-3/+4
2007-02-02added SetAlpha key commandmarkt1-0/+11
2007-01-26fix some crashes with empty menus, and fixed default workspace namesmarkt1-0/+2
2007-01-26opening window on different workspace should put it at front of focused list ↵markt1-0/+5
with focusnew
2007-01-25don't raise windows above OverrideRedirect windows, or else they eventually ↵markt1-0/+3
get restacked on the bottom
2007-01-24detect shell from environment variablemarkt1-0/+3
2007-01-21allow transparency in window buttonsmarkt1-0/+3
2007-01-21don't move window frame when closing tab with non-northwest gravity, just ↵markt1-0/+2
the client
2007-01-21various changes to menu behaviormarkt1-0/+6
2007-01-20use uppercase arguments to fbsetbg from stylesmarkt1-0/+2
2007-01-20let styles override rootCommand in init, plus removing some code I ↵markt1-0/+3
accidentally left in
2007-01-20minor changes for cascade placementmarkt1-0/+3
2007-01-16right click on iconbutton toggles menumarkt1-0/+2
2007-01-16automatically reconfigure after changing alpha from menu, using a timermarkt1-0/+5
2007-01-15prevent per-window alpha menu from scrolling past 0 or 255:markt1-0/+2
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-0/+3
removed here did anything useful; it's probably a remnant of an old menu implementation
2007-01-14stay on same workspace after restartmarkt1-0/+2
2007-01-14allow windows to deiconify themselvesmarkt1-0/+3
2007-01-14make sure we ungrab the keyboard when changing the alt-tab screen,markt1-0/+2
or else we'll lose an entire keystroke!\
2007-01-14several fixes for background option in stylesmarkt1-0/+9
2007-01-13don't change focus order unless the user specifically focuses a windowmarkt1-0/+3
2007-01-11add feature to minimize windows in current layermarkt1-0/+4
2007-01-08fix another 64-bit window propertymarkt1-0/+3
2007-01-07this code accidentally went in with revision 4661markt1-0/+2
2007-01-07remove race condition from workspace warping codemarkt1-0/+2
2007-01-07little cleanupmarkt1-3/+1
2007-01-07fix little bug with iconbar renderingmarkt1-0/+2
2007-01-07add the missed filessimonb1-3/+3
2007-01-07fix intrinsic problem with refcountsimonb1-0/+2
adjust slit menus to deconstruct properly
2007-01-07per-window transparency, including apps and menu support, plus some simonb1-0/+14
infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net
2007-01-06updated nb_NO translationsmarkt1-0/+2
2007-01-06make "force pseudotransparency" menu item work immediatelymarkt1-0/+4
2007-01-06move triangle drawing into FbDrawablesimonb1-0/+6
Make MenuItem triangles proportional
2007-01-05set active client when raising a transient windowmarkt1-0/+3
2007-01-05window wasn't staying focused when dragging across workspaces with outline ↵markt1-0/+3
window moving
2007-01-05fix window menu placement with toolbar at top of screen, and disable ↵markt1-0/+3
titlebar when doing it