summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: b0ec48e6653791259cfb272fcb7340d86d720cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
Sam Spilsbury <sam.spilsbury@canonical.com>	2011-07-07

    Add VERSION file (0.9.5.0)

Sam Spilsbury <sam.spilsbury@canonical.com>	2011-03-14

    Update for new core API

Sam Spilsbury <sam.spilsbury@canonical.com>	2011-03-12

    Update for core API change

Sam Spilsbury <sam.spilsbury@canonical.com>	2011-02-19

    Map and unmap switcher directly

Sam Spilsbury <sam.spilsbury@canonical.com>	2011-02-19

    Make the switcher window override redirect

Sam Spilsbury <smspillaz@gmail.com>	2010-10-29

    Create the popup window just before we need to show it in order to not
    confuse the decorators

Scott Moreau <oreaus@gmail.com>	2010-09-28

    Don't require composite since opengl already does.

Sam Spilsbury <smspillaz@gmail.com>	2010-09-08

    Return input focus to last active window if switcher is cancelled

Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-25

    Load after decor plugin to prevent windows moving after plugin load

Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-15

    Track core buildsystem and compiztoolbox changes

Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-12

    Fix uninitialized value usage

Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-12

    Use configureXWindow and XConfigureWindow
    
    ::resize and XMoveResizeWindow configure the window incorrectly which results
    in weird display artifacts

Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-09

    Fix typo

Merge: 3a580d7 e060644
Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-09

    Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/plugins/staticswitcher

Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>	2010-04-29

    Use C++ bool

Sam Spilsbury <smspillaz@gmail.com>	2010-04-11

    Ensure we load after composite and opengl

Erkin Bahceci <erkinbah@gmail.com>	2009-12-25

    Paint icons at the same size.

Erkin Bahceci <erkinbah@gmail.com>	2009-12-24

    Don't use mipmap for icons.
    
    Forward port of a4fddcb9d85e75680b70b1d5ba925449ee5b94b0.

Erkin Bahceci <erkinbah@gmail.com>	2009-12-16

    Remove unnecessary check.

Erkin Bahceci <erkinbah@gmail.com>	2009-12-15

    Various minor optimizations.

Erkin Bahceci <erkinbah@gmail.com>	2009-12-14

    Fix crash when first switching after a window is minimized.
    
    In that case, the crash happened when the minimized window was
    highlighted in the switcher window.

Danny Baumann <dannybaumann@web.de>	2009-12-07

    Track core changes.

Merge: bf75dff ea63ef7
Sam Spilsbury <smspillaz@gmail.com>	2009-12-07

    Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/plugins/staticswitcher

Sam Spilsbury <smspillaz@gmail.com>	2009-12-07

    Add an option to only show icon

Erkin Bahceci <erkinbah@gmail.com>	2009-11-16

    Fix selected window appearing below others while switching.
    
    Happens only in certain cases (e.g. after showing gnome-panel tooltips).

Erkin Bahceci <erkinbah@gmail.com>	2009-10-19

    Fix crash when a minimized window closes while switching with "show minimized" on.
    
    (Forward port of c7b509e77d0dd35062a843fa2628c0a304100351).

Erkin Bahceci <erkinbah@gmail.com>	2009-08-02

    Fix sign warnings.

Erkin Bahceci <erkinbah@gmail.com>	2009-07-30

    Simplify linking.

Erkin Bahceci <erkinbah@gmail.com>	2009-07-23

    Initial C++ port.

Danny Baumann <dannybaumann@web.de>	2009-01-15

    Added option that allows selecting windows from the switcher with the
    mouse.

Danny Baumann <dannybaumann@web.de>	2008-12-02

    Support icons larger than 64x64, which is especially useful for
    minimized windows.

Danny Baumann <dannybaumann@web.de>	2008-11-10

    Update license.

Danny Baumann <dannybaumann@web.de>	2008-09-17

    Update switcher window internal state on map.

Danny Baumann <dannybaumann@web.de>	2008-09-17

    Fix potential memleak.

Danny Baumann <dannybaumann@web.de>	2008-09-15

    Set window class and name on the switcher window.

Danny Baumann <dannybaumann@web.de>	2008-09-14

    Properly fill in PPosition info.

Danny Baumann <dannybaumann@web.de>	2008-09-14

    Revert "- Properly fill in PPosition info"
    
    This reverts commit 06b54b1cbed8a2436ffe7a2248db9eb40fdfcb46.
    
    See compiz commit 7a6e30c5cba00499c2eb5540f4e65cb49b9ecf5c.

Danny Baumann <dannybaumann@web.de>	2008-09-12

    - Properly fill in PPosition info
    - Put switcher window to correct position on map.

Dennis Kasprzyk <onestone@opencompositing.org>	2008-06-18

    Track core changes

Danny Baumann <dannybaumann@web.de>	2008-06-12

    Disable line smoothing before drawing outline.

Danny Baumann <dannybaumann@web.de>	2008-06-10

    Increase damage rectangle for minimized windows a bit to cover rounding issues.

Danny Baumann <dannybaumann@web.de>	2008-06-09

    Added alignment of thumbnails to the right.

Danny Baumann <dannybaumann@web.de>	2008-06-09

    Draw highlight border using three rects in 2 different colors.

Danny Baumann <dannybaumann@web.de>	2008-06-09

    Added option for highlight rectangle mode for minimized windows.

Danny Baumann <dannybaumann@web.de>	2008-06-09

    Highlight icon geometry for minimized windows in rectangle highlight mode.

Danny Baumann <dannybaumann@web.de>	2008-06-09

    Don't show highlight rectangle for invisible windows.

Merge: 79bf8c7 1440777
Danny Baumann <dannybaumann@web.de>	2008-06-09

    Merge branch 'master' of git+ssh://maniac@git.compiz-fusion.org/git/fusion/plugins/staticswitcher

Danny Baumann <dannybaumann@web.de>	2008-06-09

    Only evaluate match for non-panel selection mode and set it to a sensible default.

Danny Baumann <dannybaumann@web.de>	2008-06-05

    Minor cleanup.

Danny Baumann <dannybaumann@web.de>	2008-06-05

    Combine bring_to_front and highlight_selected options into one option, making them mutually exclusive.

Danny Baumann <dannybaumann@web.de>	2008-06-04

    Added selected window highlight rectangle.
    Enabling this makes most sense with saturation and brightness set to 100 and bring to front disabled.

Danny Baumann <dannybaumann@web.de>	2008-05-20

    Dummy commit.

Danny Baumann <dannybaumann@web.de>	2008-05-12

    Added bindings to switch between windows of current application.

Danny Baumann <dannybaumann@web.de>	2008-05-10

    Make edge button behaviour more meaningful:
    Terminate on edge leave, advance on button press.

Danny Baumann <dannybaumann@web.de>	2008-05-10

    Load before bs.

Danny Baumann <dannybaumann@web.de>	2008-05-08

    Fixed rectangle vertices.

Danny Baumann <dannybaumann@web.de>	2008-05-08

    Disable "Bring to front" while popup is not shown.

Danny Baumann <dannybaumann@web.de>	2008-05-08

    Don't put 4 or less windows in multiple rows.

Danny Baumann <dannybaumann@web.de>	2008-05-08

    Work around missing round() function.

Danny Baumann <dannybaumann@web.de>	2008-05-08

    Put in window management category.

Danny Baumann <dannybaumann@web.de>	2008-05-08

    Load after fade.

Danny Baumann <dannybaumann@web.de>	2008-05-08

    Try to be a bit more clever when filling switcher box.

Danny Baumann <dannybaumann@web.de>	2008-05-08

    Made row alignment optional.

Danny Baumann <dannybaumann@web.de>	2008-05-08

    Fixed selection rect positing for second row.

Dennis Kasprzyk <onestone@opencompositing.org>	2008-05-07

    Fixed remaining animation issues.

Dennis Kasprzyk <onestone@opencompositing.org>	2008-05-07

    Improved selection box painting and behavior.

Danny Baumann <dannybaumann@web.de>	2008-05-07

    Don't alter paint modifiers as long as we're not showing the popup.

Danny Baumann <dannybaumann@web.de>	2008-05-07

    Cleanup.

Danny Baumann <dannybaumann@web.de>	2008-05-07

    Tweak defaults.

Danny Baumann <dannybaumann@web.de>	2008-05-07

    Removed zooming code.

Danny Baumann <dannybaumann@web.de>	2008-05-07

    Initial commit.

maniac <maniac@opencompositing.org>	2008-05-07

    Dummy commit