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