aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-07-02minor usability fix for :Tab command and fixed handle rendering when ↵markt3-5/+13
switching from a style without them
2007-07-02fixed DOS when toolbar.button.borderWidth is large and toolbar.bevelWidth > 0markt3-35/+45
moved the transparency menu up with the rest of the submenus in the config menu
2007-07-01added key commands :AddWorkspace and :RemoveLastWorkspacemarkt4-0/+30
2007-07-01more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTIONmarkt7-15/+49
2007-06-30make internal tabs defaultmarkt2-2/+2
2007-06-30fixed implementation of _NET_WM_STATE_MODALmarkt6-23/+51
2007-06-30fixed the groups file for the last timemarkt3-2/+10
2007-06-30little hack for fixing _NET_WM_STATE_DEMANDS_ATTENTION with tabsmarkt3-7/+19
2007-06-29updates for compiling with gcc 4.3markt25-0/+143
2007-06-29changed bsetroot to fbsetrootfluxgen1-1/+1
2007-06-28strip off extra bits set by Xorg in event statemarkt2-2/+5
2007-06-28added some entries to fbgm, plus some minor bug fixesmarkt2-24/+32
2007-06-16moved function so fluxbox compiles with --disable-remembermarkt5-30/+32
2007-06-09small fix for the /bin/sh issue .. just using /bin/zsh nowmathias3-6/+6
2007-06-08don't tab transient windows from apps file, and change their layers when the ↵markt4-23/+46
main window does
2007-06-06fix for the following problem:mathias3-2/+15
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" notgrubert5-3/+8
"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 movingmarkt4-2/+24
2007-06-03deiconify windows when auto-grouped with new window, when using focusnewmarkt2-4/+9
2007-06-03open slit menu properly wrt xineramamarkt2-17/+18
2007-06-03send transient windows along with sendtoworkspacemarkt3-19/+33
2007-06-03fixes bug with rox panel flickering with mousefocusmarkt2-3/+6
2007-06-01fixed infinite loop caused by removing the last workspace when it contains ↵markt2-2/+7
windows
2007-05-21reverted deletion of generated*.m filesmathias63-0/+13501
2007-05-20fixed bug #1717782, Bad fullscreen in ooimpress.fluxgen2-2/+16
2007-05-20added fullscreen testfluxgen2-0/+173
2007-05-20deleted all generated nls filesmathias63-13665/+0
2007-05-20updated ko_KR translations (thanks Jo Hyeonseok <trand at gmail dot com>)mathias1-136/+54
2007-05-19fixed bug #1718112, memory leak in FbWindow::textPropertyfluxgen1-0/+3
2007-05-19fixed bug #1718112, memory leak in FbWindow::textPropertyfluxgen1-9/+26
2007-05-19added title test for _NET_WM_NAME and WM_NAME memory leaksfluxgen2-0/+123
2007-05-17make sure included menus get remembered, in case they're modifiedmarkt1-0/+3
2007-05-17added include command to ITypeAheadable.hh header for tolower()markt1-0/+6
2007-05-17fixed some window placement issuesmarkt3-5/+12
2007-05-17added seamonkey to fbgmmarkt1-3/+3
2007-05-14this should be a whitespace separated listmarkt2-16/+18
2007-05-12changed interpretation of maximize horz/vert on a maximized windowmarkt2-36/+17
2007-05-12fixed tabs disappearing on reconfigure with [Deco] {TAB} and tabs in titlebarmarkt3-15/+10
2007-05-05better check these toomarkt1-3/+3
2007-05-05fixing return value checks for utf8 stringsmarkt1-2/+3
2007-05-04fix infinite loop caused by deiconify commandmarkt3-3/+9
2007-04-24fixed a bug in parsing cli, thanks to steven kah hien wong <steven at ↵mathias2-5/+10
zensaki dot com>
2007-04-24fix segfault on exit/restart after having opened a custommenumarkt1-0/+4
2007-04-24actually using now the new manpagesmathias2-1353/+2066
2007-04-23use asciidoc-generated manpages from now onmathias11-495/+4075
2007-04-23disabled resizing shaded windowsmarkt4-22/+13
2007-04-20fix slit onhead with BOTTOMLEFT placement, patch from Tomas Janousek <tomi ↵mathias2-1/+4
at nomi dot cz>
2007-04-19fixed crash when CustomMenu doesn't point to a real filemarkt2-0/+5
2007-04-18fix for fbsetbg -l when last wallpaper was using fbsetrootmarkt2-1/+4
2007-04-17basicly cosmetic changes, patch by slava semushinmathias13-63/+34