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