summaryrefslogtreecommitdiff
path: root/panel
AgeCommit message (Expand)Author
2013-08-08Add edge barriers to panels too. Unit tests added.Andrea Azzarone
2013-08-07Inject the EdgeBarrierController in launcher controller.Andrea Azzarone
2013-08-01Remove Set/GetPrimary.Andrea Azzarone
2013-08-01Refactor unity::panel::Controller and add tests for it.Andrea Azzarone
2013-07-01PanelMenuView: use connection::WrapperMarco Trevisan (Treviño)
2013-07-01PanelView: use connection::ManagerMarco Trevisan (Treviño)
2013-07-01PanelIndicatorsView: use connection::ManagerMarco Trevisan (Treviño)
2013-06-26PanelMenuView: update the panel title when the unmaximized application name c...Marco Trevisan (Treviño)
2013-05-17Merging with trunkMarco Trevisan (Treviño)
2013-05-17Use gtk::IconInfo everywhere in the code to have proper handlingMarco Trevisan (Treviño)
2013-05-16Merged smart scopes branch.Pawel Stolowski
2013-05-14Remove deprecated gtk_icon_info_free()Ted Gould
2013-04-17Merged with trunk.Nick Dedekind
2013-04-11PanelTray: Return 0 as xid if the widget is not realized (it shouldn't ever h...Marco Trevisan (Treviño)
2013-04-11PanelController: use const& to return Xids, removing copies reduces its cost ...Marco Trevisan (Treviño)
2013-04-09PanelController: create only one instance of DBusIndicators and share it betw...Marco Trevisan (Treviño)
2013-04-09StandalonePanel: fix compilation, update to new APIMarco Trevisan (Treviño)
2013-04-09PanelController: create only one instance of DBusIndicators and share it betw...Marco Trevisan (Treviño)
2013-04-08PanelView: some code-cleanup, reduce computation when updating BG TextureMarco Trevisan (Treviño)
2013-04-08PanelView: repeat a 1-px wide texture, instead of building a bigger oneMarco Trevisan (Treviño)
2013-04-08PanelView: use TextureCacheMarco Trevisan (Treviño)
2013-03-20Merged with trunkNick Dedekind
2013-03-19unity: s/UBUS_PLACE_VIEW_CLOSE_REQUEST/UBUS_OVERLAY_CLOSE_REQUEST/gMarco Trevisan (Treviño)
2013-03-12merged with trunkNick Dedekind
2013-03-05Dash, Hud, Panel, Launcher: don't use input-windows when not in embedded modeMarco Trevisan (Treviño)
2013-03-05Dash, Hud, Panel: don't use input-windows when not in embedded modeMarco Trevisan (Treviño)
2013-03-05Minor change.Andrea Azzarone
2013-03-04Fix bug 1136447.Andrea Azzarone
2013-02-2164bit fixes for vairant builder.Nick Dedekind
2013-02-08* Fix multi monitor issue window buttons and indicators.Brandon Schaefer
2013-02-06Add tests.Andrea Azzarone
2013-02-06Merge lp:~andyrock/unity/remove-tray-whitelist.Andrea Azzarone
2013-02-01* Clean up the ctor, really just move all the parts into functionsBrandon Schaefer
2013-01-31* Merge trunkBrandon Schaefer
2013-01-31* Remove using overlay logic inside the PanelMenuView...Brandon Schaefer
2013-02-01Refactored PanelMenuView::Draw(), moved a bunch of texture generating, boolea...Brandon Schaefer
2013-01-31* Change 2 function namesBrandon Schaefer
2013-01-30* Renamed a bunch of ::Draw* function that were not drawing anything.Brandon Schaefer
2013-01-30Clicking on the indicators in the dash will now open them! (And close the das...Brandon Schaefer
2013-01-30* Pass by refrenceBrandon Schaefer
2013-01-29* Indicators will now open if clicked while the dash is open (closing the das...Brandon Schaefer
2013-01-29PanelMenuView: restore a grabbed window taking care of the panel offset. Fixe...Marco Trevisan (Treviño)
2013-01-28* Some fixes, changed AboutToShow to Show/HideBrandon Schaefer
2013-01-28* The main reason, is the DashView has to take up the PanelHeight, so when theBrandon Schaefer
2013-01-28* Moved WindowButton* to unity-sharedBrandon Schaefer
2013-01-25PanelMenuView: few cleanupsMarco Trevisan (Treviño)
2013-01-25PanelMenuView: restore a grabbed window taking care of the panel offsetMarco Trevisan (Treviño)
2013-01-11Reverted wrong change introduced in r3027MC Return
2013-01-09Removed calculation of x, because the calculated value is never usedMC Return
2013-01-09Removed first assignments of gint pos, because the values assigned were not usedMC Return