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