summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2016-07-25Invert order of the boolean operation.Andrea Azzarone
(bzr r4153.5.2)
2016-07-22When locked discard damages from windows below lockscreen.Andrea Azzarone
Fixes LP: #1605180 (bzr r4153.5.1)
2016-07-15reverted multimonitor fix because it causes problems in nvidia GPUsEleni Maria Stea
(see bug: #1602901) (bzr r4151.1.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)
2016-07-02- Fix for multimonitor: Replaced paintDisplay with paintOutput to avoidEleni Maria Stea
drawing content that falls outside the currently drawn output (clips to output size instead of screen size because compiz draws 1 output at the time). (bzr r4135.2.1)
2016-07-01UnitySettings: use a nux::Property for low_gfxMarco Trevisan (Treviño)
(bzr r4132.6.1)
2016-06-30Filter out fullscreen window in show desktop mode.Andrea Azzarone
Fixes LP: #1597706 (bzr r4132.1.2)
2016-06-21LockScreenAcceleratorController: use key::Grabber to handle allowed keybindingsMarco Trevisan (Treviño)
This makes U-S-D to handle key events, without having to add some more custom code inside the lockscreen. It's all just about whitelisting the wanted values. Fixes LP: #1438754 (bzr r4119.1.4)
2016-06-06UnitySettings: Add dconf keys for disabling multitouch gestures (LP: #1589520)Alberto Milone
(bzr r4129)
2016-06-06Use SwitcherController::SetDetail instead of detail=... (LP: #1587618)Andrea Azzarone
(bzr r4128)
2016-06-06Drop the Activate()s in InitGesturesSupport() and add a newline.Alberto Milone
(bzr r4126.1.2)
2016-06-06Add dconf keys for disabling multitouch gestures. (LP: #1589520)Alberto Milone
(bzr r4126.1.1)
2016-06-02Use SwitcherController::SetDetail instad of detail=...Andrea Azzarone
Fixes LP: #1587618 (bzr r4121.6.1)
2016-05-31Fix case.Andrea Azzarone
(bzr r4121.2.2)
2016-05-31Fix scale window activation if in show desktop mode.Andrea Azzarone
Fixes LP: #1582056 (bzr r4121.2.1)
2016-05-17Change the x_offset of expo when launcher position changed. Fixes: #1562348, ↵handsome_feng
#1573897 Approved by: Eleni Maria Stea (bzr r4118)
2016-05-17UnityScreen, UnityWindow: cleanup a little the code, and ensure overridden ↵Marco Trevisan (Treviño)
CompositeWindow functions get actually called There would be still a lot to do in this scenario, but still a start...F Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4115)
2016-05-15WindowMinimizeSpeedController: last build fix for yakketyMarco Trevisan (Treviño)
(bzr r4105.7.5)
2016-05-11Added y_bottom_offset to expo and scale pluginshandsome_feng
(bzr r4105.10.2)
2016-05-11UnityShell: fix header licenseMarco Trevisan (Treviño)
(bzr r4105.7.2)
2016-04-30UnityScreen, UnityWindow: cleanup a little the code, and ensure overridden ↵Marco Trevisan (Treviño)
CompositeWindow functions get actually called There would be still a lot to do in this scenario, but still a start... (bzr r4105.7.1)
2016-04-26Properly calculate array indexes to avoid crashes.Andrea Azzarone
Fixes LP: #1570843 (bzr r4105.3.1)
2016-04-26Change the x_offset of expo when launcher position changedhandsome_feng
(bzr r4105.10.1)
2016-04-05Fix typo.Andrea Azzarone
Fixes LP: #1559427 (bzr r4100.1.1)
2016-03-31Launcher, Panel, TextInput: use cache texture_invalidated to reload texturesMarco Trevisan (Treviño)
So we can remove we workaround in UnitySettings as the signal is always emitted after removing all the themed textures that we have. (bzr r4093.2.28)
2016-03-31UnityScreen: Load the panel shadow from theme and properly scale itMarco Trevisan (Treviño)
(bzr r4093.2.20)
2016-03-30Launcher, Dash, Panel, Lockscreen: properly use themed TextureCache ↵Marco Trevisan (Treviño)
reloading textures on theme changes (bzr r4093.2.7)
2016-03-18merge trunkhandsome_feng
(bzr r3999.7.28)
2016-03-09UnityScreen: expose _UNITY_SHELL atom on _NET_SUPPORTEDMarco Trevisan (Treviño)
Just a way to be sure that we're running in unity (bzr r3983.15.10)
2016-03-09UnityScreen: handle adding/removing supported atoms at this levelMarco Trevisan (Treviño)
(bzr r3983.15.9)
2016-03-09inputremover: load atom just onceMarco Trevisan (Treviño)
(bzr r3983.15.8)
2016-03-07Merge with trunkMarco Trevisan (Treviño)
(bzr r3983.15.5)
2016-02-16merge trunkhandsome_feng
(bzr r3999.7.23)
2016-02-09CMake: use GNUInstallDirs with native multi-arch supportMarco Trevisan (Treviño)
We can now use CMAKE_INSTALL_*DIR instead of defining them manually. Also disable networkarea region plugin build by default. Fixes: #1485668, #1508635 Approved by: Andrea Azzarone (bzr r4072)
2016-02-09CMake: use GNUInstallDirs with native multi-arch supportMarco Trevisan (Treviño)
We can now use CMAKE_INSTALL_*DIR instead of defining them manually. Also disable networkarea region plugin build by default. (bzr r4068.2.1)
2016-01-24InputRemove: remove scoped arrayMarco Trevisan (Treviño)
(bzr r4067.1.3)
2016-01-12modified the x_offset for plugin 'expo' and 'scale'handsome_feng
(bzr r3999.7.20)
2015-12-23cleanupshandsome_feng
(bzr r3999.7.16)
2015-12-23merge trunkhandsome_feng
(bzr r3999.7.14)
2015-12-17a11y: move accessibility stuff to its own directory, adding a private lib ↵Marco Trevisan (Treviño)
for building (bzr r4054.2.4)
2015-12-15a11y: remove unneeded dynamic castsMarco Trevisan (Treviño)
(bzr r4054.2.3)
2015-12-15QuicklistMenuAccessible: try to get accessible child from valid children onlyMarco Trevisan (Treviño)
(bzr r4054.2.2)
2015-12-15NuxAreaAccessible: don't try to get accessible data from null viewsMarco Trevisan (Treviño)
(bzr r4054.2.1)
2015-12-11SwitcherModel: allow to add/remove icons dynamically and update them when ↵Marco Trevisan (Treviño)
they require it We keep hidden applications in a separated vector; when an application becomes invisible in switcher we need to move it to the hidden_applications_ vector, if it becomes visible again we put it back on the main model vector. Fixes: #1512349 Approved by: Andrea Azzarone (bzr r4038)
2015-12-10fix some problem in autopilothandsome_feng
(bzr r3999.7.10)
2015-11-17merge trunkhandsome_feng
(bzr r3999.7.6)