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