lp:~compiz-team/compiz/compiz.fix_1018916

Created by Sam Spilsbury and last modified
Get this branch:
bzr branch lp:~compiz-team/compiz/compiz.fix_1018916
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

3263. By Sam Spilsbury

Don't print the result of BUILD_DEB (LP: #1018916)

3262. By Daniel van Vugt

Fix potentially unterminated string leading to an uninitialized memory
read (LP: #1018302)

This could cause compiz to crash on startup.

3261. By Sam Spilsbury

Don't set decoration contexts on undecorated windows, since that might be
read later and code will assume the window is decorated when it isn't.
(LP: #1015593)

3260. By Alan Bell

makes compiz enhanced zoom and show mouse plugins considerably smoother to use
(LP: #930783)

3259. By Sam Spilsbury

Don't insert the window into the server list above the window it was
created above.

The server list might have been modified by the time that we process the
create event, and as such there is a case where a window can be inserted
into the server list above another window and not at the top (the default
for where windows are created) if that window is pending a restack.

When updateAttributes is called later, putting it above the correct window
will silently fail, because it is already there in the server list, even
though a restack was never issued to put it there.

(LP: #1008020) (LP: #886605)

3258. By Sam Spilsbury

Check if the window would actually paint before painting the shadow, since
it is possible that another plugin could be inhibiting paint of the dock
window. (LP: #1012956)

3257. By Daniel van Vugt

Add reliable detection of the compiz bin directory, which works even if
compiz is started without an explicit path (LP: #1015898)

3256. By Daniel van Vugt

Don't waste memory leaving /bin/sh running for the lifetime of the decorator.
(LP: #1015422)

3255. By Sam Spilsbury

Fixed: Crash in compiz::wall::movementWindowOnScreen (
const CompRect &serverBorderRect, const CompRegion &screenRegion) because we
were iterating a temporary CompRect::vector which went out of scope within
the for statement. (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.

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.