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