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