fluxbox fork with a slight change to maximized windows
Find a file
mathias ef76b45ab1 - Usage of xft-fonts is prefered, except a font-description starts with '-'
- Removed "antialias"-option completly, to enable/disable "antialias"
  use either  <fontname>:antialias=<bool> in the style or use
  Xft.antialias: <bool> in your .Xdefaults
- Added new styleresources: 
    *.font.effect: <halo|shadow>
    *.font.shadow.x : <int>       - shadow x offset
    *.font.shadow.y : <int>       - shadow y offset
    *.font.shadow.color : <color> - color of shadow
    *.font.halo.color : <color>   - color of halo
- Removed 'shadow' and 'halo' options from fontdefinitions:
    !! Style authors have to update their styles !!
- Simplified XmbFontImp to not try all possible fonts to match locale
- Style authors may specify multiple fonts:
    <font1>|<font2>|<font3>
  if loading of font1 fails, fluxbox probes <font2>, etc. The last font is
  "fixed". Hints for style authors:
    - if xft tries to load a font it will _ALWAYS_ return a valid font,
      it doesnt have to look like the one you want to have, read more
      about it: http://fontconfig.org/fontconfig-user.html
    - export XFT_DEBUG=1  before running fluxbox helps to see
      which fonts are picked.
  eg:
      *.font: Verdana,Arial-12:antialias=true|-artwiz-snap-*-
      if fluxbox is compiled with xft this will NEVER try to
      load "-artwiz-snap-*-" since xft gives for sure a font,
      most likely Verdana or Arial but noone knows. So, if
      fluxbox has no xft support the first fontpattern fails
      and fluxbox tries the next one, which might be successful.
      if everything fails, it will use "fixed"
- Added caching of fonts, fonts are only loaded once.
- Fixed #1090902 (slow utf8 start)
2005-06-03 07:25:48 +00:00
data fix for dest dir, thanks php-coder 2005-05-27 11:04:33 +00:00
doc updated manpage for the SIGNAL change 2005-02-02 15:25:02 +00:00
nls be_BY translation by Kirill A. Shutemov k.shutemov at sam-solutions dot net 2005-05-27 10:49:35 +00:00
src - Usage of xft-fonts is prefered, except a font-description starts with '-' 2005-06-03 07:25:48 +00:00
util - Usage of xft-fonts is prefered, except a font-description starts with '-' 2005-06-03 07:25:48 +00:00
.cvsignore update 2004-01-09 16:28:51 +00:00
acinclude.m4 adds imlib2-support to fluxbox: allows us to load several imageformats 2004-12-21 23:42:09 +00:00
AUTHORS update 2004-02-28 16:26:30 +00:00
autogen.sh added ACLOCAL_FLAGS 2004-01-16 10:28:15 +00:00
BUGS update 2004-12-17 15:26:03 +00:00
ChangeLog - Usage of xft-fonts is prefered, except a font-description starts with '-' 2005-06-03 07:25:48 +00:00
configure.in be_BY translation by Kirill A. Shutemov k.shutemov at sam-solutions dot net 2005-05-27 10:51:28 +00:00
COPYING updated the years 2005-01-08 21:56:21 +00:00
Doxyfile new version 2005-05-13 12:27:37 +00:00
INSTALL updated 2002-11-06 11:00:52 +00:00
install-sh Initial revision 2001-12-11 20:47:02 +00:00
ltconfig Initial revision 2001-12-11 20:47:02 +00:00
Makefile.am adds imlib2-support to fluxbox: allows us to load several imageformats 2004-12-21 23:42:09 +00:00
missing Initial revision 2001-12-11 20:47:02 +00:00
mkinstalldirs svn propset svn:keywords "Id" 2004-11-19 11:37:27 +00:00
NEWS last minor issues for 0.9.13 2005-05-13 19:56:06 +00:00
README update 2004-04-25 18:10:39 +00:00
RoadMap little update on timing 2003-11-18 12:02:54 +00:00
stamp-h.in Initial revision 2001-12-11 20:47:02 +00:00
TODO update 2003-06-18 14:07:40 +00:00
version.h.in check for compiler and version 2004-02-28 10:33:23 +00:00

This is a development version of Fluxbox.

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 and extensive documentation go to:
  http://fluxbox.org/version-0.9.php


Compile and Install:

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

Configuration options:

  For KDE slitsupport (default): (Allows kde tray icons to be placed in systray inside the toolbar)
    ./configure --enable-kde

  For Gnome support (default):
    ./configure --enable-gnome

  Use ./configure --help to see the full list of options



For former blackbox users:

 - You can use your old blackbox configuration file too. Just copy
   .blackboxrc to ~/.fluxbox/init . The same goes for menu file.

 - You can also use the Blackbox themes in Fluxbox. Fluxbox has a few
   extra styleoption for the tabs but they don't have to be specified.

 - The keys file is no longer compatible with bbkeys. There's a
   convertkeys script at http://fluxbox.sourceforge.net/ that will
   convert the bbkeys format to the fluxbox format.


A few extra notes about the new features:

 - To disable tabs and/or iconbar just change it in configure menu.

 - To work with tabs, use the third mouse button to drag a tab to
   another tab.  This will group the two windows together.

 - With 'Sloppy Window Grouping' turned on (in your configure menu),
   you can drop the tabs anywhere on the target window to group
   windows together.

 - The 'Maximize over Slit' option means that maximized windows will not
   stop at the outside border of the slit, and will instead cover it.

 - In the init file, the session.screen0.rootCommand: option will
   override the rootCommand option in a theme, keeping your background
   the same, no matter what the theme says it should be.


Thanks:

  Blackbox team

  aleczapka, skarin, Perc, xfs, skypher and skywarper for bugtesting.

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

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

  And all the people who sent bugfixes/patches.


This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.