summaryrefslogtreecommitdiff
path: root/dash
AgeCommit message (Expand)Author
2014-03-13* Update the DPI when we setup the viewsBrandon Schaefer
2014-03-11* Remove useless commentBrandon Schaefer
2014-03-10* Use a workaround to make sure the LayeredLayout sticks to the same min/max asBrandon Schaefer
2014-03-10* Update the FilterBarLabel with ScaleBrandon Schaefer
2014-03-07* Reload the icons when the scale changes.Brandon Schaefer
2014-03-03* Get the icons working per monitor!Brandon Schaefer
2014-03-01* Get PlacesGroup in a decent position. As well as ScopeView.Brandon Schaefer
2014-03-01* Get the ScopeBar/ScopeBarIcon resizing correctly when changing the DPIBrandon Schaefer
2014-02-28* First batch dealing with the dash.Brandon Schaefer
2014-02-28* Merge trunkBrandon Schaefer
2014-02-28* ParentBrandon Schaefer
2014-02-27UScreen: use better API, const methods and remove useless includesMarco Trevisan (Treviño)
2014-02-25* Move to storing up to monitors::MAX launchers. This way we can tell whatBrandon Schaefer
2014-02-25DashView: correctly set the the proper monitor offsets to match monitor DPIMarco Trevisan (Treviño)
2014-02-20Fix some Autopilot test failure regressions due to changes in rev. 3668.Chris Townsend
2014-02-17* Merge trunkBrandon Schaefer
2014-02-17* Remove all the unneeded calls the PanelHeight(), make a variable hold that ...Brandon Schaefer
2014-02-10Fix a couple of test_panel AP tests:Chris Townsend
2014-01-15* Use the specific monitor that is being using for the panel height.Brandon Schaefer
2014-01-15* Move panel::Style::panel_height over to a function PanelHeight(int monitor)Brandon Schaefer
2013-12-17Add logic to only zero out the geometry is the blur type is static.Chris Townsend
2013-12-13When hiding the Dash & Hud views, zero out the geometry and update the blur b...Chris Townsend
2013-11-21{Dash,Hud}Controller: unset the keyfocus area only if one of their children h...Marco Trevisan (Treviño)
2013-11-20BackgroundEffectHelper: Specify the required blur area before drawing so sele...Marco Trevisan (Treviño)
2013-11-19Merging with lp:~3v1n0/unity/ap1.4-introspection-cleanupMarco Trevisan (Treviño)
2013-11-19ScopeBar: made more clear the type we're iteratingMarco Trevisan (Treviño)
2013-11-19Merge with trunkMarco Trevisan (Treviño)
2013-11-19{Dash,Hud}Controller: unset the keyfocus area only if one of their children h...Marco Trevisan (Treviño)
2013-11-19Merging with trunkMarco Trevisan (Treviño)
2013-11-18adds virtual destructors to classes with virtual methods to prevent memory le...Eleni Maria Stea
2013-11-18OverlayRenderer: update the blur region before drawing, otherwise we'll get a...Marco Trevisan (Treviño)
2013-11-16BackgroundEffectHelper: connect to owner geometry changes to update the reque...Marco Trevisan (Treviño)
2013-11-14Merging with lp:~3v1n0/unity/gl-bottleneck-fixMarco Trevisan (Treviño)
2013-11-14Unity: always prefer passing [this] to lambdas than [&]Marco Trevisan (Treviño)
2013-11-14Merging with lp:~3v1n0/unity/ap1.4-introspection-cleanupMarco Trevisan (Treviño)
2013-11-14Merge with trunkMarco Trevisan (Treviño)
2013-11-08fixed error in destructor definitionEleni Maria Stea
2013-11-08merged to trunkEleni Maria Stea
2013-11-06added virtual destructors in classes that have virtual methodsEleni Maria Stea
2013-11-01Merging with trunkMarco Trevisan (Treviño)
2013-10-21DashController: check for invalid (null) keybindingsMarco Trevisan (Treviño)
2013-10-21Merging with trunkMarco Trevisan (Treviño)
2013-10-18* Get the current char before moving the pointer down to the next charBrandon Schaefer
2013-10-15* Use *next_charBrandon Schaefer
2013-10-15* Fix very bad utf8 handling...thnaks bregma!Brandon Schaefer
2013-10-15* Remove extra string copyBrandon Schaefer
2013-10-15* Reduce the complexity of the solution, do a one-time pass replaceBrandon Schaefer
2013-10-15* Make the name more abstract, in case there are other languages we need to b...Brandon Schaefer
2013-10-15* When dealing with names that are in burmese, we must replace those with '?'.Brandon Schaefer
2013-10-14DashController: extend sigc::trackable to automatcally disconect from signal ...Marco Trevisan (Treviño)