aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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
2007-01-01don't set menuicon background to style's pixmap when the window has an iconmarkt1-0/+2
2007-01-01don't run [startup] items if fluxbox fails to loadmarkt1-0/+2
2007-01-01don't run [startup] items in apps file on reconfigure when apps file has ↵markt1-0/+2
been modified
2006-12-31update window scroll action and direction on reconfiguremarkt1-0/+2
2006-12-31update toolbar visibility on reconfiguremarkt1-0/+3
2006-12-31Fix _NET_FRAME_EXTENTS on 64-bit systemssimonb1-0/+7
2006-12-29don't add 2 pixels to toolbar.height from init file; oh, and I named the ↵markt1-0/+3
remember menu to help debugging
2006-12-28allow focus to revert to stuck windows, and we'll see if it still causesmarkt1-0/+3
problems with normal focus -- that comment is older than FocusControl.cc, and I've made a lot of changes to focus handling since then; just disabling it wasn't the right thing to do, anyway
2006-12-27fix some misbehaving settings in the apps filemarkt1-0/+5