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