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