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