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