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