~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to plugins/grid/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
ImportĀ upstreamĀ versionĀ 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-14
2
 
 
3
 
    Bump VERSION
4
 
 
5
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-14
6
 
 
7
 
    Update NEWS for 0.9.5.0
8
 
 
9
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-13
10
 
 
11
 
    Added VERSION file
12
 
 
13
 
Scott Moreau <oreaus@gmail.com> 2011-05-26
14
 
 
15
 
    Animate indicator visuals.
16
 
 
17
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-03-14
18
 
 
19
 
    Update for new core API
20
 
 
21
 
Scott Moreau <oreaus@gmail.com> 2011-02-22
22
 
 
23
 
    Removed unused code.
24
 
 
25
 
Scott Moreau <oreaus@gmail.com> 2011-02-22
26
 
 
27
 
    Change cycling to give a more natural feel.
28
 
 
29
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-02-20
30
 
 
31
 
    Call next wrapped functions in chain. Fixes LP #716613
32
 
 
33
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-02-11
34
 
 
35
 
    Allow edge snap to be used on the edges of each individual output
36
 
    rather than on the edges of each screen as a whole
37
 
 
38
 
Scott Moreau <oreaus@gmail.com> 2010-09-28
39
 
 
40
 
    Don't require composite since opengl already does.
41
 
 
42
 
Merge: ac8d52b ca91d73
43
 
Scott Moreau <oreaus@gmail.com> 2010-07-01
44
 
 
45
 
    Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/plugins/grid
46
 
 
47
 
Scott Moreau <oreaus@gmail.com> 2010-07-01
48
 
 
49
 
    Add NULL check to prevent potential crash.
50
 
 
51
 
Merge: 7ea8483 d18577d
52
 
Sam Spilsbury <smspillaz@gmail.com>     2010-07-02
53
 
 
54
 
    Merge branch 'master' of git+ssh://git.opencompositing.org/git/compiz/plugins/grid
55
 
    
56
 
    Conflicts:
57
 
src/grid.cpp           
58
 
 
59
 
Sam Spilsbury <smspillaz@gmail.com>     2010-07-01
60
 
 
61
 
    Cleanup
62
 
 
63
 
Scott Moreau <oreaus@gmail.com> 2010-06-22
64
 
 
65
 
    Add restore window keybinding.
66
 
 
67
 
Scott Moreau <oreaus@gmail.com> 2010-06-22
68
 
 
69
 
    Minor cleanup.
70
 
 
71
 
Scott Moreau <oreaus@gmail.com> 2010-06-22
72
 
 
73
 
    Better center check handling.
74
 
 
75
 
Scott Moreau <oreaus@gmail.com> 2010-06-21
76
 
 
77
 
    Center windows with maximum width less than desired width.
78
 
 
79
 
Scott Moreau <oreaus@gmail.com> 2010-06-21
80
 
 
81
 
    Fix warning.
82
 
 
83
 
Scott Moreau <oreaus@gmail.com> 2010-06-02
84
 
 
85
 
    Store resizeCount for each window.
86
 
 
87
 
Scott Moreau <oreaus@gmail.com> 2010-06-02
88
 
 
89
 
    Center window if its minimum width is greater than desired width, which causes buggy behavior with middle keys.
90
 
 
91
 
Scott Moreau <oreaus@gmail.com> 2010-06-02
92
 
 
93
 
    Minor cleanup.
94
 
 
95
 
Scott Moreau <oreaus@gmail.com> 2010-05-31
96
 
 
97
 
    Store original size on grab.
98
 
 
99
 
Scott Moreau <oreaus@gmail.com> 2010-05-31
100
 
 
101
 
    Properly store original window sizes.
102
 
 
103
 
Scott Moreau <oreaus@gmail.com> 2010-05-30
104
 
 
105
 
    Remove unused variable.
106
 
 
107
 
Scott Moreau <oreaus@gmail.com> 2010-05-30
108
 
 
109
 
    More concise placement.
110
 
 
111
 
Scott Moreau <oreaus@gmail.com> 2010-05-30
112
 
 
113
 
    Iterate through resizes instead of rely on window size checking. This is so walking through sizes doesn't get
114
 
    stuck with windows that have a minimum size larger than our smallest.
115
 
 
116
 
Scott Moreau <oreaus@gmail.com> 2010-05-30
117
 
 
118
 
    Save original window size when using key bindings so snap back works correctly.
119
 
 
120
 
Scott Moreau <oreaus@gmail.com> 2010-05-30
121
 
 
122
 
    Up number of resize states to 5.
123
 
 
124
 
Scott Moreau <oreaus@gmail.com> 2010-05-30
125
 
 
126
 
    Implement tristate for middle grid as well.
127
 
 
128
 
Scott Moreau <oreaus@gmail.com> 2010-05-30
129
 
 
130
 
    Add GRID_WINDOW macro.
131
 
 
132
 
Scott Moreau <oreaus@gmail.com> 2010-05-30
133
 
 
134
 
    Whitespace fixes.
135
 
 
136
 
Scott Moreau <oreaus@gmail.com> 2010-05-30
137
 
 
138
 
    Fix porting typo.
139
 
 
140
 
Scott Moreau <oreaus@gmail.com> 2010-05-29
141
 
 
142
 
    Don't snap back after we've already snapped back.
143
 
 
144
 
Scott Moreau <oreaus@gmail.com> 2010-05-29
145
 
 
146
 
    Fix typo.
147
 
 
148
 
Scott Moreau <oreaus@gmail.com> 2010-05-29
149
 
 
150
 
    Clean up.
151
 
 
152
 
Scott Moreau <oreaus@gmail.com> 2010-05-29
153
 
 
154
 
    Add padding so windows are restored without border being off-screen.
155
 
 
156
 
Scott Moreau <oreaus@gmail.com> 2010-05-29
157
 
 
158
 
    Keep track of our maximized state so we don't try to snap back windows that were maximized by grid but have been
159
 
    restored by some other method already.
160
 
 
161
 
Scott Moreau <oreaus@gmail.com> 2010-05-29
162
 
 
163
 
    Adjust window to pointer instead of trying to move the pointer.
164
 
 
165
 
Scott Moreau <oreaus@gmail.com> 2010-05-29
166
 
 
167
 
    Remove unused variables.
168
 
 
169
 
Scott Moreau <oreaus@gmail.com> 2010-05-25
170
 
 
171
 
    Load before wobbly.
172
 
 
173
 
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-25
174
 
 
175
 
    Load after decor plugin to prevent windows moving after plugin load
176
 
 
177
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-05-07
178
 
 
179
 
    Use proper CamelCaps and fix incorrect memory usage
180
 
 
181
 
Sam <smspillaz@gmail.com>       2010-04-05
182
 
 
183
 
    Fix warning
184
 
 
185
 
Scott Moreau <oreaus@gmail.com> 2010-02-11
186
 
 
187
 
    Snap windows to original size when dragging away from gridded position.
188
 
 
189
 
Merge: 8613334 866ca3f
190
 
Sam Spilsbury <smspillaz@gmail.com>     2010-02-05
191
 
 
192
 
    Merge branch 'master' of git+ssh://smspillaz@git.compiz.org/git/compiz/plugins/grid
193
 
 
194
 
Sam Spilsbury <smspillaz@gmail.com>     2010-02-05
195
 
 
196
 
    Fix warnings
197
 
 
198
 
Sam Spilsbury <smspillaz@gmail.com>     2010-02-03
199
 
 
200
 
    Fix possible segfault on 64 bit arch when passing 0 to va_list and retrieving it as a pointer
201
 
 
202
 
Scott Moreau <oreaus@gmail.com> 2010-01-25
203
 
 
204
 
    Don't draw visual indicator for edges without a resize action set.
205
 
 
206
 
Scott Moreau <oreaus@gmail.com> 2010-01-14
207
 
 
208
 
    Remove unused variable.
209
 
 
210
 
Scott Moreau <oreaus@gmail.com> 2010-01-11
211
 
 
212
 
    Fix visual indicator for maximize when window is already maximized.
213
 
 
214
 
Scott Moreau <oreaus@gmail.com> 2010-01-07
215
 
 
216
 
    Properly detect workarea. This fixes window resizing when using screens of different sizes.
217
 
 
218
 
Scott Moreau <oreaus@gmail.com> 2010-01-07
219
 
 
220
 
    Enable visual indicator by default.
221
 
 
222
 
Scott Moreau <oreaus@gmail.com> 2010-01-07
223
 
 
224
 
    Add snappoff maximized windows option.
225
 
 
226
 
Scott Moreau <oreaus@gmail.com> 2010-01-07
227
 
 
228
 
    Detect when cursor crosses into another output.
229
 
 
230
 
Scott Moreau <oreaus@gmail.com> 2010-01-07
231
 
 
232
 
    Simplify code.
233
 
 
234
 
Scott Moreau <oreaus@gmail.com> 2010-01-07
235
 
 
236
 
    Maximize to correct output.
237
 
 
238
 
Scott Moreau <oreaus@gmail.com> 2010-01-07
239
 
 
240
 
    Depend on composite and opengl.
241
 
 
242
 
Scott Moreau <oreaus@gmail.com> 2009-12-23
243
 
 
244
 
    Address maximize visual.
245
 
 
246
 
Merge: 2cb7562 74fc94e
247
 
Sam Spilsbury <smspillaz@gmail.com>     2009-12-20
248
 
 
249
 
    Merge branch 'master' of git+ssh://smspillaz@git.compiz.org/git/compiz/plugins/grid
250
 
 
251
 
Sam Spilsbury <smspillaz@gmail.com>     2009-12-20
252
 
 
253
 
    Apply patch by Scott Moreau to fix build
254
 
 
255
 
Danny Baumann <dannybaumann@web.de>     2009-12-18
256
 
 
257
 
    Minor cleanup.
258
 
 
259
 
Scott Moreau <oreaus@gmail.com> 2009-12-18
260
 
 
261
 
    Fix damage regions.
262
 
 
263
 
Danny Baumann <dannybaumann@web.de>     2009-12-17
264
 
 
265
 
    Another minor whitespace cleanup.
266
 
 
267
 
Danny Baumann <dannybaumann@web.de>     2009-12-17
268
 
 
269
 
    Minor whitespace cleanup.
270
 
 
271
 
Scott Moreau <oreaus@gmail.com> 2009-12-17
272
 
 
273
 
    Whitespace fixes.
274
 
 
275
 
Scott Moreau <oreaus@gmail.com> 2009-12-17
276
 
 
277
 
    Add visual resize indicator.
278
 
 
279
 
Danny Baumann <dannybaumann@web.de>     2009-12-11
280
 
 
281
 
    Remove unneded macros.
282
 
 
283
 
Danny Baumann <dannybaumann@web.de>     2009-12-11
284
 
 
285
 
    Build fix.
286
 
 
287
 
Danny Baumann <dannybaumann@web.de>     2009-12-11
288
 
 
289
 
    Fixup whitespace and indention.
290
 
 
291
 
Scott Moreau <oreaus@gmail.com> 2009-12-11
292
 
 
293
 
    Add edge support.
294
 
 
295
 
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-03-16
296
 
 
297
 
    Track core changes.
298
 
 
299
 
Erkin Bahceci <erkinbah@gmail.com>      2009-03-14
300
 
 
301
 
    Track core changes.
302
 
 
303
 
Danny Baumann <dannybaumann@web.de>     2009-03-11
304
 
 
305
 
    Use CompRect.
306
 
 
307
 
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-02-27
308
 
 
309
 
    Removing grid.c
310
 
 
311
 
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-02-27
312
 
 
313
 
    Compiz++ initial port
314
 
 
315
 
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-02-27
316
 
 
317
 
    Dummy commit
318
 
 
319
 
Danny Baumann <dannybaumann@web.de>     2009-02-03
320
 
 
321
 
    Indent properly.
322
 
 
323
 
Danny Baumann <dannybaumann@web.de>     2008-11-26
324
 
 
325
 
    Conform to compiz coding style.
326
 
 
327
 
Stephen Kennedy <stephen@tanto.(none)>  2008-11-21
328
 
 
329
 
    Move decls to beginning of block
330
 
 
331
 
Stephen Kennedy <stephen@tanto.(none)>  2008-11-21
332
 
 
333
 
    Updated formatting.
334
 
 
335
 
Stephen Kennedy <stephen@tanto.(none)>  2008-11-05
336
 
 
337
 
    Fixed bug which sometimes left a gap at the bottom of the screen.
338
 
    Made the code much more readable.
339
 
    Removed C++ comments.
340
 
    Made more compliant with compiz coding standards.
341
 
 
342
 
Stephen Kennedy <stephen@tanto.(none)>  2008-10-06
343
 
 
344
 
    Update comments
345
 
 
346
 
Stephen Kennedy <stephen@tanto.(none)>  2008-10-06
347
 
 
348
 
    Add support for resizing windows to the middle third with keys (2,5,8)
349
 
 
350
 
Stephen Kennedy <stephen@tanto.(none)>  2008-09-25
351
 
 
352
 
    Add multihead support.
353
 
 
354
 
Stephen Kennedy <stephen@tanto.(none)>  2008-09-03
355
 
 
356
 
    Remove dummy file
357
 
 
358
 
Stephen Kennedy <stephen@tanto.(none)>  2008-07-16
359
 
 
360
 
    Unset maximize state when moving.
361
 
 
362
 
Stephen Kennedy <stephen@tanto.(none)>  2008-06-28
363
 
 
364
 
    Update TODO comments
365
 
 
366
 
Stephen Kennedy <stephen@tanto.(none)>  2008-06-28
367
 
 
368
 
    Initial commit.
369
 
 
370
 
stevek <stevek@opencompositing.org>     2008-06-28
371
 
 
372
 
    Dummy commit