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