summaryrefslogtreecommitdiff
path: root/plugins/unityshell
AgeCommit message (Expand)Author
2012-09-28Update rendering of the price ribbon when emblem is displayed. Fixes: https:/...Michal Hruby
2012-09-28Make sure we call damageScreen when we have running animations.Andrea Azzarone
2012-09-28Avoid code duplication.Andrea Azzarone
2012-09-28Fix typo.Andrea Azzarone
2012-09-28big_tick_ should be a member variable.Andrea Azzarone
2012-09-28Move the apps emblem one pixel of the rightMichal Hruby
2012-09-28Use compiz tick-source.Andrea Azzarone
2012-09-27Don't keep re-blurring parts of the shell we've already painted, becauseDaniel van Vugt
2012-09-26Update gwibber icon. Fixes: https://bugs.launchpad.net/bugs/1056191. Approved...Michal Hruby
2012-09-26Updated category emblems. Fixes: https://bugs.launchpad.net/bugs/1056874. App...Michal Hruby
2012-09-26Update gwibber assetMichal Hruby
2012-09-26Make sure the category emblems aren't blurryMichal Hruby
2012-09-24* Fixes alt+tab issuesBrandon Schaefer
2012-09-24UnityWindow: don't redraw the decoration texture for selected windows if not ...Marco Trevisan (Treviño)
2012-09-24UnityWindow: when spreading, render an empty decoration texture at full size ...Marco Trevisan (Treviño)
2012-09-24UnityScreen: add screen introspection class, make UnityWindow introspectableMarco Trevisan (Treviño)
2012-09-24ScreenIntrospection: add a new introspectable class to allow screen introspec...Marco Trevisan (Treviño)
2012-09-24UnityShell: use smart pointer for bghash, fix compilation issuesMarco Trevisan (Treviño)
2012-09-24Merging with trunkMarco Trevisan (Treviño)
2012-09-24UnityWindow: remove the workaround on initiate/terminate spreadMarco Trevisan (Treviño)
2012-09-23UnityWindow: reset the cached textures, when the style has changedMarco Trevisan (Treviño)
2012-09-23UnityWindow: remove uneeded cairo callsMarco Trevisan (Treviño)
2012-09-23UnityWindow: use another strategy to draw a rounded top borderMarco Trevisan (Treviño)
2012-09-23UnityWindow: correctly fade out the decoration textMarco Trevisan (Treviño)
2012-09-23UnityWindow: use the gtk style context to render the scaled window textMarco Trevisan (Treviño)
2012-09-23UnityWindow: set the decoration radius to match system default valuesMarco Trevisan (Treviño)
2012-09-23UnityWindow: even more cleanup the scale decoration codeMarco Trevisan (Treviño)
2012-09-23UnityWindow: correctly draw a fake rounded decoration using default valuesMarco Trevisan (Treviño)
2012-09-23UnityWindow: GetScaledGeometry, fix the x/y positioning, so that the decorati...Marco Trevisan (Treviño)
2012-09-21* Remove dead param from the SwitcherControllerBrandon Schaefer
2012-09-19Fix "ERROR: More than one thumbnail generator created".Andrea Azzarone
2012-09-19UnityWindow: add close on middle-click supportMarco Trevisan (Treviño)
2012-09-19This branch introduces dash to preview transitions. I relies on this nux bran...Neil Jagdish Patel
2012-09-19Try not to slow the system down on every unity frame. Just when blurs needDaniel van Vugt
2012-09-19Don't keep re-blurring parts of the shell we've already painted, becauseDaniel van Vugt
2012-09-19Dash/Hud no longer steal mouse events outside their content area. Better draw...Nick Dedekind
2012-09-18UnityWindow: go back to use all the screen windows on spread events, to avoid...Marco Trevisan (Treviño)
2012-09-18UnityWindow: use ScaleScreen windows list (hopefully smaller) to check if dec...Marco Trevisan (Treviño)
2012-09-18UnityWindow: implements sigc::trackableMarco Trevisan (Treviño)
2012-09-18LauncherController, FavoriteStore, Launcher, Icons: always use sort priority ...Marco Trevisan (Treviño)
2012-09-18* Cleanup "Jay Taoko
2012-09-18Merge with trunk.Nick Dedekind
2012-09-18* Merged with Unity trunk.Jay Taoko
2012-09-18Added check for launcher/panel mouse click areas in dash hide logic.Nick Dedekind
2012-09-18* Fixed background color tint.Jay Taoko
2012-09-18HideDash/Hud directly from external button press.Nick Dedekind
2012-09-17Fix uninitialized and invalid reads as reported by valgrind.. Fixes: . Approv...Tim Penhey
2012-09-18Merging with trunkMarco Trevisan (Treviño)
2012-09-17Show the alt-tab on the monitor with the mouse.. Fixes: https://bugs.launchpa...Andrea Azzarone
2012-09-17* Fixing background color tint. W.I.P.Jay Taoko