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