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