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

« back to all changes in this revision

Viewing changes to put/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-14
 
6
 
 
7
    Update for new core API
 
8
 
 
9
Sam Spilsbury <sam.spilsbury@canonical.com>     2010-11-27
 
10
 
 
11
    Hook up put_put with the right action callback
 
12
 
 
13
Jay Catherwood <jay.catherwood@gmail.com>       2010-10-30
 
14
 
 
15
    Activate remaining keybindings
 
16
    
 
17
    This should fix "Restore Position", "Put Pointer",
 
18
    "Put To Next Output", and "Put To Adjacent Viewport"
 
19
 
 
20
Scott Moreau <oreaus@gmail.com> 2010-09-28
 
21
 
 
22
    Don't require composite since opengl already does.
 
23
 
 
24
Jay Catherwood <jay.catherwood@gmail.com>       2010-06-11
 
25
 
 
26
    [PATCH]: fix put to viewport
 
27
 
 
28
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-25
 
29
 
 
30
    Fix typo which caused offset put bottom
 
31
 
 
32
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-25
 
33
 
 
34
    Load after decor plugin to prevent windows moving after plugin load
 
35
 
 
36
Merge: f8c4369 786a70b
 
37
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-04-29
 
38
 
 
39
    Merge branch 'master' of git+ssh://smspillaz@git.compiz.org/git/compiz/plugins/put
 
40
 
 
41
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-04-29
 
42
 
 
43
    Use C++ bool
 
44
 
 
45
Sam Spilsbury <smspillaz@gmail.com>     2010-04-11
 
46
 
 
47
    Ensure that we load after composite and opengl
 
48
 
 
49
Sam Spilsbury <smspillaz@gmail.com>     2010-02-03
 
50
 
 
51
    Border macros should replace all instances of input dimention checking
 
52
 
 
53
Sam Spilsbury <smspillaz@gmail.com>     2010-02-03
 
54
 
 
55
    Handle windows that have server border set properly.
 
56
    
 
57
dc097d85952f82b101ea897d33958582db2fa010 to master        Forward port of    
 
58
 
 
59
Sam Spilsbury <smspillaz@gmail.com>     2010-02-03
 
60
 
 
61
    Fix possible segfault on 64 bit arch
 
62
 
 
63
Danny Baumann <dannybaumann@web.de>     2009-03-20
 
64
 
 
65
    Use inputRect.
 
66
 
 
67
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-03-16
 
68
 
 
69
    Track core changes.
 
70
 
 
71
Erkin Bahceci <erkinbah@gmail.com>      2009-03-14
 
72
 
 
73
    Track core changes.
 
74
 
 
75
Danny Baumann <dannybaumann@web.de>     2009-03-11
 
76
 
 
77
    Track core changes, use CompRect, improve coding style.
 
78
 
 
79
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-02-25
 
80
 
 
81
    composite plugin requirement added
 
82
 
 
83
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-02-25
 
84
 
 
85
    Indent properly
 
86
 
 
87
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-02-19
 
88
 
 
89
    Removing useless include and debug message
 
90
 
 
91
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-02-19
 
92
 
 
93
    Removing some xml default values
 
94
 
 
95
Eduardo Gurgel Pinho <eduardo@mad4.Chagas>      2009-02-16
 
96
 
 
97
    Compiz++ port.
 
98
 
 
99
Eduardo Gurgel Pinho <eduardo@mad4.Chagas>      2009-02-16
 
100
 
 
101
    Compiz++ port
 
102
 
 
103
Danny Baumann <dannybaumann@web.de>     2008-12-28
 
104
 
 
105
    Always respect move action.
 
106
 
 
107
Danny Baumann <dannybaumann@web.de>     2008-12-28
 
108
 
 
109
    Don't constrain fullscreen windows to work area.
 
110
 
 
111
Danny Baumann <dannybaumann@web.de>     2008-12-28
 
112
 
 
113
    Correctly reflect output during animation.
 
114
 
 
115
Danny Baumann <dannybaumann@web.de>     2008-12-28
 
116
 
 
117
    Only retain focus for focussed window.
 
118
 
 
119
Danny Baumann <dannybaumann@web.de>     2008-12-28
 
120
 
 
121
    Use moveWindow / syncWindowPosition again.
 
122
    When not doing so, we'd have to deal with X protocol asynchronities.
 
123
 
 
124
Danny Baumann <dannybaumann@web.de>     2008-12-28
 
125
 
 
126
    Add functionality for putting a window to the next output.
 
127
 
 
128
Danny Baumann <dannybaumann@web.de>     2008-12-28
 
129
 
 
130
    Factor out window movement ending into separate function and only update
 
131
    window attributes if needed.
 
132
 
 
133
Danny Baumann <dannybaumann@web.de>     2008-12-28
 
134
 
 
135
    Fix typo.
 
136
 
 
137
Danny Baumann <dannybaumann@web.de>     2008-12-28
 
138
 
 
139
    Whitespace fix.
 
140
 
 
141
Danny Baumann <dannybaumann@web.de>     2008-12-28
 
142
 
 
143
    Factor out movement code into separate function and clean up option
 
144
    naming for consistency ("viewport" instead of "face" and "output" instead of "head").
 
145
 
 
146
Danny Baumann <dannybaumann@web.de>     2008-12-02
 
147
 
 
148
    Never move windows without move action and don't keep screen grab around
 
149
    when bailing out.
 
150
 
 
151
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-04
 
152
 
 
153
    CMake build file.
 
154
 
 
155
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-03
 
156
 
 
157
    Makefile update.
 
158
 
 
159
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
 
160
 
 
161
    Makefile update.
 
162
 
 
163
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
 
164
 
 
165
    Makefile update.
 
166
 
 
167
Danny Baumann <dannybaumann@web.de>     2008-03-12
 
168
 
 
169
    Makefile update
 
170
 
 
171
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
172
 
 
173
    Account for translation.
 
174
 
 
175
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
176
 
 
177
    Don't apply "Avoid offscreen" to full viewport movements.
 
178
 
 
179
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
180
 
 
181
    Coding style fix.
 
182
 
 
183
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
184
 
 
185
    Use internal animation geometry instead of server geometry for head determination while the animation is running.
 
186
 
 
187
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
188
 
 
189
    Fix typo.
 
190
 
 
191
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
192
 
 
193
    Build fix.
 
194
 
 
195
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
196
 
 
197
    Add relative movement mode.
 
198
 
 
199
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
200
 
 
201
    Rename exact to absolute.
 
202
 
 
203
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
204
 
 
205
    Use case-insensitive matching.
 
206
 
 
207
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
208
 
 
209
    Use putToViewport, which validates the face parameter.
 
210
 
 
211
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
212
 
 
213
    Replace "Put exact" option by a versatile "Put" option which can take a string that gives the type of put.
 
214
 
 
215
Danny Baumann <dannybaumann@web.de>     2008-02-11
 
216
 
 
217
    Save a lot of duplicated code by not transferring the put type via the option structure.
 
218
 
 
219
Danny Baumann <dannybaumann@web.de>     2008-02-10
 
220
 
 
221
    Use window's head instead of current head.
 
222
 
 
223
Danny Baumann <dannybaumann@web.de>     2008-02-10
 
224
 
 
225
    Prevent moved window losing focus if click-to-focus is disabled and the pointer leaves the window during animation.
 
226
 
 
227
Danny Baumann <dannybaumann@web.de>     2008-02-10
 
228
 
 
229
    Update window attributes after moving so that maximized windows do not get weird sizes.
 
230
 
 
231
Danny Baumann <dannybaumann@web.de>     2008-02-10
 
232
 
 
233
    Use screen work area for put-to-corner if user double-tapped the corresponding key.
 
234
 
 
235
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
 
236
 
 
237
    Makefile update.
 
238
 
 
239
Danny Baumann <dannybaumann@web.de>     2007-10-29
 
240
 
 
241
    Track core changes.
 
242
 
 
243
Danny Baumann <dannybaumann@web.de>     2007-09-07
 
244
 
 
245
    Track core changes.
 
246
 
 
247
Danny Baumann <dannybaumann@web.de>     2007-08-30
 
248
 
 
249
    Track core changes.
 
250
 
 
251
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-20
 
252
 
 
253
    New action system
 
254
 
 
255
Roland Baer <roland@Vista.(none)>       2007-08-16
 
256
 
 
257
    [PATCH] Sanity check on return value of XQueryPointer()
 
258
 
 
259
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-06
 
260
 
 
261
    Makefile update.
 
262
 
 
263
Danny Baumann <dannybaumann@web.de>     2007-08-05
 
264
 
 
265
    Do moving animation by translating the painting.
 
266
    Cleanups.
 
267
 
 
268
Sam Spilsbury <mailto:SmSpillaz@gmail.com>      2007-08-05
 
269
 
 
270
    Fix some copy'n'paste mistakes in descriptions.
 
271
    Allow button bindings for put-to-screen-corner bindings.
 
272
 
 
273
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-16
 
274
 
 
275
    Remove obsolete deps/features from vtable
 
276
 
 
277
Danny Baumann <dannybaumann@web.de>     2007-07-06
 
278
 
 
279
    Compiz indention style.
 
280
 
 
281
Danny Baumann <dannybaumann@web.de>     2007-07-06
 
282
 
 
283
    Indention fixes.
 
284
 
 
285
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-03
 
286
 
 
287
    Makefile update.
 
288
 
 
289
Erkin Bahceci <erkinbah@gmail.com>      2007-07-02
 
290
 
 
291
    Fix the 1 pixel jump just before reaching target.
 
292
 
 
293
Pierpaolo Follia <pfollia@gmail.com>    2007-07-02
 
294
 
 
295
    Make put respect target position.
 
296
 
 
297
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-01
 
298
 
 
299
    Makefile update.
 
300
 
 
301
Danny Baumann <dannybaumann@web.de>     2007-06-30
 
302
 
 
303
    xml -> xml.in
 
304
 
 
305
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-28
 
306
 
 
307
    Makefile update.
 
308
 
 
309
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
310
 
 
311
    Makefile update.
 
312
 
 
313
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
314
 
 
315
    Updated Makefile
 
316
 
 
317
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-01
 
318
 
 
319
    Applied lastest core changes
 
320
 
 
321
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-21
 
322
 
 
323
    Makefile update
 
324
 
 
325
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-17
 
326
 
 
327
    initial commit
 
328
 
 
329
compiz <compiz@de35.org>        2007-05-17
 
330
 
 
331
    Dummy commit