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