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