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