-
Notifications
You must be signed in to change notification settings - Fork 33
/
CHANGELOG
151 lines (118 loc) · 3.36 KB
/
CHANGELOG
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
trayer changelog
1.1.7
* Library cleanup
* Icon Spacing
1.1.6
* react on monitor setup changes
1.1.5
* Replace deprecated functions from gdk
* Fix panel width default value
* Manual updates
1.1.4
* Update cmdline help
* Restore padding functionality
* Add primary monitor cmdline flag
1.1.3
* Minimal height restriction
* Build process fixes
1.1.2
* Type fixes.
1.1.1
* Remove unusable features from legacy code
* Replace hand written X event handling with gdk functions
1.1
* multi monitor support
* add distancefrom parameter
* remove plugin handling code / code cleanup
1.0
* tray code extracted from the main fbpanel sources
* configuration using config file changed into command-line options
* positionx and positiony options removed
* distance option added
-----------------------------------------------------------------------------
fbpanel changes follow
-----------------------------------------------------------------------------
3.8
* warnings clean-up
* X11 memory leacher was fixed
* taskbar can be set to show only mapped/iconified and wins from other desktops
* transparency initial support
* gtkbar was ported to gtk2, so fbpanel is compiled with GTK_DISABLE_DEPRECETED
* initial dll support
3.7
* rounded corners (optional)
* taskbar view fix
3.6
* taskbar icon size fix
* menu icon size fix
* pager checks for drawable pixmap
3.5
* Drag-n-Drop for launchbar
* menu plugin
* removed limith for max task size in taskbar
3.4
* gtk2.2 linkage fix
* strut fix
* launchbar segfault on wrong config fix
* '&' at the end of action var in launchbar config is depreciated
3.3
* taskbar icon size fix
3.2
* scroll mouse in pager changes desktops
* packaging and makefiles now are ready for system wide install
additionally ./configure was implemented
* systray checks for another tray already running
3.1
* improving icon quility in taskbar
* system tray (aka notification area) support
* NET_WM_STRUT_PARTIAL and NET_WM_STRUT were implmented
* taskbar update icon image on every icon change
3.0
* official version bump :-)
3.0-rc-1
* porting to GTK2+. port is based on phako's patch
"[ 678749 ] make it compile and work with gtk2"
2.2
* support for XEmbed docklets via gtktray utility
2.1
* tray plugin was written
* documentation update
* web site update
2.0
* complete engine rewrite
* new plugin API
* pager fixes
1.4
* bug-fixes for pager plugin
1.3
* middle-click in taskbar will toggle shaded state of a window
* added image plugin - this is simple plugin that just shows an image
* pager eye-candy fixes
* close_module function update
1.2
* we've got new module - pager! Yeeaa-Haa!!
* segfault on wrong config file was fixed
1.1
* parsing engine was rewritten
* modules' static variables were converted to mallocs
* configurable size and postion of a panel
* ability to specify what modules to load
* '~' is accepted in config files
*
1.0
* 1.0-rc2 was released as 1.0
1.0-rc2
* taskbar config file was added an option to switch tooltips on/off
* added tooltips to taskbar (thanks to Joe MacDonald joe@deserted.net)
1.0-rc1
* copyright comments were changed
1.0-rc0
* added _NET_WM_STRUT support
* panel now is unfocusable. this fixes iconify bug under sawfish
* panel's height is calculated at run-time, instead of fixed 22
0.11
* improved EWMH/NETWM support
* added openbox support
* added clock customization (thanks to Tooar tooar@gmx.net)
* README was rewrited
* bug fixes