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