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