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 3268a587d6 Improve initial positioning in attempt to fix bug #1480. 17 years ago
config Small fix to show icon on initial empty launcher 18 years ago
docs * Add XfceHVBox widget, which is a cute hack to have a box with configurable orientation (suggestion by Jani Monoses). 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 * Update plugins to not wait for realize signal, because plugin construction is now delayed until after this signal 17 years ago
panel Improve initial positioning in attempt to fix bug #1480. 17 years ago
plugins * Update plugins to not wait for realize signal, because plugin construction is now delayed until after this signal 17 years ago
po Apperently there can be problems with last empty line. Suggested by Jani Monoses. 17 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 XfceHVBox widget, which is a cute hack to have a box with configurable orientation (suggestion 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