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