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