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