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