~unity-team/compiz/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
Release 0.9.4 (2010-02-24 Sam Spilsbury <sam.spilsbury@canonical.com>)
========================================================================
Development Release.

Main loop implementation now replaced by the GLib main loop, use custom
event sources and event dispatch synchronisation. Allows better integration
with plugins that require tight timing with GLib timers

Moved image and data generation into buildsystem extensions, and installation
of such data into namespaced areas on the filesystem so plugins can't
overwrite other plugin's data

Intelligently clip window shadows in decor

Fixed a number of 2D decoration issues

Fixed a number of reparenting, stacking and focus issues

Support different frame types in gtk-window-decorator


Release 0.9.2.1 (2010-11-06 Sam Spilsbury <sam.spilsbury@canonical.com>)
========================================================================
Bugfix release.


Release 0.9.2 (2010-10-24 Sam Spilsbury <smspillaz@gmail.com>)
==============================================================
Development release.

Made minimization functions wrappable

Decorators now get shadow settings from window properties on the root
window and not through gconf, kconfig or dbus

Allow resizing from the center of the window

Clean up gtk-window-decorator

Fixed a number of reparenting bugs

Release 0.9.0 (2010-07-03 Sam Spilsbury <smspillaz@gmail.com>)
==============================================================
Development release.

Rewritten core in C++.

Rewritten plugin APIs.

Rewritten buildsystem in CMake, supports option code autogeneration,
plugin build dependency handling, amongst other things.

Smart wrappable functions, enables saving on otherwise useless CPU cycles.

Reparenting window decorations.

Support for tiled textures and screen sizes larger than max_texture_size
through the use of the copytex plugin.

Composite and OpenGL based rendering dropped from core, split into the
opengl and composite plugins, which represent a step towards pluggable
rendering backends.

Ability to run in non composited mode added to gtk-window-decorator
and kde4-window-decorator.

kde-window-decorator dropped.

Added KDE plugin to integrate with the QT main loop and create a KApplication
for KCrash support on KDE.

dbus plugin now uses screen number to identify compiz instance.

Dropped multi-screen mode, launch compiz on individual screens instead.

Shape drawing mode added to annotate plugin.

Fixed screen updates issue in annotate plugin.

Added serialization interface, which allows plugins to save/restore activity
states between plugin and compiz reloads. Serialization info is stored in
X11 window properties and is automatically dropped by the X Server when
the window is destroyed.

Added compiztoolbox library plugin used by switchers and screenshot, which
provide a simple interface for accessing XDG and drawing thumbnails.

Release 0.8.6 (2010-03-28 Danny Baumann <dannybaumann@web.de>)
==============================================================
Maintenance release.

Various focus and window placement fixes.

Fixed handling of windows that have a (server-drawn) border.

Fixed handling of window icons that have a colour depth of 1 bit.

Added KDE 4.4 support to KDE4 window decorator.

Release 0.8.4 (2009-10-14 Erkin Bahceci <erkinbah@gmail.com>)
=============================================================
Maintenance release.

Fixed many crashes (including doPoll/eventLoop ones).

Various memory leak fixes.

Fixed lost window issues with windows that are visible on all workspaces.

Fixed lost window issue when reducing the number of workspaces.

Fixed placing of dialogs (e.g. PolicyKit) behind currently focused window.

Fixed placing of new windows behind fullscreen window.

Fixed and improved screen resolution change handling (Compiz now remembers
original window size and position).

Lowering a window now activates the topmost window when click-to-focus is on.

Fixed wobbly title bar hiding and bouncing near panel edges.

Screenshot plugin now saves to the correct desktop directory by default.

Fixed inconsistent icon sizes in switcher plugin.

Improved constraining of window size and position in move, resize, and wobbly.

Ported KDE4 window decorator to KDE 4.3.

Added support for _NET_REQUEST_FRAME_EXTENTS and _NET_SUPPORT_FULL_PLACEMENT
EWMH hints.

Release 0.8.2 (2009-03-01 Danny Baumann <dannybaumann@web.de>)
==============================================================
Maintenance release.

Fixed issue in strut handling that could lead to struts being ignored
for certain monitor configurations.

Fixed window position constraining logic.

Fixed kconfig xslt files missing from 0.8.0 tarball.

Release 0.8.0 (2009-02-20 Danny Baumann <dannybaumann@web.de>)
==============================================================
Fourth stable release of compiz.

New plugin "commands" that handles the bindings for arbitrary commands that
previously were handled in core. In addition to the previously present key
bindings button and edge bindings were added as well.

New plugin "gnomecompat" which handles bindings that are exclusively used
in the Gnome desktop environment and removed the corresponding bindings
from core. This change fixes main menu and run dialog bindings for KDE users
as those previously were conflicting between compiz and KDE. Gnome users
upgrading should make sure to enable this plugin.

Added support for _NET_WM_FULLSCREEN_MONITORS EWMH hint.

Added support for reading the icon hint from the WM_HINTS property if
_NET_WM_ICON is not available.

Update Gnome support for Gnome 2.24.

Added options to scale plugin that allow "toggle type" behaviour for
key and button bindings.

Several memory leak fixes.

Adjusted gtk-window-decorator for newer libmetacity-private versions.

Fixed gtk-window-decorator display for RTL languages.

Adjusted kde4-window-decorator for KDE 4.2 API.

Large number of minor bug fixes, especially in resize handling and
stacking code.

Translation updates

Release 0.7.8 (2008-09-17 Danny Baumann <dannybaumann@web.de>)
==============================================================
Development release.

New plugin "obs" that handles opacity, brightness and saturation bindings
and matches.

Put unresponsive window greyout, including options to configure it, to
fade plugin.

Add "constant fade time" fade mode to fade plugin.

Removed opacity bindings and matches from core. Users that entered opacity
matches should enable the obs plugin and enter the matches there.

Enhanced timer infrastructure to allow synchronization of execution of
multiple timer callbacks.

Added matching for window's alpha channel (match type rgba=[0|1]).

Reflect new Metacity "spacer" button type in gtk-window-decorator.

Various bugfixes.

Translation updates.

Release 0.7.6 (2008-05-29 Dennis Kasprzyk <onestone@opencompositing.org>)
=========================================================================
Development release.

Rewrite of place plugin, which significantly improves multi-output
behaviour.

Configurable multi-output behaviour in place.

Removed plane plugin. Former plane plugin users are encouraged to use
the wall plugin of Compiz Fusion.

Removed cube wallpaper painting. Users are encouraged to use the Compiz
Fusion wallpaper plugin instead.

Place plugin viewport placement viewport numbers are now 1-based.

Panel and desktop selection mode in switcher plugin.

Improved painting behaviour when using overlapping outputs.

Gtk-window-decorator now emits accessibility events when switching.

Gtk-window-decorator behaviour when using Metacity themes has been
improved to match Metacity better.

KDE4-window-decorator has been adapted to current KDE4 API.

Various bugfixes.

Release 0.7.4 (2008-03-04 Dennis Kasprzyk <onestone@opencompositing.org>)
=========================================================================
Development release.

Configurable handling of overlapping output devices.

Enhanced focus stealing prevention with configurable amount of focus
stealing prevention.

Added configurable, optional delay for edge actions to prevent
accidential invocation.

Generalized vertex system to improve plugin compatibility.

Optimized gaussian blur shaders to support more hardware.

Improved unredirection of fullscreen windows.

Several bugfixes.

Translation updates.

Release 0.7.2 (2008-03-06 Dennis Kasprzyk <onestone@opencompositing.org>)
=========================================================================
Development release.

Several bugfixes 

Translation support in gtk-window-decorator.

Updated translations.

Added wrapable session functions to core. This allows to provide a full session save/restore in a plugin.

Release 0.7.0 (2008-02-07 Dennis Kasprzyk <onestone@opencompositing.org>)
=========================================================================
Development release.

A core plugin has been added that allows handling certain core APIs, such as
querying the ABI version, similarly to plugin APIs, allowing sharing more
code.

Added a simple object system, which generalize the privates mechanism and the plugin system. It allows to share more code between display, screen and window objects. It also makes it possible to properly introduce new object types without changing the plugin interface or breaking the API.

Multi-display support.

Various fixes in ICCCM compliance, window stacking and focus handling.

Validity checking of ConfigureRequest events.

Fixes to transient children placement in place plugin.

Hooks have been added to the cube plugin which allow better control of
viewport drawing.

Middle and right click actions have been made configurable in
gtk-window-decorator.

Gtk-window-decorator now optionally allows mouse wheel title bar actions, such
as shading.

A KDE4 port of the kde-window-decorator has been added.

Frequent crashes of kde-window-decorator for some people have been fixed.


Release 0.5.4 (2007-08-20 David Reveman <davidr@novell.com>)
============================================================
Development release.

XCB is now required.

Major improvements to option system that makes
configuration backend integration much less complex.

Kconfig plugin that provides proper KDE configuration
support.

Kcfg files are generated from the meta-data and they can
be used to generate C++ source code that will provide an
API for applications to access all compiz configuration
data used by the kconfig plugin.


Release 0.5.2 (2007-08-03 David Reveman <davidr@novell.com>)
============================================================
Development release.

Better support for multiple X-screens.

XML-based meta-data system for handling of various kinds
for meta-data like plugin descriptions, default option
values, etc.

Major improvements to option initialization based on the
new meta-data system.

Logging framework.

Support for configurable button layout in metacity themes
has been added to gtk-window-decorator.

Glib plugin that allows plugins that use the glib main
loop to integrate properly with the compiz main loop
without waking up periodically to check for pending
events.

Plugin plugins that make it possible to adjust and extend
the behavior of existing plugins through new plugins.

More dynamic handling of output devices, which allows the
output device configuration used when rendering to be
changed between frames.

Transparency support in cube plugin.

Introspection support in dbus plugin.


Release 0.5.0 (2007-04-02 David Reveman <davidr@novell.com>)
============================================================
Development release.

Remove stencil buffer requirement.

Focus stealing prevention support.

Blur plugin that provide support for blurring windows and
contents behind translucent windows.

Fragment attribute interface that allow plugins
to perform more advanced fragment shading effects and
integrate properly with other plugins.

Extensible window matching interface and new option type
that provide advanced window selection functionality.

Plugin that provide a composited video interface for
efficient video playback.

FUSE plugin that maps compiz options to a file-system and
allow efficient manipulation of options by reading and
writing files.

Better occlusion detection and more efficient rendering.

Flat file configuration backend.


Release 0.3.6 (2006-12-31 David Reveman <davidr@novell.com>)
============================================================
Development release.

Add support for unredirect of fullscreen windows when using
the composite overlay window and make usage of the
composite overlay window for output default.

Add file notification API.

Add inotify plugin that implements file notification API.

A "GetPlugins" method has been added to dbus plugin
and it can be used to retrieve a list of available plugins.

A 'GetPluginMetadata' method has been added to dbus plugin
and it returns metadata for available plugins.

Add support for switching between windows without having
the thumbnail window show up.

Switcher thumbnails now include decorations and shadows.

Basic drag and drop support has been added to scale plugin.

It's now possible to initiate scale plugin for specific window
groups.

Window menu icon support has been added to gtk window decorator.

Improved support for metacity themes.

Add KDE window decorator with support for shadows and opacity
has been added.


Release 0.3.4 (2006-11-21 David Reveman <davidr@novell.com>)
============================================================
Development release.

Edge button, which can be used to require a button press
for edge actions to be triggered.

Basic compiz event support.

Zoom plugin now works without "largedesktop" feature.

Cube plugin now handles desktop width less than 4 times
the screen better.

Support for multiple desktops (workspaces).

Handling of _NET_DESKTOP_GEOMETRY client messages has
been fixed.

Much better multi-head support.

Annotate plugin has been added.

Clone plugin which can be used to clone outputs in a
convenient way has been added. Currently more of a
prototype as we need randr++ and input transformation
in the server to do this properly.

Shadow color option has been added.

initiate_all option has been added to scale plugin.

Zoom factor option has been added to zoom plugin.

Support for new metacity theme version and support for
metacity versions < 2.15.21.

Event window placement when using some metacity
themes has been fixed.

Fix a number of issues related to minimizing windows
with transients.


Release 0.3.2 (2006-10-20 David Reveman <davidr@novell.com>)
============================================================
Development release.

snap_inverted option has been added to wobbly plugin.

Configuration support has been added to dbus plugin.

Add 'command' option has been added to decoration plugin,
which can be used to automatically launch a decorator
when one isn't already running.

Opacity support for metacity themes.

A raise_window option has been added.

Decorations on maximized windows are now rendered
correctly when using metacity themes.

An ignore_hints_when_maximized option, which makes compiz
ignore size increment and aspect hints for maximized
windows has been added and made default.

Better default option values for rotate plugin.

and much more...


Release 0.2.0 (2006-10-02 David Reveman <davidr@novell.com>)
============================================================
First official release of compiz.