lp:~mc-return/compiz/compiz.merge-fix1070297-no-possibility-to-change-background-outline-color

Created by MC Return and last modified
Get this branch:
bzr branch lp:~mc-return/compiz/compiz.merge-fix1070297-no-possibility-to-change-background-outline-color
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

3453. By MC Return

Merged latest lp:compiz

3452. By MC Return

Changed the default background outline color to what it used to be (0.9f, 0.9f, 0.9f, 1.0f - white, no transparency)

3451. By MC Return

Replaced static_cast <float> (std::numeric_limits <int>::max ()) with (float)0xffff

3450. By MC Return

Merged latest lp:compiz

3449. By MC Return

Replaced '(float)0xffff;' with 'static_cast <float> (std::numeric_limits <int>::max ());'

3448. By MC Return

Changed the name of the outline color setting to outline_color

3447. By MC Return

Added the possibility to change the color of the outline as well

3446. By MC Return

Re-added GL_BLEND code to the non-GLES codepath to fix the regression caused by r3320.
Fixes scaleaddon window highlight being rendered solid.

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

3445. By MC Return

"Show Window Title" was always rendered, CCSM settings to disable the window title were ignored. Fixed this by adding checks to ShiftScreen::drawWindowTitle.

Minor optimization in ShiftScreen::renderWindowTitle: Do not create variables and call freeWindowTitle (), if the text plug-in is not available or window title rendering is disabled.

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

3444. By Daniel van Vugt

Stop the resize border (Rectangle resize mode) from flickering slightly.
This was due to the damage/redraw rectangle being too small to include it,
so the border was overdrawing itself without the pixels behind it being
redrawn first.
(LP: #1068518). Fixes: https://bugs.launchpad.net/bugs/1068518. Approved by PS Jenkins bot, MC Return.

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