summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2014-02-17UnityScreen: add a SpreadFilter when in Scale mode, when updated it relayouts...Marco Trevisan (Treviño)
2014-02-16UnityWindow: ignore opacity value when drawing a fake-decoration for scaled w...Marco Trevisan (Treviño)
2014-02-15UnityScreen: Set the scale x_offset when the launcher is in autohide modeMarco Trevisan (Treviño)
2014-02-15UnityScreen: do the useless search to change the expo offsetMarco Trevisan (Treviño)
2014-02-13MenuManager: add a wrapper for Indicators and KeyGrabber that registers mnemo...Marco Trevisan (Treviño)
2014-02-12Fix where the mouse_disabled_ variable was unintialized which would cause the...Chris Townsend
2014-02-12MenuManager: add nux::Property's to handle menu settingsMarco Trevisan (Treviño)
2014-02-12Unity: just create one MenuManager on creation and share with PanelMarco Trevisan (Treviño)
2014-02-12KeyGrabber: add abstract class and implement it in GnomeKeyGrabberMarco Trevisan (Treviño)
2014-02-04Merge trunk.William Hua
2014-02-03new gsetting in unityshell.xml.in: fonts-scale-factor.Eleni Maria Stea
2014-02-03new gsetting: "fonts-scale-factor"Eleni Maria Stea
2014-01-31Implement mnemonic grabber in panel.William Hua
2014-01-31Grabber is a pointer.William Hua
2014-01-30Don't use grabber namespace.William Hua
2014-01-29MP fix-up.William Hua
2014-01-30unityshell.xml.in: make showrepaint plugin to be loaded after unityMarco Trevisan (Treviño)
2014-01-29Merge trunk.William Hua
2014-01-25Panel: move all the panel classes inside the panel namespaceMarco Trevisan (Treviño)
2014-01-22UnityShell: no need to be friend of decoration::{Window,Manager}Marco Trevisan (Treviño)
2014-01-22Show menu bar on alt press.William Hua
2014-01-22UnityWindow: don't draw fake decoration on windows that don't are decorable a...Marco Trevisan (Treviño)
2014-01-21We renamed CompAction::Class to CompAction::Container.William Hua
2014-01-21DecoratedWindow: add private IsMaximized utility functionMarco Trevisan (Treviño)
2014-01-21Merging with trunkMarco Trevisan (Treviño)
2014-01-21UnityScreen: add option to override themed decoration shadows and use for cho...Marco Trevisan (Treviño)
2014-01-19Merge trunk.William Hua
2014-01-17UnityWindow: set decorated window as scaled when in spread-modeMarco Trevisan (Treviño)
2014-01-16DecorationsDataPool: load the glow texture on startup and use it in UnityWindowMarco Trevisan (Treviño)
2014-01-16UnityWindow: use decoration::Style to get glow settingsMarco Trevisan (Treviño)
2014-01-15UnityWindow: use decoration::Style defined paddings on fake-decorated windowsMarco Trevisan (Treviño)
2014-01-15DecorationsManager, DecoratedWindow: add introspection supportMarco Trevisan (Treviño)
2014-01-14WindowManager: remove (un)decorate calls and signals, use DecorationStyle to ...Marco Trevisan (Treviño)
2014-01-14UnityShell: updateFrameRegion also when called through minimize handlerMarco Trevisan (Treviño)
2014-01-14UnityWindow: some code cleanupMarco Trevisan (Treviño)
2014-01-14UnityWindow: initialize the close_icon_state_ value and reset it on closeMarco Trevisan (Treviño)
2014-01-14Add back in vertical/horizontal maximzed introspection objects since some Aut...Chris Townsend
2014-01-14UnityWindow: use decoration::DataPool texture for the close button in fake de...Marco Trevisan (Treviño)
2014-01-14UnityWindow: don't decorate/undecorate windows on spread initiate/terminateMarco Trevisan (Treviño)
2014-01-13Merging with trunkMarco Trevisan (Treviño)
2014-01-13UnityShell: some code cleanupMarco Trevisan (Treviño)
2014-01-13UnityShell: increase the conflict level with decor plugin, remove it if loadedMarco Trevisan (Treviño)
2014-01-13UnityShell.xml: update default inactive shadow colorMarco Trevisan (Treviño)
2014-01-12Fix key re-assignment bug.William Hua
2014-01-11UnityWindow: use DecorationStyle to paint fake decorations as wellMarco Trevisan (Treviño)
2014-01-10Merge trunk.William Hua
2014-01-10Do not open the dash/hud on a monitor with a top most window that is fullscre...Brandon Schaefer
2014-01-09If the Dash or Hud is opened when entering Show Desktop, ensure they are closed.Chris Townsend
2014-01-08* Make sure we don't open the dash/hud on a monitor if the top most window onBrandon Schaefer
2014-01-06* Add a shortcut that will lock the screen with Super+L. WhileBrandon Schaefer