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