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

« back to all changes in this revision

Viewing changes to plugins/shelf/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-07
10
 
 
11
 
    Add VERSION file (0.9.5.0)
12
 
 
13
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-03-15
14
 
 
15
 
    Update for new core API
16
 
 
17
 
Scott Moreau <oreaus@gmail.com> 2010-09-28
18
 
 
19
 
    Don't require composite since opengl already does.
20
 
 
21
 
Sam Spilsbury <smspillaz@gmail.com>     2010-08-05
22
 
 
23
 
    Interface ::damageRect correctly, previous behaviour would damage the entire window region and not the miniaturized one
24
 
 
25
 
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-25
26
 
 
27
 
    Load after decor plugin to prevent windows moving after plugin load
28
 
 
29
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-04-29
30
 
 
31
 
    Use C++ bool
32
 
 
33
 
Sam Spilsbury <smspillaz@gmail.com>     2010-04-11
34
 
 
35
 
    Ensure loading after required plugins
36
 
 
37
 
Sam Spilsbury <smspillaz@gmail.com>     2010-01-18
38
 
 
39
 
    Remove unused variables
40
 
 
41
 
Sam Spilsbury <smspillaz@gmail.com>     2010-01-18
42
 
 
43
 
    Fix IPW configuring
44
 
 
45
 
Sam Spilsbury <smspillaz@gmail.com>     2009-12-07
46
 
 
47
 
    Fix input shaping
48
 
 
49
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2009-08-15
50
 
 
51
 
    Remove dummy
52
 
 
53
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2009-08-15
54
 
 
55
 
    Dummy commit
56
 
 
57
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2009-08-15
58
 
 
59
 
    Initial C++ port. Window Shape restore and IPW adjustment are currently broken for reasons I cannot determine.
60
 
 
61
 
Danny Baumann <dannybaumann@web.de>     2008-09-01
62
 
 
63
 
    Track core changes.
64
 
 
65
 
Danny Baumann <dannybaumann@web.de>     2008-05-20
66
 
 
67
 
    Damage fix.
68
 
 
69
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-04
70
 
 
71
 
    CMake build file.
72
 
 
73
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-03
74
 
 
75
 
    Makefile update.
76
 
 
77
 
Danny Baumann <dannybaumann@web.de>     2008-03-15
78
 
 
79
 
    ActivateWindow is now wrappable.
80
 
 
81
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
82
 
 
83
 
    Makefile update.
84
 
 
85
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
86
 
 
87
 
    Makefile update.
88
 
 
89
 
Danny Baumann <dannybaumann@web.de>     2008-03-12
90
 
 
91
 
    Makefile update
92
 
 
93
 
Danny Baumann <dannybaumann@web.de>     2008-02-13
94
 
 
95
 
    Cleanup.
96
 
 
97
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
98
 
 
99
 
    Minor cleanup.
100
 
 
101
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
102
 
 
103
 
    Implicitly obey click_to_focus policy by relaying IPW window enter events to its main window.
104
 
 
105
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
106
 
 
107
 
    Force IPW to be stacked under its main window.
108
 
    We don't need to check for the frame window, as the cost of core stacking the frame between main window and IPW is only one restack. We gain much cleaner code for that.
109
 
 
110
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
111
 
 
112
 
    Fix IPW blocking input from other windows.
113
 
    For some reason, ButtonPress events are blocked from other windows if override_redirect windows are stacked directly under those windows.
114
 
    Stacking the IPW under the window we want to block input from anyway works around this.
115
 
 
116
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
117
 
 
118
 
    We don't translate by the border side, we translate by the amount the border became smaller through scaling.
119
 
 
120
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
121
 
 
122
 
    Keep upper left corner at the same point.
123
 
 
124
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
125
 
 
126
 
    Fix damage handling.
127
 
 
128
 
Kristian Lyngstol <kristian@bohemians.org>      2008-02-12
129
 
 
130
 
    Properly damage when the shelf scale cahnges, even when going to 1.0f.
131
 
 
132
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
133
 
 
134
 
    Load after wall.
135
 
 
136
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
137
 
 
138
 
    Wrap into paint output and properly flag transformed windows.
139
 
 
140
 
Merge: 68789a5 1181800
141
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
142
 
 
143
 
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/shelf
144
 
 
145
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
146
 
 
147
 
    Abort search if we found the window to remove.
148
 
    Hopefully should fix rare crash.
149
 
 
150
 
Kristian Lyngstol <kristian@bohemians.org>      2008-02-12
151
 
 
152
 
    Add a reset binding
153
 
 
154
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
155
 
 
156
 
    Use linked list for doing window-id-for-ipw check.
157
 
    Initialize grabbedWindow.
158
 
 
159
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
160
 
 
161
 
    Raise window on click.
162
 
 
163
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
164
 
 
165
 
    Use linked list to always keep IPW stacked right above its window.
166
 
    Not currently working yet, intermediate checkin.
167
 
 
168
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
169
 
 
170
 
    Save shelfed windows in a linked list.
171
 
 
172
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
173
 
 
174
 
    Correctly save and restore window and frame input shape.
175
 
 
176
 
Danny Baumann <dannybaumann@web.de>     2008-02-12
177
 
 
178
 
    Loads of hack fixes and coding style fixes.
179
 
    - Don't use static variables when unnecessary.
180
 
    - Remove unuse variables.
181
 
    - Use Compiz coding style.
182
 
    - Added FIXMEs.
183
 
 
184
 
Danny Baumann <dannybaumann@web.de>     2008-02-08
185
 
 
186
 
    Dummy commit.
187
 
 
188
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
189
 
 
190
 
    Makefile update.
191
 
 
192
 
Kristian Lyngstol <kristian@bohemians.org>      2008-01-18
193
 
 
194
 
    Improve move correctness - still not quite there
195
 
 
196
 
Kristian Lyngstol <kristian@bohemians.org>      2008-01-18
197
 
 
198
 
    Binding to scale to a 1/2, 1/3 or a 1/6th of the screen.
199
 
 
200
 
Kristian Lyngstol <kristian@bohemians.org>      2008-01-11
201
 
 
202
 
    Rudementary window movement support
203
 
 
204
 
Kristian Lyngstol <kristian@bohemians.org>      2008-01-11
205
 
 
206
 
    Listen for windowMoveNotify events and shape "correctly"
207
 
 
208
 
Kristian Lyngstol <kristian@bohemians.org>      2008-01-01
209
 
 
210
 
    HandleEvent to pass off focus to the shelfed window.
211
 
    
212
 
    More to come for movement and similar. Cleanup needed.
213
 
 
214
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-31
215
 
 
216
 
    Add a basic input prevention window
217
 
 
218
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-24
219
 
 
220
 
    Add a minimum size for target scaling
221
 
 
222
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-24
223
 
 
224
 
    Comment update
225
 
 
226
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-23
227
 
 
228
 
    Smoother end of animation
229
 
 
230
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-23
231
 
 
232
 
    Reasonable default and max values in XML data
233
 
 
234
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-23
235
 
 
236
 
    Ignore Desktop and Dock type windows
237
 
 
238
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-23
239
 
 
240
 
    Move the setting of scale to a seperate function
241
 
 
242
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-23
243
 
 
244
 
    Proper name in xml
245
 
 
246
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-22
247
 
 
248
 
    Adjust the minimum animation step
249
 
 
250
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-22
251
 
 
252
 
    Animate the scaling
253
 
 
254
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-19
255
 
 
256
 
    Set the Window Management category
257
 
 
258
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-19
259
 
 
260
 
    Adjust by multiplying/dividng with the interval, not adding and subtracting
261
 
 
262
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-19
263
 
 
264
 
    Floating binding
265
 
 
266
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-12
267
 
 
268
 
    Shape a frame window too
269
 
    
270
 
    Fixes an issue where the frame still had input outside the visible area.
271
 
 
272
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-12
273
 
 
274
 
    Check for the pressence of the XShape extension
275
 
 
276
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-11
277
 
 
278
 
    Shape input
279
 
 
280
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-10
281
 
 
282
 
    Comments
283
 
 
284
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-10
285
 
 
286
 
    Further style cleanups
287
 
 
288
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-10
289
 
 
290
 
    Style cleanups
291
 
 
292
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-10
293
 
 
294
 
    Rename variablenames to shelf
295
 
 
296
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-09
297
 
 
298
 
    Add *Fini functions to clean up (no longer crash on unload)
299
 
 
300
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-09
301
 
 
302
 
    Rename plugin to shelf
303
 
 
304
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-09
305
 
 
306
 
    Remove unused stuff, damage hack
307
 
    
308
 
    Ideally we should not damge the screen, as FIXME says.
309
 
 
310
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-08
311
 
 
312
 
    Working scaling, just sticks the window at 0,0. Lots of work needed.
313
 
 
314
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-08
315
 
 
316
 
    Skeleton based on Maximumize
317
 
 
318
 
kristian <kristian@opencompositing.org> 2007-12-08
319
 
 
320
 
    Dummy commit