]> Dogcows Code - chaz/tint2/blob - ChangeLog
tint2-0.7 released
[chaz/tint2] / ChangeLog
1
2 ----------------------------------------------------------------
3 2009-06-30 thilor77 <lorthiois@bbsoft.fr>
4 released tint-0.7
5
6 2009-06-29
7 - fixed bug when active window draged to another desktop
8
9 2009-06-29
10 - fixed issue 110 and issue 107
11
12 2009-06-25
13 - improve user's message when compiled with --disable-battery
14 - replace 'task_width = width' by 'task_maximum_size = width height'
15 width will be used in horizontal panel
16 height will be used in vertical panel
17
18 2009-06-24
19 - vertical panel done
20 user's parameters :
21 1) add 'vertical' to panel_position (panel_position = center left vertical)
22 2) use 'task_width' to define the task height (task_width = 30)
23 3) adjust paddingy on task and systray wiil define the size of icons
24 all others parameters are automatically converted by tint2
25 (x padding become y padding, width become height ...)
26 so user's change between horizontal and vertical are minimised.
27
28 2009-06-23
29 - play with vertical panel
30 check sample file tintrc05 and tintrc06
31 more change to come...
32
33 2009-06-21
34 - play with some code for vertical panel
35
36 2009-06-20
37 - remove flickering on systray
38
39 2009-06-20
40 - 'urgent_nb_of_blink' allow to choose the number of blink
41
42 2009-06-19
43 - change systray code. fixed issue 91.
44
45 2009-06-18
46 - patch by Christian Ruppert, configure option for battery
47
48 2009-06-14
49 - revert r78, fixed issue 100
50
51 2009-06-13
52 - fixed background refresh on systray
53
54 2009-06-09
55 - fixed issue 98
56
57 2009-06-08
58 - fixed issue 97 and issue 95
59
60 2009-06-08
61 - allow 'taskbar_mode = multi_desktop' config with 'panel_monitor = all'
62
63 2009-06-07
64 - merge autotool build system by Christian Ruppert
65
66 2009-06-06
67 - fixed issue 56 : with windowmaker
68 bug in windowmaker : send unecessary 'desktop changed' each time focus changed
69
70 2009-06-06
71 - add 'wm_menu' config option to disable window manager's menu
72 if you don't specify "wm_menu = ", the default value will show WM menu.
73
74 2009-06-06
75 - fixed issue 90 and issue 81 : window manager's menu in panel padding
76 works on openbox, pekwm, fluxbox, icewm.
77 doesn't work on xfce, windowmaker ?
78 tint2 send mouse event to your window manager on left/right padding
79 and on top/bottom panel padding.
80
81 2009-06-05
82 - fixed issue 46 and 59 : urgent task
83 limitation : just one urgent task at a time
84
85 2009-06-04
86 - patch by dmitry.medvinsky : right/left clic command
87
88 2009-06-02
89 - Systray Temp_Fix from keshto
90 not yet perfect, but a first step
91
92 2009-05-31
93 - fixed issue 71 : time format %T %r
94
95 2009-05-31
96 - fixed issue 86 : padding bug
97
98 2009-05-31
99 - fixed issue 87 and 88 : battery detection
100
101 2009-05-26
102 - fixed memory leak and battery detection
103
104 2009-05-20
105 - merge patch from yarin.kaul (fixed issue 52)
106
107 2009-05-15
108 - merge battery applet from Sebastian Reichel <elektranox@gmail.com>
109
110 2009-03-14
111 - add systray option when convert tint-0.6 config file
112 but you need to stop other systemtray program
113
114 2009-03-07
115 - fixed segfault when time1_format empty
116 - fixed systray : when clock change size
117 - fixed systray segfault when xrandr change size
118
119 2009-03-01
120 - fixed segfault on tray application due to tint2
121
122 2009-03-01
123 - cleanup code
124 - basic systray with some bugs
125 - update documentation and tintrc sample for systray
126
127 2009-02-27
128 - fixed issue 49 : patch from Daniel Moerner
129 - some systray code (doesn't work)
130 - cleanup code
131
132 2009-02-25
133 - fixed issue 48 : tint2 does't create config file on first start
134
135 2009-02-14
136 - fixed issue 45 : segfault without clock
137
138 2009-02-13
139 - improved object oriented layout
140 - tint2 looks good for me. if you see bugs, report it.
141
142 2009-02-12
143 - fixed issue 14 : no icons
144
145 2009-02-11
146 - fixed bug with number of desktop changed
147 - fixed clock resize when date changed
148
149 2009-02-08
150 - backward compatibility with tint-0.6 (convert config file)
151 feature freeze until next release. need bug correction.
152
153 2009-02-07
154 - better multi-monitor capability :
155 -> panel_monitor = all : tint2 draw one panel per monitor
156 -> panel_size = 90% 30 : panel_size accept percentage or pixel
157 - change notation : MULTI_MONITOR changed to SINGLE_MONITOR
158 in SINGLE_MONITOR mode, tint2 draw one taskbar with tasks from current monitor
159 - removed sleep mode (replaced by panel_monitor = all)
160 - update documentation and sample config file
161
162 2009-02-03
163 - better fixed for Robert Escriva problem : set_panel_properties -> Reserved space
164 - fixed issue 13 with background detection
165 - fixed bug with disconnected monitor (in multi monitor mode)
166 - removed capability to show Window magager's menu
167 it's a feature I would like, but implementation was buggy
168
169 2009-01-29
170 - use panel_margin parameter even with full_width
171 - multi_monitor mode : monitor number are ordered according to coordinate
172 so taskbar on the left show task in the left monitor
173
174 2009-01-20
175 - change config file format : add another padding parameter
176 - update documentation and sample config file
177
178 2009-01-19
179 - patch from Robert Escriva, fixed tint2 on multi-monitor
180 - fixed bug between MULTI_MONITOR mode and 'task on all desktop'
181
182 2009-01-18
183 - update documentation for new config format
184 - fixed memory corruption
185 - fixed bug with "task on all desktop" (issue 39)
186
187 2009-01-17
188 - fixed drawing of active task (with new layout)
189
190 2009-01-05
191 - fixed decorated window with compiz
192
193 2008-12-30
194 - fixed bug : segfault on ConfigureNotify event
195
196 2008-11-12
197 - fixed bug : segfault with icon
198 - panel's left and right padding feel like WM background
199 (right click open window managers's menu, ...)
200
201 2008-11-02
202 - fixed bugs with new design
203 - panel.area manage the tree of visible objects
204
205 2008-10-28
206 - fixed issue : "untitled task", "task button did not update", "window don't shade",
207 "error if I don't do 'make install'", "Makefile error"
208
209 2008-09-24
210 - change tintrc format
211 user can define a list of background and border at the beginning of tintrc
212 and each object (panel, taskbar, task, clock, systray) get a background number.
213 the background number 0 is reserved by tint2 for full transparency.
214 user's background start with number 1, 2, ...
215
216 2008-09-22
217 - better control on icon opacity
218 icon opacity use the same value as text opacity
219
220 2008-09-21
221 - new parameter task_text = 0 or 1
222 so you can show task's icon without text
223 - remove task_icon_size parameter because icon_size is calculate with task->padding_y
224
225 2008-09-19
226 - improve clock drawing on 2 lines
227 - new design : object oriented
228 clock inherit Area (with draw_background)
229 - rename parameter 'panel_mode' in 'taskbar_mode'
230
231 2008-09-17
232 - change name from tint to tint2 because debian has already a package named tint
233 - new design : object oriented
234 tasks inherit Area
235 taskbars inherit Area
236
237 2008-09-16
238 - new design : object oriented
239 remove task_margin parameter, replaced by taskbar_padding
240 fixed segfault with new layout
241
242 2008-09-04
243 - new design : object oriented
244 all objects inherit from Area : panel, taskbar, task, clock
245
246 2008-09-02 licence changed to GPL V2
247 > Hi Pål,
248 > Since latest release (tint-0.6), I try to merge a systray in tint.
249 > The code I would like to merge is under GPL V2 licence.
250 > So are you agree to change the licence of tint to GPL V2 ?
251 Pål Staurland answer :
252 Yeah no problem::)
253
254 2008-08-17 patch from i...@noctus.net
255 - fixed bug : "Task button titles do not update"
256
257 2008-08-12
258 - code cleanup : Taskbar use GSLIST from glib
259
260 2008-08-07
261 - add 1 space between task title and icon
262
263 2008-07-25
264 - fixed bug when (task_rounded > panel_height/2)
265
266
267 ----------------------------------------------------------------
268 2008-07-20 thil7 <lorthiois@bbsoft.fr>
269 released tint-0.6
270
271 2008-07-19
272 - backward compatibility : save new config file
273
274 2008-07-18
275 - bug fixed with multi-monitor : memory leak, move task on the same monitor
276
277 2008-07-12
278 - multi_monitor : added window_get_monitor(win)
279
280 2008-07-05
281 - multi_monitor : changed taskbar allocation when add/remove a monitor
282 - update documentation
283
284 2008-07-04
285 - changed in config file, panel_show_all_desktop
286 replaced by panel_mode = single_desktop / multi_desktop / multi_monitor
287 - with panel_mode = multi_monitor, tint show one taskbar by monitor
288
289 2008-07-02
290 - add xinerama dependency
291 - read monitors configuration
292 - tint will run in 'sleep_mode'
293 if you specify 'panel_monitor' on an unplug monitor
294 - tint 'wake up' when the monitor is detected or resolution changed
295
296 2008-06-30 patch from goo...@dougbarton.us
297 - tint wait for window manager on startup
298
299 2008-06-29
300 - specify monitor with parameter 'panel_monitor'
301 - panel_position is relative to your monitor
302 panel_monitor = 1
303 panel_position = bottom center
304
305 2008-06-24
306 - fixed bug : show tint on all desktop with fluxbox
307
308 2008-06-23
309 - task_width = 0 to get full taskbar width
310 - added documentation in /doc
311
312 2008-06-16
313 - renamed parameter panel_margin to panel_padding
314 - added parameter panel_margin = vertical_margin horizontal_margin
315
316 2008-06-15
317 - fixed bug : icon position changed when clock adjust width
318 - removed boolean parameter panel_background and task_background
319 replaced with opacity (alpha) = 0
320 - removed task_active_border_width parameter
321 identical to task_border_width
322 - fixed bug : draw task below panel border
323
324 2008-06-11
325 - removed the need of desktop margin.
326 tint specify margin to window magager (_NET_WM_STRUT)
327
328 2008-06-10
329 - fixed bug : time/date vertical and horizontal center
330
331 2008-06-10 patch from benjaminfranzke
332 - fixed bug : draw icon on 64bit system.
333
334 2008-06-08
335 - fixed bug : in draw border and fill background
336
337 2008-06-04
338 - allow config file on the command line : tint -c ./tintrc2
339 - allow 2 value in config file : key = value1 value2
340 - panel_margin can get 2 values : vertical_margin horizontal_margin
341 panel_margin = 8 4
342
343 2008-05-30
344 - put panel below other window
345 - set locale LANG
346
347 2008-05-28
348 - clock_width adjust automatically
349 - configure : time2_format see 'man strftime'
350
351 2008-05-27
352 - configure : time1_format see 'man strftime'
353 - cleanup code : refresh_pos()
354
355 2008-05-26
356 - catch time event in main loop
357 - draw clock fixed format %H:%M
358
359 2008-05-24
360 - removed boolean parameter task_icon
361 task_icon_size = 0 replace task_icon = 0
362 - all colors parameters can get 2 values : color and opacity (alpha)
363 font_color = #ffffff 70
364
365 2008-05-23
366 - cpu optimisation : limit call to visual_refresh()
367
368 2008-05-22
369 - configure clock : clock_font, clock_font_color
370
371
372 ----------------------------------------------------------------
373 2008-05-20 thil7 <lorthiois@bbsoft.fr>
374 released tint-0.5
375
376 2008-05-19
377 - improve usability in mode 'show_all_desktop'
378 -> don't switch desktop when close a task of another desktop
379 -> allow to drag and drop task between desktop
380 - change panel_position : you can now specify top or bottom.
381 values : bottom left, bottom right, bottom center, top left, top right, top center
382 keep compatibility with old tintrc files
383 - change Makefile :
384 add $PREFIX and $DESTDIR
385 install default config file in /etc/xdg/tint/tintrc
386 - on startup, tint copy $XDG_CONFIG_DIR/tint/tintrc in ~/.config/tint/tintrc
387 so each user can customize tintrc
388 - fixed : name of task in fluxbox
389 - improve focus detection (TransientForHint)
390 - cleanup code : send_event
391
392
393 ----------------------------------------------------------------
394 2008-05-14 thil7 <lorthiois@bbsoft.fr>
395 released tint-0.4
396
397 2008-05-12
398 - boolean option 'show_all_desktop'
399 0 : tint panel show one taskbar (from current desktop)
400 1 : tint panel show all taskbars (from all desktops)
401 - clic on a task switch to the desktop
402 - clic on a taskbar (if empty) switch to the desktop
403 - add layout for taskbar : panel -> taskbar -> task
404 - cleanup code : state 'active' in Task replaced by task_active in Panel
405 - hide some window : _NET_WM_WINDOW_TYPE_DIALOG, _NET_WM_STATE_MODAL
406 - change project to 'MIT licence'
407 because Pål Staurland put 'MIT licence' in all file source
408
409
410 ----------------------------------------------------------------
411 2008-05-10 thil7 <lorthiois@bbsoft.fr>
412 released tint-0.3
413
414 2008-05-10
415 - manage events : 'send to desktop' and 'send to all desktop'
416 - bug solved : 'close' action now send _NET_CLOSE_WINDOW
417 so openoffice ask 'save document...' if needed
418 - cpu optimisation :
419 -> don't redraw panel background on all events. just when desktop change.
420 -> don't remove/add all tasks when switch between desktop. remove 'task_new_desktop()'.
421 - small bug on _NET_WM_STATE_SKIP_TASKBAR corrected
422 - memory leak on g_build_filename
423
424
425 ----------------------------------------------------------------
426 2008-05-09 thil7 <lorthiois@bbsoft.fr>
427 released tint-0.2
428
429 2008-05-08
430 - panel : add rounded and border (color and alpha)
431 - remove option 'panel_tasks_centered'
432 - user can configure mouse event on task
433 (none, toggle, iconify, shade, close, toggle_iconify)
434
435 2008-05-07
436 - cpu optimisation : resize_tasks only when add/remove task,
437 compute pos_y at startup
438
439 2008-05-04
440 - task width adjust when too many task
441
442 2008-05-01
443 - task : add rounded and border (color and alpha)
444 - panel position (left, right, center) thank to ak47izatool
445 - cleanup code : vertical position (icon and text),
446 better refresh after delete task, memory leak *font
447 - panel : changed panel_margin and task_margin
448
449 2008-04-22
450 - fork ttm projet from p://code.google.com/p/ttm/ (by Pål Staurland staura@gmail.com)
451 while the projet is no longer in developpement, have not changed the name of 'tint'.
452
453
This page took 0.058973 seconds and 5 git commands to generate.