- Completely rewritten launcher (Bugs 2336, 2365, 1323, 2262 and 1225)
- Various improvements in libxfce4panel (memory leaks, G_GNUC_INTERNAL,
GSList, canonical strings and fixed pedantic warnings).
- Libxfce4panel does no longer depend on libxfcegui4. This might cause
some problems with plugins. Plugin developers should add libxfcegui4
to the dependencies of their package (including cflags and libadd in
the makefiles).
(Old svn revision: 25077)
* XfceItembar : container for XfceItem's
* XfceItem : simple container to add to an itembar
* XfceSeparatorItem : special XfceItem that simply shows a separator
* Make panel controls and separator item plugin use the new widgets.
* Make taskbar use new widgets
(Old svn revision: 4337)
* move taskbar and iconbox to panel
* panel config files in separate directory
* add panel library
* remove generated files. autogen.sh is now required to build from CVS.
* add time to taskbar
* use XfcePanelWindow widget for panel and taskbar (fixes bug #367 ;-)
* iconbox not functional yet (needs rewrite).
(Old svn revision: 4283)