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 4035461125 Several multiscreen fixes in settings dialog and launcher plugin. 18 years ago
config Several multiscreen fixes in settings dialog and launcher plugin. 18 years ago
docs Slight API change. Make xfce_panel_plugin_save_location() take an extra 'create' argument, to match xfce_resource_save_location(). 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 * (re)unify customization dialogs 18 years ago
panel Several multiscreen fixes in settings dialog and launcher plugin. 18 years ago
plugins Several multiscreen fixes in settings dialog and launcher plugin. 18 years ago
po Added a blank line. 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 Move new panel to trunk 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 Several multiscreen fixes in settings dialog and launcher plugin. 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