lp:~vanvugt/compiz-core/fix-953089

Created by Daniel van Vugt and last modified
Get this branch:
bzr branch lp:~vanvugt/compiz-core/fix-953089
Only Daniel van Vugt can upload to this branch. If you are Daniel van Vugt please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Daniel van Vugt
Project:
Compiz Core
Status:
Merged

Recent revisions

3060. By Daniel van Vugt

Update NEWS too

3059. By Daniel van Vugt

Remove logic to cancel a tap on focus change. It's no longer required since
r3050, and looks like it might be contributing to incorrect tap detection
in some cases with empty workspaces (LP: #953089)

3058. By Daniel van Vugt

Update NEWS and VERSION to prepare for 0.9.7.2 release candidate.

3057. By Daniel van Vugt

Fixed: Changing the HUD shortcut disables all Alt-based combinations
(LP: #945816)

More accurately; Changing any hotkey whose default or previous value was
a single modifier key would disable all other combinations with that modifier.
This was a regression caused by lp:compiz-core r3050.

3056. By Ɓukasz Zemczak

Added run-with-xvfb.sh from Unity-2d for enabling testing in a non-headless
environment. Modified a few tests to use xvfb.

3055. By Daniel van Vugt

Corrected CMake target dependencies so that parallel builds now work, as in "make -j8" (LP: #938417)

3054. By Alan Griffiths

Decouple EventManager from rest of what was PrivateScreen

3053. By Alan Griffiths

Decouple History from rest of what was PrivateScreen

3052. By Alan Griffiths

Decouple GrabManager from rest of what was PrivateScreen

3051. By Alan Griffiths

CompIcon had some design errors:

/1/ it contained two copies of CompSize (a member and a base);
/2/ it allowed non-const use of base CompSize member functions (which breaks
    invariants);
/3/ it could be copied/assigned leading to double-delete of mData; and,
/4/ it could be "sliced" leading to leak of mData.

None of the core code did any of 2-4, but they'll no longer compile.

Branch metadata

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

Subscribers