| Age | Commit message (Expand) | Author |
| 2014-01-22 | UnityShell: no need to be friend of decoration::{Window,Manager} | Marco Trevisan (Treviño) |
| 2014-01-22 | UnityWindow: don't draw fake decoration on windows that don't are decorable a... | Marco Trevisan (Treviño) |
| 2014-01-21 | DecoratedWindow: add private IsMaximized utility function | Marco Trevisan (Treviño) |
| 2014-01-21 | Merging with trunk | Marco Trevisan (Treviño) |
| 2014-01-21 | UnityScreen: add option to override themed decoration shadows and use for cho... | Marco Trevisan (Treviño) |
| 2014-01-17 | UnityWindow: set decorated window as scaled when in spread-mode | Marco Trevisan (Treviño) |
| 2014-01-16 | DecorationsDataPool: load the glow texture on startup and use it in UnityWindow | Marco Trevisan (Treviño) |
| 2014-01-16 | UnityWindow: use decoration::Style to get glow settings | Marco Trevisan (Treviño) |
| 2014-01-15 | UnityWindow: use decoration::Style defined paddings on fake-decorated windows | Marco Trevisan (Treviño) |
| 2014-01-15 | DecorationsManager, DecoratedWindow: add introspection support | Marco Trevisan (Treviño) |
| 2014-01-14 | WindowManager: remove (un)decorate calls and signals, use DecorationStyle to ... | Marco Trevisan (Treviño) |
| 2014-01-14 | UnityShell: updateFrameRegion also when called through minimize handler | Marco Trevisan (Treviño) |
| 2014-01-14 | UnityWindow: some code cleanup | Marco Trevisan (Treviño) |
| 2014-01-14 | UnityWindow: initialize the close_icon_state_ value and reset it on close | Marco Trevisan (Treviño) |
| 2014-01-14 | Add back in vertical/horizontal maximzed introspection objects since some Aut... | Chris Townsend |
| 2014-01-14 | UnityWindow: use decoration::DataPool texture for the close button in fake de... | Marco Trevisan (Treviño) |
| 2014-01-14 | UnityWindow: don't decorate/undecorate windows on spread initiate/terminate | Marco Trevisan (Treviño) |
| 2014-01-13 | Merging with trunk | Marco Trevisan (Treviño) |
| 2014-01-13 | UnityShell: some code cleanup | Marco Trevisan (Treviño) |
| 2014-01-13 | UnityShell: increase the conflict level with decor plugin, remove it if loaded | Marco Trevisan (Treviño) |
| 2014-01-13 | UnityShell.xml: update default inactive shadow color | Marco Trevisan (Treviño) |
| 2014-01-11 | UnityWindow: use DecorationStyle to paint fake decorations as well | Marco Trevisan (Treviño) |
| 2014-01-10 | Do not open the dash/hud on a monitor with a top most window that is fullscre... | Brandon Schaefer |
| 2014-01-09 | If 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 on | Brandon Schaefer |
| 2014-01-06 | * Add a shortcut that will lock the screen with Super+L. While | Brandon Schaefer |
| 2013-12-16 | Decorations: move to separated library | Marco Trevisan (Treviño) |
| 2013-12-16 | CompizUtils: move to unity-shared and link in unity-shared-compiz | Marco Trevisan (Treviño) |
| 2013-12-16 | Decorations: get rid of Unity{Screen,Window} dependency | Marco Trevisan (Treviño) |
| 2013-12-16 | DecorationsManager: remove the dependency on UnityScreen | Marco Trevisan (Treviño) |
| 2013-12-16 | DecoratedWindow: add first basic WindowButton implementation, and put inside ... | Marco Trevisan (Treviño) |
| 2013-12-15 | DecorationsWidgets, Layout: add external padding properties | Marco Trevisan (Treviño) |
| 2013-12-13 | DecorationsWidgets: use nux::Property for the padding, fix the drawing when r... | Marco Trevisan (Treviño) |
| 2013-12-13 | DecorationsWidgets: add internal signal to notify when geometry parameters ch... | Marco Trevisan (Treviño) |
| 2013-12-13 | DecorationsWidgets: use better Item geometry management, simplify layout and ... | Marco Trevisan (Treviño) |
| 2013-12-13 | DecorationsWidgets: add a simple basic implementation of compiz-textures base... | Marco Trevisan (Treviño) |
| 2013-12-13 | CompizUtils: add more utility functions and compile guard | Marco Trevisan (Treviño) |
| 2013-12-11 | DecorationsManager: load the window button textures on initialization, add pr... | Marco Trevisan (Treviño) |
| 2013-12-10 | DecorationsManagerPriv: move to DecorationsPriv.h | Marco Trevisan (Treviño) |
| 2013-12-10 | DecorationsManager: move Windows code into DecoratedWindow | Marco Trevisan (Treviño) |
| 2013-12-10 | DecorationsManager: cleanup the textures when undecorating | Marco Trevisan (Treviño) |
| 2013-12-10 | CompizUtils: add SimpleTexture base class and use it in SimpleTextureQuad (it... | Marco Trevisan (Treviño) |
| 2013-12-10 | DecorationsManager: use UpdateDecorationPositionDelayed when the active state... | Marco Trevisan (Treviño) |
| 2013-12-10 | DecorationsManagerPriv: Manager is sigc::trackable | Marco Trevisan (Treviño) |
| 2013-12-10 | UnityWindow: use UpdateDecorationPositionDelayed on {move,resize}Notify | Marco Trevisan (Treviño) |
| 2013-12-10 | DecorationsManager: add UpdateDecorationPositionDelayed method to regenerate ... | Marco Trevisan (Treviño) |
| 2013-12-10 | DecorationsManager: draw different decoration textures based on the window ac... | Marco Trevisan (Treviño) |
| 2013-12-10 | DecorationsManager: draw decoration textures using DecorationStyle | Marco Trevisan (Treviño) |
| 2013-12-10 | CompizUtils: add TextureQuad and PixmapTextureQuad structs | Marco Trevisan (Treviño) |
| 2013-12-09 | DecorationsManager: use DecorationSyle to define window borders. | Marco Trevisan (Treviño) |