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