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