fluxbox fork with a slight change to maximized windows
a3c0b049bf
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. |
||
---|---|---|
3rd/vim | ||
build-aux | ||
data | ||
doc | ||
nls | ||
src | ||
util | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
Doxyfile | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO | ||
version.h.in |
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.