fluxbox fork with a slight change to maximized windows
Find a file
Mathias Gumz a3c0b049bf Fix corruption of fbrun-history
This commit fixes issues #72 (brought up + different solution by Mattias
Guns; I received a similar patch by 'Nable 80' via ML and discussed the
issue in #fluxbox with 'Nable 80'), patch #73 (Mattias Guns) and finally
patch #162 (Ulrich Eckhardt; this commit is heavily based upon Ulrich's
work).

The original code was overly complex. It tried to avoid writing
bytes to the disk at the expense of comprehensibility and as a result it
was buggy. I looked at both patches from Mattias and 'Nable 80' which address
the bug with skipping entries in the history-file (my fault: incorrect use
of outfile.ignore(1, '\n')): They provided a proper fix for the problem
but I decided to use Ulrich's code since it improves the whole code by making
it a lot simpler.

So, kudos to all of you.
2015-01-02 17:08:44 +01:00
3rd/vim Added 'OnTab' highlighting in vim 2012-11-07 10:31:55 +01:00
build-aux build-sys: use iconv library detections from gettext 2013-05-26 10:38:11 +01:00
data build-sys: move to non-recursive build 2013-05-26 10:38:11 +01:00
doc merge Sami Kerola's new build-system 2014-04-11 17:42:40 +02:00
nls merge Sami Kerola's new build-system 2014-04-11 17:42:40 +02:00
src make use of FbTk-api 2014-10-27 13:46:32 +01:00
util Fix corruption of fbrun-history 2015-01-02 17:08:44 +01:00
.gitignore build-sys: move to non-recursive build 2013-05-26 10:38:11 +01:00
AUTHORS updated the AUTHOR file 2011-01-23 22:23:13 +01:00
autogen.sh build-sys: move autotools files to subdirectories 2013-05-26 10:38:10 +01:00
ChangeLog Updated Changelog, NEWS, man-pages for 1.3.5 2013-02-13 11:00:22 +01:00
configure.ac merge Sami Kerola's new build-system 2014-04-11 17:42:40 +02:00
COPYING cosmetics 2011-02-27 18:43:29 +01:00
Doxyfile docs: update Doxyfile 2013-05-26 10:38:09 +01:00
INSTALL moved meta-information around a little bit 2011-11-01 07:24:11 +01:00
Makefile.am build-sys: move to non-recursive build 2013-05-26 10:38:11 +01:00
NEWS Updated Changelog, NEWS, man-pages for 1.3.5 2013-02-13 11:00:22 +01:00
README moved meta-information around a little bit 2011-11-01 07:24:11 +01: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.