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