fluxbox fork with a slight change to maximized windows
Find a file
Mathias Gumz 4d307dcd10 Fix bug: handle the list of Timers not in-place
With commit 541c8c4 we switched from an (manually) ordered list to a
std::set<> to handle the active timers. The code which checks for overdue
timers now traverses and modifies the std::set<> in place. This might
lead to an infinite loop. Examples of such bad behavior are "flickering of
the tooltip" (bug #3590078) or crashes (bug #3600143) or just insanely high
cpu load when autoraising windows or submenus.

We now make a copy of the std::set<> traverse this instead of the original.
2013-01-12 09:24:11 +01:00
3rd/vim Added 'OnTab' highlighting in vim 2012-11-07 10:31:55 +01:00
data Re-licensing the ostrich theme due to issues regarding it's distribution 2011-09-01 20:51:14 +02:00
doc prepared manpages for new release 2012-12-30 12:42:48 +01:00
nls refer to the correct autoconf file in nls/translators.txt 2013-01-08 09:04:03 +01:00
src Fix bug: handle the list of Timers not in-place 2013-01-12 09:24:11 +01:00
util automake: use AM_CPPFLAGS rather than INCLUDES 2013-01-03 08:17:27 +01:00
.gitignore Allow percentage values for some Window commands 2012-04-06 14:11:16 +02:00
acinclude.m4 configure.in, acinclude.m4: always pre-pend new libs. 2011-10-31 10:51:30 -05:00
AUTHORS updated the AUTHOR file 2011-01-23 22:23:13 +01:00
autogen.sh automake: fix initialization 2013-01-03 08:16:22 +01:00
ChangeLog updated ChangeLog and NEWS 2012-12-30 20:38:43 +01:00
configure.ac Optional removal of SystemTray tool 2013-01-10 12:11:24 +01:00
COPYING cosmetics 2011-02-27 18:43:29 +01:00
Doxyfile cosmetics 2011-02-27 18:43:29 +01:00
INSTALL moved meta-information around a little bit 2011-11-01 07:24:11 +01:00
Makefile.am Make sure `make distcheck' is successful 2011-04-27 12:10:12 +02:00
NEWS updated ChangeLog and NEWS 2012-12-30 20:38:43 +01:00
README moved meta-information around a little bit 2011-11-01 07:24:11 +01:00
stamp-h.in Initial revision 2001-12-11 20:47:02 +00:00
TODO allow decorations bitmask to be specified with 0x 2007-10-21 21:37:48 +00:00
version.h.in check for compiler and version 2004-02-28 10:33:23 +00:00

Fluxbox is a windowmanager for X that was based on the Blackbox 0.61.1 code.
It is very light on resources and easy to handle but yet full of features to
make an easy, and extremely fast, desktop experience.

Read INSTALL to read about building and installing fluxbox. Read NEWS to see
whats new in this release, for copyright information see COPYING. For more
information go to:

    http://fluxbox.org/

Thanks:

  Blackbox team

  People at #fluxbox on the irc.freenode.net irc-network.

  And all the people who sent bugfixes/patches and helped us making
  Fluxbox a better application, see AUTHORS for a incomplete list
  of people who helped fluxbox.