lp:~compiz-team/compiz/compiz.fix_1015151.1

Created by Sam Spilsbury and last modified
Get this branch:
bzr branch lp:~compiz-team/compiz/compiz.fix_1015151.1
Members of Compiz Maintainers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Compiz Maintainers
Project:
Compiz
Status:
Merged

Recent revisions

3256. By Sam Spilsbury

const ref

3255. By Sam Spilsbury

CompRegion::rects () returns a temporary CompRect::vector so we need
to make a copy of the vector and then iterate over that.

Also remove a pointless static_cast

(LP: #1015151)

3254. By Sam Spilsbury

Allows us to run the tests with memcheck, so that we can catch memory errors
just by running the tests.

ctest -D ExperimentalMemCheck.

3253. By Daniel van Vugt

Start a window decorator automatically when the decor plugin starts, if none
is running already (LP: #1014461)

3252. By Sam Spilsbury

Revert change that should not have been pushed to lp:compiz

3251. By Sam Spilsbury

Actually iterate the non-temporary

3250. By Sam Spilsbury

CompRegion::rects () returns a temporary CompRect::vector so we need
to make a copy of the vector and then iterate over that.

Also remove a pointless static_cast

(LP: #1015151)

3249. By Sam Spilsbury

Fix indentation

3248. By MC Return <mcr2010@mcr2010-HP-Compaq-dc7700-Convertible-Minitower>

Added the unsupported, but fully working plug-in "workspacenames" converted from git to bzr (including history) to Compiz 0.9.8.

Merge lp:~mc-return/compiz/compiz.merge-plugin-workspacenames

3247. By Daniel van Vugt

Remove dead code: availablePlugins() and *ListPlugins()

availablePlugins is unused except by dbus, and flawed by designed. It makes
no sense to have a function that claims to return the list of available
plugins, when that list is not complete. You could easily load other plugins
from LD_LIBRARY_PATH that availablePlugins doesn't know about. And you could
add or remove plugin binaries at runtime which would also invalidate what
availablePlugins knows. ListPlugins was only used by availablePlugins.

If you want a list of known plugins, call CompPlugin::getPlugins() instead.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:compiz/0.9.8
This branch contains Public information 
Everyone can see this information.