summaryrefslogtreecommitdiff
path: root/plugins/unityshell/src
AgeCommit message (Collapse)Author
2023-02-13Make Unity 7.7 changesRudra Saraswat
* Increased panel size to 30 from 24 * Moved scope bar to top of dash * Added UWidgets, based on Blighty * Reduced default launcher icon size to 44 * Made dash vertical (temporarily removed previews) * Added indicator-notifications to Recommends
2018-09-26Update the Free Software Foundation address in license headersAlexander Hale
Approved by: Khurshid Alam (bzr r4279)
2018-02-21Unity: use new definition of infinite CompRegion's (LP: #1749957)Marco Trevisan (Treviño)
Approved by: Andrea Azzarone (bzr r4268)
2018-02-21Unity: use new definition of infinite CompRegion'sMarco Trevisan (Treviño)
Fixes LP: #1749957 (bzr r4265.3.1)
2018-02-09UnityScreen: use track_obj to connect to UScreen and Settings signalsMarco Trevisan (Treviño)
(bzr r4265.1.3)
2017-11-18Update the Free Software Foundation address in license headersAlexander Hale
(bzr r4265.4.1)
2017-09-19use color alpha 1.0Andrea Azzarone
(bzr r4253.3.5)
2017-09-19Wait until the color buffer is cleared before suspending.Andrea Azzarone
(bzr r4253.3.4)
2017-07-17UnityScreen: instead of changing low_gfx property, only set supports_3d on initMarco Trevisan (Treviño)
(bzr r4245.2.14)
2017-07-03UnityScreen: ensure we set the proper decoration options on startupMarco Trevisan (Treviño)
(bzr r4243.1.4)
2017-06-30BGHash, UnityScreen: get desktop averageColor from compizMarco Trevisan (Treviño)
compiz now supports getting this value, let's use it instead of doing this again here. (bzr r4243.1.2)
2017-04-05merged to trunkEleni Maria Stea
(bzr r4213.3.13)
2017-03-16UnityScreen: set the BackgroundEffectHelper blur type value according to ↵Marco Trevisan (Treviño)
settings And update the value on settings changes. (bzr r4213.4.4)
2017-02-27UnityWindow: safely check validity of UnityWindow from scaled oneMarco Trevisan (Treviño)
Fixes LP: #1659847 (bzr r4220.2.1)
2017-02-27fixed indentEleni Maria Stea
(bzr r4213.3.10)
2017-02-27fixed indentationEleni Maria Stea
(bzr r4213.3.7)
2017-01-31made sure that low_gfx is always updated real-timeEleni Maria Stea
(bzr r4213.3.6)
2017-01-16gsetting lowgfx should be read in UnitySettingsEleni Maria Stea
(bzr r4213.3.3)
2017-01-11replaced the lowgfx unityshell plugin option with the lowgfx gsettingEleni Maria Stea
(bzr r4213.3.2)
2017-01-09Keep the screen locked if rebooting with autologin. (LP: #1600389)Andrea Azzarone
Approved by: Marco Trevisan (Treviño) (bzr r4216)
2017-01-09shouldn't create blur rectangles when there's no blur, skips the blur rects ↵Eleni Maria Stea
processing in low gfx. Approved by: Marco Trevisan (Treviño) (bzr r4214)
2017-01-04Remove line.Andrea Azzarone
(bzr r4213.2.5)
2017-01-04Create session manager in ctor.Andrea Azzarone
(bzr r4213.2.4)
2017-01-04Minor changes.Andrea Azzarone
(bzr r4213.2.3)
2017-01-04GetAutomaticLogin -> AutomaticLoginAndrea Azzarone
(bzr r4213.2.2)
2017-01-04you can enable/disable lowgfx with reboot only - to be continuedEleni Maria Stea
(bzr r4213.3.1)
2016-12-20Merge with trunk.Andrea Azzarone
(bzr r4213.2.1)
2016-11-29UnityScreen: toggle gestures recognition on lockMarco Trevisan (Treviño)
Fixes LP: #1645507 (bzr r4209.2.1)
2016-09-01InputMonitor: add an unity class that monitors XInput2 events and converts ↵Marco Trevisan (Treviño)
them to XEvent Clients of this class can register event handlers, and when an interested event will hit our event filter function (that is set only if we have handlers), then we notify them with a standard XEvent struct, converted from the XIDeviceEvent cookie. The nice thing of this monitor is that it always reports events, despite the X grabs. Approved by: Andrea Azzarone (bzr r4182)
2016-08-22Redraw fake decorations on window resize.Andrea Azzarone
Fixes LP: #940470 (bzr r4177.1.1)
2016-08-17SpreadWidgets: add container for spread filter and new spread decorationsMarco Trevisan (Treviño)
Now when windows are spread, launcher and panel aren't "naked" anymore (LP: #1283314) (bzr r4175)
2016-08-17UnityScreen: avoid deferencing a null pointer during introspectionMarco Trevisan (Treviño)
(bzr r4163.7.9)
2016-08-17Merging with trunkMarco Trevisan (Treviño)
(bzr r3788.6.17)
2016-08-12SpreadWidgets: add container for spread filter and new spread decorationsMarco Trevisan (Treviño)
Now when windows are spread, launcher and panel aren't "naked" anymore Fixes LP: #1283314 (bzr r4163.7.4)
2016-08-02DecoratedWindow: add UpdateWindowState and only change state change butto ↵Marco Trevisan (Treviño)
type in this case (bzr r4163.3.5)
2016-07-27DecoratedWindow: Cleanup shadows for shaped windows, reduce recomputationMarco Trevisan (Treviño)
Approved by: Andrea Azzarone (bzr r4162)
2016-07-27DecoratedWindow: Added shadows for shaped windowsEleni Maria Stea
Approved by: Marco Trevisan (Treviño), PS Jenkins bot (bzr r4161)
2016-07-27UnityWindow: undecorate it when about to be destroyedMarco Trevisan (Treviño)
(bzr r4067.8.12)
2016-07-25Merging with trunkMarco Trevisan (Treviño)
(bzr r4067.8.3)
2016-07-25Invert order of the boolean operation.Andrea Azzarone
(bzr r4153.5.2)
2016-07-22low gfx optimisation: don't calculate blur rectangles when we have no blurEleni Maria Stea
(bzr r4151.1.3)
2016-07-22When locked discard damages from windows below lockscreen.Andrea Azzarone
Fixes LP: #1605180 (bzr r4153.5.1)
2016-07-19paint outputEleni Maria Stea
(bzr r4151.1.2)
2016-07-15reverted multimonitor fix because it causes problems in nvidia GPUsEleni Maria Stea
(see bug: #1602901) (bzr r4151.1.1)
2016-07-14Keep the screen locked if rebooting with autologin.Andrea Azzarone
Fixes LP: #1600389 (bzr r4146.6.1)
2016-07-05UnityScreen: only redraw parts of the screen visible in each outputEleni Maria Stea
We draw only the parts of the screen that are visible in each output (monitor) because compiz draws things per output anyway. Speeds up the drawing by about N times, where N is the number of monitors because: We used to draw all monitors' content when 1 monitor was rendered (=> we rendered N times the N monitors' content). Now, we draw only the current monitor's content (we render 1 time each of the N monitors' content). (LP: #1598770) (bzr r4145)
2016-07-05Views: Toggle animators durations based on low-gfx settingMarco Trevisan (Treviño)
Disable animations based on low_gfx setting (now ported to nux::Property) (LP: #1598770) (bzr r4143)
2016-07-05speeds up the showdesktop plugin in lowgfx modeEleni Maria Stea
(bzr r4142)
2016-07-04Merging with lp:~hikiko/unity/unity.showdesktopMarco Trevisan (Treviño)
(bzr r4132.6.5)
2016-07-04speed up show desktop in case of low gfx modeEleni Maria Stea
(bzr r4135.1.1)