~vanvugt/compiz-plugins-main/fix-915236

« back to all changes in this revision

Viewing changes to thumbnail/ChangeLog

  • Committer: Sam Spilsbury
  • Date: 2011-08-12 06:41:38 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110812064138-sg45sswip9zgk0og
Sync in changes from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-07
 
2
 
 
3
    Add VERSION file (0.9.5.0)
 
4
 
 
5
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-03-15
 
6
 
 
7
    Update for new core API
 
8
 
 
9
Sam Spilsbury <smspillaz@gmail.com>     2010-10-27
 
10
 
 
11
    Only enable resizeNotify when we need it
 
12
 
 
13
Sam Spilsbury <smspillaz@gmail.com>     2010-10-27
 
14
 
 
15
    s/resize/resizeNotify/
 
16
 
 
17
Sam Spilsbury <smspillaz@gmail.com>     2010-10-27
 
18
 
 
19
    Only use window paint functions where we need them
 
20
 
 
21
Sam Spilsbury <smspillaz@gmail.com>     2010-10-27
 
22
 
 
23
    Only call glPaintOutput when needed
 
24
 
 
25
Sam Spilsbury <smspillaz@gmail.com>     2010-10-27
 
26
 
 
27
    1) Add copyright notices
 
28
    2) Fix warning
 
29
    3) Only  do preparePaint/donePaint when needed
 
30
 
 
31
Sam Spilsbury <smspillaz@gmail.com>     2010-10-27
 
32
 
 
33
    Hook window functions correctly
 
34
 
 
35
Sam Spilsbury <smspillaz@gmail.com>     2010-10-23
 
36
 
 
37
    Cleanup (static analysis)
 
38
 
 
39
Merge: 55111c0 a135c42
 
40
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-25
 
41
 
 
42
    Merge branch 'master' of ssh://anongit.compiz.org/git/compiz/plugins/thumbnail
 
43
 
 
44
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-24
 
45
 
 
46
    Load after decor plugin to prevent windows moving after plugin load
 
47
 
 
48
Danny Baumann <dannybaumann@web.de>     2010-05-01
 
49
 
 
50
    Avoid useless cast.
 
51
 
 
52
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-05-01
 
53
 
 
54
    Use CompRect for output geometry
 
55
 
 
56
Merge: 8d624d4 6798a4e
 
57
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-04-29
 
58
 
 
59
    Merge branch 'master' of ssh://anongit.compiz.org/git/compiz/plugins/thumbnail
 
60
 
 
61
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-04-29
 
62
 
 
63
    Use C++ bool
 
64
 
 
65
Sam Spilsbury <smspillaz@gmail.com>     2010-04-11
 
66
 
 
67
    Ensure that we load after composite and opengl
 
68
 
 
69
Merge: 284606b a308b30
 
70
Sam Spilsbury <smspillaz@gmail.com>     2010-02-05
 
71
 
 
72
    Merge branch 'compiz++' of ../thumbnail into compiz++
 
73
 
 
74
Sam Spilsbury <smspillaz@gmail.com>     2010-02-05
 
75
 
 
76
    Fix warnings
 
77
 
 
78
Erkin Bahceci <erkinbah@gmail.com>      2009-09-02
 
79
 
 
80
    Fix possible crash on window closing.
 
81
 
 
82
Erkin Bahceci <erkinbah@gmail.com>      2009-08-27
 
83
 
 
84
    Fix uninitialized variables.
 
85
 
 
86
Erkin Bahceci <erkinbah@gmail.com>      2009-08-08
 
87
 
 
88
    Fix damage and painting issues.
 
89
 
 
90
Erkin Bahceci <erkinbah@gmail.com>      2009-08-08
 
91
 
 
92
    Require opengl plugin.
 
93
 
 
94
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2009-08-01
 
95
 
 
96
    Remove dummy
 
97
 
 
98
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2009-08-01
 
99
 
 
100
    dummy commit
 
101
 
 
102
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2009-08-01
 
103
 
 
104
    Initial c++ port, although thumbnail texture painting and damage is semi-broken
 
105
 
 
106
Danny Baumann <dannybaumann@web.de>     2009-01-15
 
107
 
 
108
    Fix double free.
 
109
 
 
110
Danny Baumann <dannybaumann@web.de>     2009-01-11
 
111
 
 
112
    Adapt for text plugin interface changes.
 
113
 
 
114
Danny Baumann <dannybaumann@web.de>     2008-11-26
 
115
 
 
116
    Speed up window-on-viewport determination.
 
117
 
 
118
Danny Baumann <dannybaumann@web.de>     2008-11-18
 
119
 
 
120
    Show thumbnails for all windows that set the dock hint (also for below state ones).
 
121
 
 
122
Danny Baumann <dannybaumann@web.de>     2008-09-15
 
123
 
 
124
    Fix constant damage of thumbnail while it is shown.
 
125
 
 
126
Danny Baumann <dannybaumann@web.de>     2008-09-14
 
127
 
 
128
    Prevent excessive damage.
 
129
 
 
130
Danny Baumann <dannybaumann@web.de>     2008-09-14
 
131
 
 
132
    Damage old thumb properly when making it invisible.
 
133
 
 
134
Danny Baumann <dannybaumann@web.de>     2008-09-14
 
135
 
 
136
    Optimization.
 
137
 
 
138
Danny Baumann <dannybaumann@web.de>     2008-09-01
 
139
 
 
140
    Track core changes.
 
141
 
 
142
Dennis Kasprzyk <onestone@opencompositing.org>  2008-06-18
 
143
 
 
144
    Don't crash if ts->dock is not set.
 
145
 
 
146
Dennis Kasprzyk <onestone@opencompositing.org>  2008-06-18
 
147
 
 
148
    Track core changes
 
149
 
 
150
Dennis Kasprzyk <onestone@opencompositing.org>  2008-06-18
 
151
 
 
152
    Reset thumbnail correctly if mouse leaves thumbnail area.
 
153
 
 
154
Dennis Kasprzyk <onestone@opencompositing.org>  2008-06-18
 
155
 
 
156
    Use mousepoll and only update mouse position if mouse is above a desktop window.
 
157
 
 
158
Danny Baumann <dannybaumann@web.de>     2008-06-09
 
159
 
 
160
    Use icon geometry stored in CompWindow struct.
 
161
 
 
162
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-04
 
163
 
 
164
    CMake build file.
 
165
 
 
166
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-03
 
167
 
 
168
    Makefile update.
 
169
 
 
170
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
 
171
 
 
172
    Makefile update.
 
173
 
 
174
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
 
175
 
 
176
    Makefile update.
 
177
 
 
178
Danny Baumann <dannybaumann@web.de>     2008-03-12
 
179
 
 
180
    Makefile update
 
181
 
 
182
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
 
183
 
 
184
    Check for header changes
 
185
 
 
186
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
 
187
 
 
188
    Makefile update.
 
189
 
 
190
Danny Baumann <dannybaumann@web.de>     2007-09-17
 
191
 
 
192
    Don't include unneeded headers.
 
193
 
 
194
Roland Baer <roland@Vista.(none)>       2007-09-10
 
195
 
 
196
    Too late null check fix
 
197
 
 
198
Danny Baumann <dannybaumann@web.de>     2007-09-07
 
199
 
 
200
    Track core changes.
 
201
 
 
202
Danny Baumann <dannybaumann@web.de>     2007-09-02
 
203
 
 
204
    Cleanup and beautification.
 
205
 
 
206
Danny Baumann <dannybaumann@web.de>     2007-09-02
 
207
 
 
208
    Track text plugin changes and check for its presence.
 
209
 
 
210
Danny Baumann <dannybaumann@web.de>     2007-08-31
 
211
 
 
212
    Use correct header file.
 
213
 
 
214
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-30
 
215
 
 
216
    Track core changes.
 
217
 
 
218
Roland Baer <roland@Vista.(none)>       2007-08-16
 
219
 
 
220
    [PATCH] XCreateRegion can return NULL
 
221
 
 
222
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-06
 
223
 
 
224
    Makefile update.
 
225
 
 
226
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-19
 
227
 
 
228
    Reset old thumbnails correctly.
 
229
 
 
230
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-19
 
231
 
 
232
    Don't update window title when it's disabled.
 
233
 
 
234
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-19
 
235
 
 
236
    Disable texture cooridinate array before painting directly.
 
237
 
 
238
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-16
 
239
 
 
240
    Remove obsolete deps/features from vtable
 
241
 
 
242
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-05
 
243
 
 
244
    Compiz indent style.
 
245
 
 
246
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-03
 
247
 
 
248
    Makefile update.
 
249
 
 
250
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-01
 
251
 
 
252
    Makefile update.
 
253
 
 
254
Danny Baumann <dannybaumann@web.de>     2007-06-30
 
255
 
 
256
    xml -> xml.in
 
257
 
 
258
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-28
 
259
 
 
260
    Makefile update.
 
261
 
 
262
Erkin Bahceci <erkinbah@gmail.com>      2007-06-26
 
263
 
 
264
    Scale z by 1 instead of 0.
 
265
 
 
266
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
267
 
 
268
    Makefile update.
 
269
 
 
270
Danny Baumann <dannybaumann@web.de>     2007-06-11
 
271
 
 
272
    Use text plugin package.
 
273
 
 
274
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
275
 
 
276
    Updated Makefile
 
277
 
 
278
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
279
 
 
280
    Updated Makefile
 
281
 
 
282
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-01
 
283
 
 
284
    Applied lastest core changes
 
285
 
 
286
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-21
 
287
 
 
288
    Makefile update
 
289
 
 
290
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-17
 
291
 
 
292
    initial commit
 
293
 
 
294
compiz <compiz@de35.org>        2007-05-17
 
295
 
 
296
    Dummy commit