summaryrefslogtreecommitdiff
path: root/unity-shared
AgeCommit message (Collapse)Author
2018-11-04Add missing includes for build w/o pchAleksey Tulinov
2018-08-24Fix build failure on arm64:Alberts Muktupāvels
unity-shared/BamfApplicationManager.cpp:258:50: error: ‘*<unknown>.unity::bamf::Tab::<anonymous>.unity::bamf::WindowBase::<anonymous>.unity::bamf::View::manager_’ is used uninitialized in this function [-Werror=uninitialized] : Tab(manager_, glib::object_cast<BamfTab>(tab)) (bzr r4276.1.2)
2017-09-22UnitySettings: use the ubuntu-schemas path for scaling settingsMarco Trevisan (Treviño)
(bzr r4253.4.2)
2017-09-22EMConverter: remove unneeded font size managementMarco Trevisan (Treviño)
(bzr r4253.4.1)
2017-07-17UnitySettings: add supports_3d property which get value from env or ↵Marco Trevisan (Treviño)
auto-calculated value (bzr r4245.2.11)
2017-07-14UnitySettings: listen to compiz profile status in order to set low_gfx valueMarco Trevisan (Treviño)
Instead of changing this value back and forth multiple times, just wait this to be really changed in compiz, and update our internal variable accordingly. Also take care of the gsettings unity's lowgfx value only if the user has set it. This fixes an infinite loop when starting compiz in a lowgfx environment. (bzr r4245.2.10)
2017-07-12UnitySettings: use glib::Signal blocking for ignoring setting changesMarco Trevisan (Treviño)
(bzr r4245.2.9)
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-06-07Use g_mkdir_with_parents instead of mkdir.Andrea Azzarone
(bzr r4237.1.1)
2017-04-25compiz-profile-setter: tool to update the current profile and use in systemd ↵Marco Trevisan (Treviño)
and Unity settings Added a compiz-profile-setter tool that allows to change compiz profile, so we use this to set the right profile when starting unity and when the gsettings key has changed. So we can just toggle lowgfx profile on the fly by just doing gsettings set com.canonical.Unity lowgfx true|false (LP: #1668950) Approved by: Andrea Azzarone (bzr r4233)
2017-04-25removes lowgfx option from ccsm, reads the "lowgfx" gsetting ↵Eleni Maria Stea
(lp:~hikiko/unity-control-center/unity-control-center.lowgfx) (LP: #1668950) Approved by: Marco Trevisan (Treviño) (bzr r4232)
2017-04-25Drop libupstart-dev dependency, and simply include verbantim dbus object paths.Dimitri John Ledkov
Approved by: Marco Trevisan (Treviño) (bzr r4231)
2017-04-15UScreen: code cleanupMarco Trevisan (Treviño)
(bzr r4228.1.5)
2017-04-10Drop libupstart-dev dependency, and simply include verbantim dbus object paths.Dimitri John Ledkov
(bzr r4228.3.1)
2017-04-05merged to trunkEleni Maria Stea
(bzr r4213.3.13)
2017-04-04Merging with trunkMarco Trevisan (Treviño)
(bzr r4213.4.20)
2017-04-04UnitySettings: code cleanupsMarco Trevisan (Treviño)
(bzr r4213.4.19)
2017-04-04UnitySettings: call the helper tool to change the currently used compiz profileMarco Trevisan (Treviño)
(bzr r4213.4.18)
2017-03-28Merging with trunkMarco Trevisan (Treviño)
(bzr r4213.4.15)
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-03-16UnitySettings: use a Property to keep the low_gfx value and keep it in sync ↵Marco Trevisan (Treviño)
with gsettings value We don't do the writing side for now as it might cause unwanted results. (bzr r4213.4.1)
2017-02-28MenuManager: use insert return value to see if a tracker has been addedMarco Trevisan (Treviño)
(bzr r4220.3.2)
2017-02-28InputMonitor: don't try to deference an invalid Nux displayMarco Trevisan (Treviño)
Fixes LP: #1632656 (bzr r4220.3.1)
2017-02-27fixed signal emissionEleni Maria Stea
(bzr r4213.3.8)
2017-01-31made sure that low_gfx is always updated real-timeEleni Maria Stea
(bzr r4213.3.6)
2017-01-17SystemdWrapper: remove unused dbus proxy instanceMarco Trevisan (Treviño)
(bzr r4217.2.3)
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-09Round gtk scaling factor to closest integer. (LP: #1649736)Andrea Azzarone
Approved by: David Jordan, Marco Trevisan (Treviño) (bzr r4215)
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)
2016-12-20Round gtk scaling factor to closest integer.Andrea Azzarone
(bzr r4213.1.2)
2016-12-20Improve optimal scale logic.Andrea Azzarone
(bzr r4213.1.1)
2016-12-12check if we actually have blur before updating blur geometriesEleni Maria Stea
(bzr r4151.1.4)
2016-11-30UnitySettings: If scale-factor is not set, find and set right scale for ↵Kai-Heng Feng
HiDPI displays. Approved by: Andrea Azzarone (bzr r4212)
2016-09-02Merging with trunkMarco Trevisan (Treviño)
(bzr r4153.9.53)
2016-09-01CMake: move data and setting files in proper folder, define shared libdir ↵Marco Trevisan (Treviño)
variables Approved by: Andrea Azzarone (bzr r4191)
2016-09-01WindowButton: properly partially unmaximize a window when middle/left ↵Marco Trevisan (Treviño)
clicking in the restore button (LP: #1616136) Approved by: Andrea Azzarone (bzr r4190)
2016-09-01MenuManager: add support for mouse trackers with triangle algorithm supportMarco Trevisan (Treviño)
It allows to register pointer trackers with menu entries selection by using the triangle technique which prevents menus items from being opened on quick menu scrubbing Then use use menu::Manager pointer tracker for entries activation in PanelView, LockScreenPanel and DecorationsMenuLayout (LP: #1618405) Approved by: Andrea Azzarone (bzr r4187)
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-09-02UpstartWrapper: use CallBegin (a little better under the hood)Marco Trevisan (Treviño)
(bzr r4177.4.12)
2016-09-02SystemdWrapper: add CallMethod and use a temporary proxy to call dbus managerMarco Trevisan (Treviño)
We don't need to keep it around (bzr r4153.9.52)
2016-09-02Merging with lp:~3v1n0/unity/cmake-libs-prefixesMarco Trevisan (Treviño)
(bzr r4153.9.51)
2016-09-02UpstartWrapper: don't keep the proxy around, we don't need it to stay foreverMarco Trevisan (Treviño)
Just create it on demand (bzr r4177.4.11)
2016-09-01UpstartWrapper: use ligther proxiesMarco Trevisan (Treviño)
(bzr r4177.4.9)
2016-09-01GnomeFileManager: avoid getting unneeded stuff when using proxies only to do ↵Marco Trevisan (Treviño)
a call (bzr r4177.4.8)
2016-09-01{Upstart,Systemd}Wrapper: use ligther proxiesMarco Trevisan (Treviño)
(bzr r4153.9.44)
2016-09-01SystemdWrapper: set proper name when not in test modeMarco Trevisan (Treviño)
(bzr r4153.9.43)
2016-09-01UpstartWrapper: don't emit if not connectedMarco Trevisan (Treviño)
(bzr r4153.9.39)
2016-09-01SystemdWrapper: even more curly brakets removalMarco Trevisan (Treviño)
(bzr r4153.9.38)
2016-09-01SystemdWrapper: remove uneeded bracketsMarco Trevisan (Treviño)
(bzr r4153.9.37)