aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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
2007-01-05don't change focus to a window that doesn't accept focus, see bug #1626114markt1-0/+2
2007-01-05only grab keybindings on screens managed by fluxboxmarkt1-0/+2
2007-01-05use LC_TIME for interpreting clock locale.simonb1-0/+3
Fix something likely to break locales on BSDs and things without nl_langinfo
2007-01-05patch needed to be a bit heavier to properly separate a string for simonb1-1/+1
spacing and a string for the text...
2007-01-05fix nls strings to use %04d instead of %4d, as 4d doesn't pad properly simonb1-0/+3
with non-monospaced fonts
2007-01-05fix loading of rotated fonts on style changesimonb1-0/+2
2007-01-05change default Xft font so that it works properly with rotation (see simonb1-0/+11
notes in ChangeLog or FbTk/Font.cc)
2007-01-04add session.screenN.defaultDeco: <bitmask> to the apps filemarkt1-0/+4
2007-01-04this seems to be a change that will affect a lot of things,markt1-4/+0
so it should wait until after 1.0, even though I think it's important
2007-01-04set IconicState on all unmapped clients, and unmap all clients when set to ↵markt1-0/+4
IconicState also, a little bug fix for previous commit
2007-01-04move iconified windows to the end of the focused list for cycling/revertingmarkt1-0/+3
2007-01-03don't run [startup] items on restartmarkt1-0/+3
2007-01-02replace `which' in fbsetbg and fbgm with `command -v'markt1-0/+2
2007-01-02don't escape regex metacharacters when writing apps filemarkt1-0/+4