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