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