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