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