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