]> Dogcows Code - chaz/tint2/blob - ChangeLog
backward compatibility with tint-0.6 config, feature freeze
[chaz/tint2] / ChangeLog
1 2009-02-08
2 - backward compatibility with tint-0.6 (convert config file)
3 feature freeze until next release. need bug correction.
4
5 2009-02-07
6 - better multi-monitor capability :
7 -> panel_monitor = all : tint2 draw one panel per monitor
8 -> panel_size = 90% 30 : panel_size accept percentage or pixel
9 - change notation : MULTI_MONITOR changed to SINGLE_MONITOR
10 in SINGLE_MONITOR mode, tint2 draw one taskbar with tasks from current monitor
11 - removed sleep mode (replaced by panel_monitor = all)
12 - update documentation and sample config file
13
14 2009-02-03
15 - better fixed for Robert Escriva problem : set_panel_properties -> Reserved space
16 - fixed issue 13 with background detection
17 - fixed bug with disconnected monitor (in multi monitor mode)
18 - removed capability to show Window magager's menu
19 it's a feature I would like, but implementation was buggy
20
21 2009-01-29
22 - use panel_margin parameter even with full_width
23 - multi_monitor mode : monitor number are ordered according to coordinate
24 so taskbar on the left show task in the left monitor
25
26 2009-01-20
27 - change config file format : add another padding parameter
28 - update documentation and sample config file
29
30 2009-01-19
31 - patch from Robert Escriva, fixed tint2 on multi-monitor
32 - fixed bug between MULTI_MONITOR mode and 'task on all desktop'
33
34 2009-01-18
35 - update documentation for new config format
36 - fixed memory corruption
37 - fixed bug with "task on all desktop" (issue 39)
38
39 2009-01-17
40 - fixed drawing of active task (with new layout)
41
42 2009-01-05
43 - fixed decorated window with compiz
44
45 2008-12-30
46 - fixed bug : segfault on ConfigureNotify event
47
48 2008-11-12
49 - fixed bug : segfault with icon
50 - panel's left and right padding feel like WM background
51 (right click open window managers's menu, ...)
52
53 2008-11-02
54 - fixed bugs with new design
55 - panel.area manage the tree of visible objects
56
57 2008-10-28
58 - fixed issue : "untitled task", "task button did not update", "window don't shade",
59 "error if I don't do 'make install'", "Makefile error"
60
61 2008-09-24
62 - change tintrc format
63 user can define a list of background and border at the beginning of tintrc
64 and each object (panel, taskbar, task, clock, systray) get a background number.
65 the background number 0 is reserved by tint2 for full transparency.
66 user's background start with number 1, 2, ...
67
68 2008-09-22
69 - better control on icon opacity
70 icon opacity use the same value as text opacity
71
72 2008-09-21
73 - new parameter task_text = 0 or 1
74 so you can show task's icon without text
75 - remove task_icon_size parameter because icon_size is calculate with task->padding_y
76
77 2008-09-19
78 - improve clock drawing on 2 lines
79 - new design : object oriented
80 clock inherit Area (with draw_background)
81 - rename parameter 'panel_mode' in 'taskbar_mode'
82
83 2008-09-17
84 - change name from tint to tint2 because debian has already a package named tint
85 - new design : object oriented
86 tasks inherit Area
87 taskbars inherit Area
88
89 2008-09-16
90 - new design : object oriented
91 remove task_margin parameter, replaced by taskbar_padding
92 fixed segfault with new layout
93
94 2008-09-04
95 - new design : object oriented
96 all objects inherit from Area : panel, taskbar, task, clock
97
98 2008-09-02 licence changed to GPL V2
99 > Hi Pål,
100 > Since latest release (tint-0.6), I try to merge a systray in tint.
101 > The code I would like to merge is under GPL V2 licence.
102 > So are you agree to change the licence of tint to GPL V2 ?
103 Pål Staurland answer :
104 Yeah no problem::)
105
106 2008-08-17 patch from i...@noctus.net
107 - fixed bug : "Task button titles do not update"
108
109 2008-08-12
110 - code cleanup : Taskbar use GSLIST from glib
111
112 2008-08-07
113 - add 1 space between task title and icon
114
115 2008-07-25
116 - fixed bug when (task_rounded > panel_height/2)
117
118
119 ----------------------------------------------------------------
120 2008-07-20 thil7 <lorthiois@bbsoft.fr>
121 released tint-0.6
122
123 2008-07-19
124 - backward compatibility : save new config file
125
126 2008-07-18
127 - bug fixed with multi-monitor : memory leak, move task on the same monitor
128
129 2008-07-12
130 - multi_monitor : added window_get_monitor(win)
131
132 2008-07-05
133 - multi_monitor : changed taskbar allocation when add/remove a monitor
134 - update documentation
135
136 2008-07-04
137 - changed in config file, panel_show_all_desktop
138 replaced by panel_mode = single_desktop / multi_desktop / multi_monitor
139 - with panel_mode = multi_monitor, tint show one taskbar by monitor
140
141 2008-07-02
142 - add xinerama dependency
143 - read monitors configuration
144 - tint will run in 'sleep_mode'
145 if you specify 'panel_monitor' on an unplug monitor
146 - tint 'wake up' when the monitor is detected or resolution changed
147
148 2008-06-30 patch from goo...@dougbarton.us
149 - tint wait for window manager on startup
150
151 2008-06-29
152 - specify monitor with parameter 'panel_monitor'
153 - panel_position is relative to your monitor
154 panel_monitor = 1
155 panel_position = bottom center
156
157 2008-06-24
158 - fixed bug : show tint on all desktop with fluxbox
159
160 2008-06-23
161 - task_width = 0 to get full taskbar width
162 - added documentation in /doc
163
164 2008-06-16
165 - renamed parameter panel_margin to panel_padding
166 - added parameter panel_margin = vertical_margin horizontal_margin
167
168 2008-06-15
169 - fixed bug : icon position changed when clock adjust width
170 - removed boolean parameter panel_background and task_background
171 replaced with opacity (alpha) = 0
172 - removed task_active_border_width parameter
173 identical to task_border_width
174 - fixed bug : draw task below panel border
175
176 2008-06-11
177 - removed the need of desktop margin.
178 tint specify margin to window magager (_NET_WM_STRUT)
179
180 2008-06-10
181 - fixed bug : time/date vertical and horizontal center
182
183 2008-06-10 patch from benjaminfranzke
184 - fixed bug : draw icon on 64bit system.
185
186 2008-06-08
187 - fixed bug : in draw border and fill background
188
189 2008-06-04
190 - allow config file on the command line : tint -c ./tintrc2
191 - allow 2 value in config file : key = value1 value2
192 - panel_margin can get 2 values : vertical_margin horizontal_margin
193 panel_margin = 8 4
194
195 2008-05-30
196 - put panel below other window
197 - set locale LANG
198
199 2008-05-28
200 - clock_width adjust automatically
201 - configure : time2_format see 'man strftime'
202
203 2008-05-27
204 - configure : time1_format see 'man strftime'
205 - cleanup code : refresh_pos()
206
207 2008-05-26
208 - catch time event in main loop
209 - draw clock fixed format %H:%M
210
211 2008-05-24
212 - removed boolean parameter task_icon
213 task_icon_size = 0 replace task_icon = 0
214 - all colors parameters can get 2 values : color and opacity (alpha)
215 font_color = #ffffff 70
216
217 2008-05-23
218 - cpu optimisation : limit call to visual_refresh()
219
220 2008-05-22
221 - configure clock : clock_font, clock_font_color
222
223
224 ----------------------------------------------------------------
225 2008-05-20 thil7 <lorthiois@bbsoft.fr>
226 released tint-0.5
227
228 2008-05-19
229 - improve usability in mode 'show_all_desktop'
230 -> don't switch desktop when close a task of another desktop
231 -> allow to drag and drop task between desktop
232 - change panel_position : you can now specify top or bottom.
233 values : bottom left, bottom right, bottom center, top left, top right, top center
234 keep compatibility with old tintrc files
235 - change Makefile :
236 add $PREFIX and $DESTDIR
237 install default config file in /etc/xdg/tint/tintrc
238 - on startup, tint copy $XDG_CONFIG_DIR/tint/tintrc in ~/.config/tint/tintrc
239 so each user can customize tintrc
240 - fixed : name of task in fluxbox
241 - improve focus detection (TransientForHint)
242 - cleanup code : send_event
243
244
245 ----------------------------------------------------------------
246 2008-05-14 thil7 <lorthiois@bbsoft.fr>
247 released tint-0.4
248
249 2008-05-12
250 - boolean option 'show_all_desktop'
251 0 : tint panel show one taskbar (from current desktop)
252 1 : tint panel show all taskbars (from all desktops)
253 - clic on a task switch to the desktop
254 - clic on a taskbar (if empty) switch to the desktop
255 - add layout for taskbar : panel -> taskbar -> task
256 - cleanup code : state 'active' in Task replaced by task_active in Panel
257 - hide some window : _NET_WM_WINDOW_TYPE_DIALOG, _NET_WM_STATE_MODAL
258 - change project to 'MIT licence'
259 because Pål Staurland put 'MIT licence' in all file source
260
261
262 ----------------------------------------------------------------
263 2008-05-10 thil7 <lorthiois@bbsoft.fr>
264 released tint-0.3
265
266 2008-05-10
267 - manage events : 'send to desktop' and 'send to all desktop'
268 - bug solved : 'close' action now send _NET_CLOSE_WINDOW
269 so openoffice ask 'save document...' if needed
270 - cpu optimisation :
271 -> don't redraw panel background on all events. just when desktop change.
272 -> don't remove/add all tasks when switch between desktop. remove 'task_new_desktop()'.
273 - small bug on _NET_WM_STATE_SKIP_TASKBAR corrected
274 - memory leak on g_build_filename
275
276
277 ----------------------------------------------------------------
278 2008-05-09 thil7 <lorthiois@bbsoft.fr>
279 released tint-0.2
280
281 2008-05-08
282 - panel : add rounded and border (color and alpha)
283 - remove option 'panel_tasks_centered'
284 - user can configure mouse event on task
285 (none, toggle, iconify, shade, close, toggle_iconify)
286
287 2008-05-07
288 - cpu optimisation : resize_tasks only when add/remove task,
289 compute pos_y at startup
290
291 2008-05-04
292 - task width adjust when too many task
293
294 2008-05-01
295 - task : add rounded and border (color and alpha)
296 - panel position (left, right, center) thank to ak47izatool
297 - cleanup code : vertical position (icon and text),
298 better refresh after delete task, memory leak *font
299 - panel : changed panel_margin and task_margin
300
301 2008-04-22
302 - fork ttm projet from p://code.google.com/p/ttm/ (by Pål Staurland staura@gmail.com)
303 while the projet is no longer in developpement, have not changed the name of 'tint'.
304
305
This page took 0.052672 seconds and 5 git commands to generate.