blob: a200ba94db768878e82020f701d627ad47c0bba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Status Xfce Panel
=================
New features
------------
- Plugins can run both internal and external without recompiling.
External plugins now run inside a wrapper program. As a result
a lot of code has been removed from libxfce4panel.
- Support for alpha transparent panels.
Bugs Fixed
----------
692 : Corner offset of panels. Panels can now be moved and
locked in any position.
1933 : Panel Grows and shrinks from the center. You can
also snap a panel on an screen edge.
2203 : Arbitrarily resizable panels.
2465 : Normal Width also applies to height. This feature has
been removed.
2471 : Hidden panel doesn't grow. The hidden window is now
also properly allocated when the window is hidden.
2955 : When opening the properties or add items dialog it
appears on the correct screen.
3748 : Panel doesn't pick up changes made with XRandr. The
monitor configuration is no longer stored and recalculated
when the screen size or monitor number changes (GTK+ 2.13).
|