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