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