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