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