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