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