You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jasper Huijsmans 9da13a3f89 Account for xinerama layout when calculating struts. This is an attempt to fix bug #1316. 18 years ago
config Small fix to show icon on initial empty launcher 18 years ago
docs * Improve unblock_autohide: check for pointer position before hiding 18 years ago
icons * Merge back old panel translations. They are mostly unused, I guess, but maybe a few strings are still the same. 18 years ago
libxfce4panel Slight change in behavior: default size-changed handler sets both width and height, instead of just height. 18 years ago
panel Account for xinerama layout when calculating struts. This is an attempt to fix bug #1316. 18 years ago
plugins Add windowlist and showdesktop plugins ported by Jani Monoses. 18 years ago
po Updated Greek translations 18 years ago
.indent.pro Move new panel to trunk 18 years ago
AUTHORS Move new panel to trunk 18 years ago
COPYING Move new panel to trunk 18 years ago
COPYING_LIBS Move new panel to trunk 18 years ago
ChangeLog * Merge back old panel translations. They are mostly unused, I guess, but maybe a few strings are still the same. 18 years ago
HACKING Move new panel to trunk 18 years ago
INSTALL Move new panel to trunk 18 years ago
Makefile.am Use fork()/execv() instead of g_spawn_async() for external plugins. Now the plugins remain child processes of the panel. 18 years ago
NEWS * Fix positioning bug when moving an item to the right on the same panel 18 years ago
README Move new panel to trunk 18 years ago
README.Kiosk Move new panel to trunk 18 years ago
README.Plugins Update version number in README.Plugins 18 years ago
autogen.sh Move new panel to trunk 18 years ago
configure.ac Add windowlist and showdesktop plugins ported by Jani Monoses. 18 years ago
xfce4-panel.spec.in Move new panel to trunk 18 years ago

README

README for xfce version 4.4.x
=============================

WHAT IS IT ?
------------
'xfce4-panel' is the panel of the Xfce Desktop Environment. It is modeled
slightly after the CDE panel and, of course, previous versions of xfce.
This version is based on GTK2 and should have all the advantages that come
with this new and improved toolkit (see http://www.gtk.org).

The panel provides program lauchersi with optional, non-hierarchical menus
(easier to read at a glance), and several panel 'plugins' like a clock and a
pager. Additional plugins may be installed separately.


WHAT'S NEW ?
------------
Apart from the toolkit changes the underlying framework of the panel has also
changed completely.

All interactions with the window manager take place through the new window
manager hints as defined on http://www.freedesktop.org. This means that you
will need a compliant window manager for xfce to function properly (preferably
xfwm4 ;-).

Highlights from the new panel include:
o vertical and horizontal mode
o icon themes
o dynamic modules as well as traditional launcher buttons
o support for multiple panels
o plugins can be loadable modules or external programs