summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2014-01-22UnityShell: no need to be friend of decoration::{Window,Manager}Marco Trevisan (Treviño)
2014-01-22UnityWindow: don't draw fake decoration on windows that don't are decorable a...Marco Trevisan (Treviño)
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-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-11UnityWindow: use DecorationStyle to paint fake decorations as wellMarco Trevisan (Treviño)
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
2013-12-16Decorations: move to separated libraryMarco Trevisan (Treviño)
2013-12-16CompizUtils: move to unity-shared and link in unity-shared-compizMarco Trevisan (Treviño)
2013-12-16Decorations: get rid of Unity{Screen,Window} dependencyMarco Trevisan (Treviño)
2013-12-16DecorationsManager: remove the dependency on UnityScreenMarco Trevisan (Treviño)
2013-12-16DecoratedWindow: add first basic WindowButton implementation, and put inside ...Marco Trevisan (Treviño)
2013-12-15DecorationsWidgets, Layout: add external padding propertiesMarco Trevisan (Treviño)
2013-12-13DecorationsWidgets: use nux::Property for the padding, fix the drawing when r...Marco Trevisan (Treviño)
2013-12-13DecorationsWidgets: add internal signal to notify when geometry parameters ch...Marco Trevisan (Treviño)
2013-12-13DecorationsWidgets: use better Item geometry management, simplify layout and ...Marco Trevisan (Treviño)
2013-12-13DecorationsWidgets: add a simple basic implementation of compiz-textures base...Marco Trevisan (Treviño)
2013-12-13CompizUtils: add more utility functions and compile guardMarco Trevisan (Treviño)
2013-12-11DecorationsManager: load the window button textures on initialization, add pr...Marco Trevisan (Treviño)
2013-12-10DecorationsManagerPriv: move to DecorationsPriv.hMarco Trevisan (Treviño)
2013-12-10DecorationsManager: move Windows code into DecoratedWindowMarco Trevisan (Treviño)
2013-12-10DecorationsManager: cleanup the textures when undecoratingMarco Trevisan (Treviño)
2013-12-10CompizUtils: add SimpleTexture base class and use it in SimpleTextureQuad (it...Marco Trevisan (Treviño)
2013-12-10DecorationsManager: use UpdateDecorationPositionDelayed when the active state...Marco Trevisan (Treviño)
2013-12-10DecorationsManagerPriv: Manager is sigc::trackableMarco Trevisan (Treviño)
2013-12-10UnityWindow: use UpdateDecorationPositionDelayed on {move,resize}NotifyMarco Trevisan (Treviño)
2013-12-10DecorationsManager: add UpdateDecorationPositionDelayed method to regenerate ...Marco Trevisan (Treviño)
2013-12-10DecorationsManager: draw different decoration textures based on the window ac...Marco Trevisan (Treviño)
2013-12-10DecorationsManager: draw decoration textures using DecorationStyleMarco Trevisan (Treviño)
2013-12-10CompizUtils: add TextureQuad and PixmapTextureQuad structsMarco Trevisan (Treviño)
2013-12-09DecorationsManager: use DecorationSyle to define window borders.Marco Trevisan (Treviño)