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