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