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

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

3464. By Sam Spilsbury

Use pkg_check_modules and add libx11.so

3463. By Daniel van Vugt

Enable Unredirect Fullscreen Windows by default. It seems to be stable enough
with all the major graphics drivers now, as at Ubuntu 12.10 (with updates).
(LP: #1063690)

If I'm proven wrong, just undo it.. Fixes: https://bugs.launchpad.net/bugs/1063690. Approved by Sam Spilsbury, PS Jenkins bot.

3462. By Sam Spilsbury

Refactored the vsync code to get it under test. DoubleBuffer now dispatches to two separate VSync strategies depending on what type of swap we are doing. It also makes the unthrottledFrames code a lot clearer by specifying that this is for detecting broken hardware framelimiting.. Approved by PS Jenkins bot, Daniel van Vugt, Sam Spilsbury.

3461. By MC Return

Expo: Fixed "Fade+Zoom" and "Vortex" animations resulting in a black screen.
(LP: #875311). Fixes: https://bugs.launchpad.net/bugs/875311. Approved by Daniel van Vugt.

3460. By MC Return

Hopefully fixed a memory leak in void update_frames_shadows (gpointer key, gpointer value, gpointer user_data).
The pointer *opts allocates a memory block and stores the adress, but if the pointer *info fails later this memory does not get freed.
Solution: Free and NULL opts, if (!info) also.

(LP: #1033879). Fixes: https://bugs.launchpad.net/bugs/1033879. Approved by Daniel van Vugt, Sam Spilsbury.

3459. By Daniel van Vugt

Refresh 100_expo_layout.patch so it applies cleanly and reduces the
likelihood of conflicts later.
(LP: #1076876)
. Fixes: https://bugs.launchpad.net/bugs/1076876. Approved by Sam Spilsbury.

3458. By Hu Kang <email address hidden>

For an application window without decorations, pressing Alt+Space failed to activate the action menu on the top left corner of the window and also causes the gtk-window-decorator to crash.
(LP: #1075451)

The crash is caused by a miscalculation in actionmenu.c: position_action_menu(...)
function (*theme_get_button_position) is not suitable for windows without decorations.
so first we need to check if the window is decorated or not.. Fixes: https://bugs.launchpad.net/bugs/1075451. Approved by Daniel van Vugt, Sam Spilsbury.

3457. By Daniel van Vugt

Never compare floats directly. They will rarely be precisely equal except
under tightly controlled conditions. This fixes test case failures.
(LP: #1071238). Fixes: https://bugs.launchpad.net/bugs/1071238. Approved by Sam Spilsbury, PS Jenkins bot.

3456. By MC Return

Workspacenames:
Added a default of 4 desktops and default names Viewport 1-4 to
workspacenames.xml.in.
(LP: #1075584). Fixes: https://bugs.launchpad.net/bugs/1075584. Approved by Daniel van Vugt.

3455. By Daniel van Vugt

Introducing untest, the Unredirect Fullscreen Windows Stress Tester.

Already I can use it to reliably crash X on my i965/precise desktop.
. 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.