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