lp:~mc-return/compiz/compiz.merge-fix1101549-and-fix1101561-missing-break

Created by MC Return and last modified
Get this branch:
bzr branch lp:~mc-return/compiz/compiz.merge-fix1101549-and-fix1101561-missing-break
Only MC Return can upload to this branch. If you are MC Return please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
MC Return
Project:
Compiz
Status:
Merged

Recent revisions

3586. By MC Return

Fall-through is intentional here:
case MotionNotify == EnterNotify == LeaveNotify

Fixed indentation

3585. By MC Return

Added missing breaks to the cases MotionNotify, EnterNotify and LeaveNotify
in the AnnoScreen::handleEvent (XEvent *event) function

3584. By Stephen M. Webb

Fix the reliance on undefined behaviour in the plugin loader.

Approved by Christopher Townsend, PS Jenkins bot.

3583. By PS Jenkins bot

Releasing 1:0.9.9~daily13.01.25-0ubuntu1 to ubuntu.

Approved by PS Jenkins bot.

3582. By Michail Bitzes

firepaint ported to OpenGL|ES.

Use GLVertexBuffer.
Convert GL_QUADS to GL_TRIANGLES (for GLES compatibility).
Enable for GLES builds.
Cleanup (typos etc.).

Approved by Daniel van Vugt, MC Return.

3581. By Daniel van Vugt

Prepare for release 0.9.9.0, updating NEWS, AUTHORS and VERSION.
.

Approved by Brandon Schaefer.

3580. By Didier Roche-Tolomelli

Really take default patched hsize and vsize and don't override them to fix (LP: #868423). Fixes: https://bugs.launchpad.net/bugs/868423.

Approved by PS Jenkins bot, Daniel van Vugt.

3579. By MC Return

Showmouse: Limit particle life to 0.9490 to ensure that the emitters are always able to follow the mousepointer, even at extreme settings.

(LP: #1098877). Fixes: https://bugs.launchpad.net/bugs/1098877.

Approved by Daniel van Vugt.

3578. By Sami Jaktholm

Grid: Correctly restore semi-maximized windows.

Changes include:
1) Remove the special status of fully maximized windows - it just adds
   complexity to the restoration process. Core can handle the
   restoration of maximized windows perfectly well.
2) Catch un-maximation of a gridded semi-maximized window in
   stateChangeNotify and call restoreWindow to revert the changes.
3) Refactor restoreWindow to work with semi-maximized windows.

This fixes LP: #878516 and also LP: #925867 as a side effect. Fixes: https://bugs.launchpad.net/bugs/878516, https://bugs.launchpad.net/bugs/925867.

Approved by Daniel van Vugt, MC Return.

3577. By Daniel van Vugt

Suppress leaks in g_signal_new() properly. (LP: #1102822)

The previous attempt (LP: #1097649) had no effect because valgrind requires
suppression rules match the function at the top of the stack explicitly
(calloc/malloc...). So that's what I've added here, and now it works.
. Fixes: https://bugs.launchpad.net/bugs/1102822.

Approved by Sam Spilsbury, PS Jenkins bot.

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.9
This branch contains Public information 
Everyone can see this information.

Subscribers