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