fluxbox fork with a slight change to maximized windows
Find a file
Mathias Gumz 1da473bab9 Use _NET_WM_ICON from 32bit apps (xfce4-terminal) correctly
The icons coming from _NET_WM_ICON are argb32. fluxbox uses such icons
in entities such as 'clientmenu', 'iconbar', 'titlebar'. These entities
are not related to the depth of the winclient but to fluxbox's default
depth. Using 'winclient.depth()' is a mistake, since fluxbox is unable
to copy pixmaps from 32bit to 24/16/15bit.

It is not necessary either, because fluxbox should extract the argb32 icon
data directly into the pixmap with the correct depth in the first place.

This fixes (reopened) bug #1852693.

Note: The whole icon code in fluxbox is quite messy, lots of copying and
scaling. It might be simpler and fater to just extract the icon when needed
, in just the size that is needed.
2011-08-11 09:48:08 +02:00
3rd/vim updated 3rd/vim/fluxkeys.vim 2011-01-24 09:47:33 +01:00
data Fix make install failure with some autotools versions 2011-05-09 19:51:11 +02:00
doc Fix assorted typos in manpages 2011-04-03 10:57:43 +02:00
nls updated turkish translations 2011-03-28 09:47:20 +02:00
src Use _NET_WM_ICON from 32bit apps (xfce4-terminal) correctly 2011-08-11 09:48:08 +02:00
util fluxbox-remote now properly returns exit status 2011-05-08 07:47:02 +02:00
.gitignore Add backup and vim swap files to .gitignore 2011-05-04 20:32:43 +02:00
acinclude.m4 build fix: revert e38994ae72 2011-01-25 12:23:24 +01:00
AUTHORS updated the AUTHOR file 2011-01-23 22:23:13 +01:00
autogen.sh Removing more autoconf-generated files 2010-08-10 11:46:11 -04:00
BUGS cleaned and updated 2007-08-11 19:04:26 +00:00
ChangeLog updated ChangeLog 2011-02-27 18:45:00 +01:00
configure.in Include src/tests in the distribution tarball 2011-05-07 12:39:04 +02:00
COPYING cosmetics 2011-02-27 18:43:29 +01:00
Doxyfile cosmetics 2011-02-27 18:43:29 +01:00
INSTALL Restoring our own custom INSTALL file 2010-08-10 12:00:36 -04:00
Makefile.am Make sure `make distcheck' is successful 2011-04-27 12:10:12 +02:00
NEWS updated NEWS for 1.3.1, increased version number 2011-02-27 18:45:39 +01:00
README cosmetics 2011-02-27 18:43:29 +01:00
RoadMap clean slate 2007-08-11 18:56:02 +00: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 fork of the original Blackbox 0.61.1 sourcecode with
different goals.

Read NEWS to see whats new in this release.

For copyright information see COPYING

For more information go to:
  http://fluxbox.org/


Compile and Install:

  $ ./configure
  $ make
  and then as root
  # make install


Thanks:

  Blackbox team

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

  skypher of openprojects for bugtesting and providing fluxbox with
    themes: Clean CleanColor Makro, Carbondioxide and MerleyKay.


  And all the people who sent bugfixes/patches and helped us making
  Fluxbox a better application.