~compiz-team/compiz-grid-plugin/compiz-grid-plugin-oneiric.fix_862260

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Sam Spilsbury
  • Date: 2011-07-13 22:01:19 UTC
  • Revision ID: git-v1:1970f73c8db023d4fcbe64bd3ba293da4e1008bd
Tags: compiz-0.9.5.0
Update NEWS for 0.9.5.0

Show diffs side-by-side

added added

removed removed

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