aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2007-07-07allow negative indices in :Workspace <int>markt1-0/+2
2007-07-07save workspace names, and some fixes for menu behaviormarkt1-0/+7
2007-07-06we know better than MPlayermarkt1-0/+7
2007-07-03some security fixes for fluxbox-remote, and a minor change for the gvim fixmarkt1-3/+4
2007-07-03stop gvim from repeatedly resizing tabbed windowsmarkt1-0/+3
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt1-0/+5
added fluxbox-remote.cc
2007-07-03don't create gigantic images when XGetGeometry fails in FbTk::FbPixmap::copymarkt1-0/+3
2007-07-02use old size/position in apps file when the window is shaded or maximizedmarkt1-0/+3
2007-07-02enable Xinerama and Imlib2 by defaultmarkt1-0/+2
2007-07-02minor usability fix for :Tab command and fixed handle rendering when ↵markt1-0/+6
switching from a style without them
2007-07-02fixed DOS when toolbar.button.borderWidth is large and toolbar.bevelWidth > 0markt1-0/+6
moved the transparency menu up with the rest of the submenus in the config menu
2007-07-01added key commands :AddWorkspace and :RemoveLastWorkspacemarkt1-0/+2
2007-07-01more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTIONmarkt1-0/+5
2007-06-30fixed implementation of _NET_WM_STATE_MODALmarkt1-0/+2
2007-06-30fixed the groups file for the last timemarkt1-0/+2
2007-06-30little hack for fixing _NET_WM_STATE_DEMANDS_ATTENTION with tabsmarkt1-0/+3
2007-06-29updates for compiling with gcc 4.3markt1-0/+2
2007-06-28strip off extra bits set by Xorg in event statemarkt1-0/+2
2007-06-28added some entries to fbgm, plus some minor bug fixesmarkt1-0/+4
2007-06-16moved function so fluxbox compiles with --disable-remembermarkt1-0/+3
2007-06-09small fix for the /bin/sh issue .. just using /bin/zsh nowmathias1-0/+4
2007-06-08don't tab transient windows from apps file, and change their layers when the ↵markt1-0/+4
main window does
2007-06-06fix for the following problem:mathias1-0/+3
on *bsd /bin/sh is not just a symlink to /bin/bash as on most linux's but a real standalone shell. and it behaves differently from "bash -c" behavior .. it doesnt exec the command given but waits till the command finishes. as a result a lot of "rogue" a flying around. solution is now ( $SHELL or /bin/sh ) -c exec <cmd>
2007-06-04* Fix fluxbox.1.in, and asciidoc, menu command is "wallpapers" notgrubert1-0/+2
"wallpaper". asciidoc manpages are stale. --Tis line, and those below, will be ignored-- M ChangeLog M doc/fluxbox.1.in M doc/asciidoc/fluxbox.txt M doc/asciidoc/fluxbox.es.txt M doc/asciidoc/fluxbox.de.txt
2007-06-03update menu xinerama settings after movingmarkt1-0/+4
2007-06-03deiconify windows when auto-grouped with new window, when using focusnewmarkt1-0/+3
2007-06-03open slit menu properly wrt xineramamarkt1-0/+2
2007-06-03send transient windows along with sendtoworkspacemarkt1-0/+3
2007-06-03fixes bug with rox panel flickering with mousefocusmarkt1-0/+4
2007-06-01fixed infinite loop caused by removing the last workspace when it contains ↵markt1-0/+4
windows
2007-05-20fixed bug #1717782, Bad fullscreen in ooimpress.fluxgen1-0/+5
2007-05-19fixed bug #1718112, memory leak in FbWindow::textPropertyfluxgen1-0/+3
2007-05-17fixed some window placement issuesmarkt1-0/+4
2007-05-14this should be a whitespace separated listmarkt1-0/+2
2007-05-12changed interpretation of maximize horz/vert on a maximized windowmarkt1-0/+3
2007-05-12fixed tabs disappearing on reconfigure with [Deco] {TAB} and tabs in titlebarmarkt1-0/+3
2007-05-04fix infinite loop caused by deiconify commandmarkt1-0/+3
2007-04-24fixed a bug in parsing cli, thanks to steven kah hien wong <steven at ↵mathias1-0/+4
zensaki dot com>
2007-04-23use asciidoc-generated manpages from now onmathias1-0/+1
2007-04-23disabled resizing shaded windowsmarkt1-0/+3
2007-04-20fix slit onhead with BOTTOMLEFT placement, patch from Tomas Janousek <tomi ↵mathias1-0/+3
at nomi dot cz>
2007-04-19fixed crash when CustomMenu doesn't point to a real filemarkt1-0/+3
2007-04-17basicly cosmetic changes, patch by slava semushinmathias1-0/+5
2007-04-11updated asciidoc docs, added german translation from Christian Looslimathias1-0/+2
2007-04-08menu from workspacename tool wasn't focused, and fixed unpressed button ↵markt1-0/+5
rendering
2007-04-08Only replace numbers with zeros when calculating clock width.simonb1-0/+5
Otherwise width of things in proportional fonts can be way out. sf.net bug #1545066.
2007-04-05changed caps lock detection to use LockMask, so the actual key can be used ↵markt1-0/+3
for Mod4, etc.
2007-04-01fixed problem with creating windows in iconic statemarkt1-0/+3
2007-03-31Fix window menu context when opened by clicking on tabsimonb1-0/+3
2007-03-31Default value for $LAUNCHER, plus add util and util/fbrun to the simonb1-0/+3
PATH when generating install menu so it can find fbrun. data thus needs to come after util in toplevel subdir processing so that fbrun is built