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