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

« back to all changes in this revision

Viewing changes to plugins/maximumize/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
 
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-13
18
 
 
19
 
    s/decoration/decor/ and ensure loading after composite and opengl so as not to freak them out
20
 
 
21
 
Danny Baumann <dannybaumann@web.de>     2009-03-20
22
 
 
23
 
    Track more core changes.
24
 
 
25
 
Danny Baumann <dannybaumann@web.de>     2009-03-20
26
 
 
27
 
    Use inputRect.
28
 
 
29
 
Danny Baumann <dannybaumann@web.de>     2009-03-20
30
 
 
31
 
    Track core changes.
32
 
 
33
 
Danny Baumann <dannybaumann@web.de>     2009-03-17
34
 
 
35
 
    Fix CMake file.
36
 
 
37
 
Danny Baumann <dannybaumann@web.de>     2009-03-10
38
 
 
39
 
    Minor cleanup.
40
 
 
41
 
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-03-09
42
 
 
43
 
    Track core changes
44
 
 
45
 
Eduardo Gurgel Pinho <eduardo@mad4.Chagas>      2009-03-01
46
 
 
47
 
    Revert "Inline functions must be defined into a header file."
48
 
    
49
 
    This reverts commit f9874a5adf40718c0a0a01abf4c03edfc3fbe358.
50
 
 
51
 
Eduardo Gurgel Pinho <eduardo@mad4.Chagas>      2009-03-01
52
 
 
53
 
    Inline functions must be defined into a header file.
54
 
 
55
 
Danny Baumann <dannybaumann@web.de>     2009-02-28
56
 
 
57
 
    Improve C++ object usage and coding style.
58
 
 
59
 
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-02-28
60
 
 
61
 
    Region replaced by CompRegion and XRectangle replaced by CompRect
62
 
 
63
 
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-02-28
64
 
 
65
 
    Indention fix
66
 
 
67
 
Eduardo Gurgel Pinho <eduardo@mad4.(none)>      2009-02-15
68
 
 
69
 
    Compiz++ port
70
 
 
71
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-22
72
 
 
73
 
    Allow shrinking during maximumize - Easier to fit to weird places :)
74
 
 
75
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-22
76
 
 
77
 
    Reduce code duplication
78
 
 
79
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-19
80
 
 
81
 
    ... Remove box-shrinking. Auto-minimumize on maximumize takes care of this.
82
 
 
83
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-19
84
 
 
85
 
    Cleanups - Split out box-shrinking.
86
 
 
87
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-19
88
 
 
89
 
    Split out unmaximize
90
 
 
91
 
Eduardo Gurgel Pinho <eduardo@mad4.Chagas>      2008-11-18
92
 
 
93
 
    Minimumize implementation complete. Key triggers added
94
 
 
95
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-19
96
 
 
97
 
    Adjust the metadata language and reset-defaults
98
 
 
99
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-18
100
 
 
101
 
    Implement minimumize
102
 
    
103
 
    Still no bindings for it, and this should be more configurable. Right now,
104
 
    the plugin will minimumize before it maximumizes. In other words: Better
105
 
    handeling of overlapping windows.
106
 
 
107
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-18
108
 
 
109
 
    Further split up the maximumize algorithm
110
 
    
111
 
    Increases readability and code duplication.
112
 
 
113
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-18
114
 
 
115
 
    Split and clean the core algorithm
116
 
 
117
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-18
118
 
 
119
 
    Don't grab the screen, just check if someone else has a grab
120
 
 
121
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-18
122
 
 
123
 
    Style cleanups
124
 
 
125
 
Kristian Lyngstol <kristian@linpro.no>  2008-11-18
126
 
 
127
 
    Introduce MaxSet - Contains left/right/up/down
128
 
 
129
 
Eduardo Gurgel Pinho <edgurgel@gmail.com>       2008-11-17
130
 
 
131
 
    Massive import from maximumizeplus
132
 
    
133
 
    - Push and check screengrabs to avoid collisions with, say, put.
134
 
    - Enable directional maximumize.
135
 
 
136
 
Thomas Jaeger <thjaeger@gmail.com>      2008-08-12
137
 
 
138
 
    Remove bad union - fixes overlapping
139
 
 
140
 
Kristian Lyngstol <kristian@yoda.lyngstol.net>  2008-05-20
141
 
 
142
 
    Ignore Docks except the struts
143
 
 
144
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-04
145
 
 
146
 
    CMake build file.
147
 
 
148
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-03
149
 
 
150
 
    Makefile update.
151
 
 
152
 
Thomas Jaeger <thjaeger@gmail.com>      2008-03-28
153
 
 
154
 
    Add option to ignore windows overlapping too much.
155
 
 
156
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
157
 
 
158
 
    Makefile update.
159
 
 
160
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
161
 
 
162
 
    Makefile update.
163
 
 
164
 
Danny Baumann <dannybaumann@web.de>     2008-03-12
165
 
 
166
 
    Makefile update
167
 
 
168
 
Danny Baumann <dannybaumann@web.de>     2008-02-08
169
 
 
170
 
    Put in window management category.
171
 
 
172
 
Danny Baumann <dannybaumann@web.de>     2008-02-08
173
 
 
174
 
    Dummy commit.
175
 
 
176
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
177
 
 
178
 
    Makefile update.
179
 
 
180
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-16
181
 
 
182
 
    Option to ignore sticky windows
183
 
    
184
 
    This is also checked against Dock windows (ie: panels), so they are NOT ignored.
185
 
 
186
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-13
187
 
 
188
 
    Allow minor overlaps
189
 
 
190
 
Kristian Lyngstol <kristian@bohemians.org>      2007-12-10
191
 
 
192
 
    Header/comment adjustment
193
 
 
194
 
Kristian Lyngstol <kristian@bohemians.org>      2007-11-04
195
 
 
196
 
    Splel fix!
197
 
 
198
 
Danny Baumann <dannybaumann@web.de>     2007-11-04
199
 
 
200
 
    Simplify region code.
201
 
 
202
 
Danny Baumann <dannybaumann@web.de>     2007-11-03
203
 
 
204
 
    Exclude window passed to function from region init instead of the active window.
205
 
    At the moment, the passed window will always be the active window, but it's better to be on the safe side for the future.
206
 
 
207
 
Danny Baumann <dannybaumann@web.de>     2007-11-03
208
 
 
209
 
    Use passed window parameter.
210
 
 
211
 
Danny Baumann <dannybaumann@web.de>     2007-11-03
212
 
 
213
 
    Cleanups, coding style fixes.
214
 
 
215
 
Kristian Lyngstol <kristian@bohemians.org>      2007-11-02
216
 
 
217
 
    Cleanup, memory checks, comments
218
 
 
219
 
Kristian Lyngstol <kristian@bohemians.org>      2007-11-02
220
 
 
221
 
    Adjust the "free space" region so it takes decorations into consideration
222
 
 
223
 
Kristian Lyngstol <kristian@bohemians.org>      2007-11-02
224
 
 
225
 
    Simplify and improve, still needs work
226
 
 
227
 
Kristian Lyngstol <kristian@bohemians.org>      2007-11-02
228
 
 
229
 
    Initial working algorithm
230
 
    
231
 
    Still needs polish.
232
 
    
233
 
    A lot of polish.
234
 
 
235
 
Kristian Lyngstol <kristian@bohemians.org>      2007-11-01
236
 
 
237
 
    Basic code for doing the maximumize job
238
 
    
239
 
    This does not work and does include debug code
240
 
 
241
 
Kristian Lyngstol <kristian@bohemians.org>      2007-10-31
242
 
 
243
 
    Skeleton (based on addhelper)
244
 
 
245
 
Kristian Lyngstol <kristian@bohemians.org>      2007-10-31
246
 
 
247
 
    Remove ezoom skeleton
248
 
 
249
 
Kristian Lyngstol <kristian@bohemians.org>      2007-10-31
250
 
 
251
 
    Add ezoon as a skeleton
252
 
 
253
 
Kristian Lyngstol <kristian@bohemians.org>      2007-10-31
254
 
 
255
 
    Initial build files
256
 
 
257
 
kristian <kristian@opencompositing.org> 2007-10-31
258
 
 
259
 
    Dummy commit