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