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