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