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