summaryrefslogtreecommitdiffstats
path: root/mash/wm
Commit message (Expand)AuthorAgeFilesLines
* mus: Remove unnecessary const from property TypeConverter templatesjamescook2016-03-252-3/+2
* Mash: Show app icons in shelf based on the Widget's app iconjamescook2016-03-255-15/+47
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-222-5/+0
* Converts mash_wm_apptests to unit testssky2016-03-224-56/+17
* Revert of Quit the message loop by default in ShellConnectionLost when Applic...esprehn2016-03-222-0/+5
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-212-5/+0
* Add simple mash context menu support.msw2016-03-211-1/+1
* Rename mash_shell to mash_session.ben2016-03-186-17/+17
* Use ui::Event instead of mojom::EventPtr in mash/wm.moshayedi2016-03-1810-69/+71
* Use ui::Event instead of mojom::EventPtr in mus::InputEventHandler.moshayedi2016-03-171-0/+1
* Change primordial pipes to ShellClientrockot2016-03-142-0/+5
* Removes embed root from mussky2016-03-111-4/+2
* Moves mojo_application_manifest to data_depssky2016-03-101-2/+2
* Convert mus apptests to shelltestsrockot2016-03-091-1/+0
* Remove mash::wm::WindowManagerImpl.moshayedi2016-03-082-258/+0
* Add a instance groups to Connect(), and introduce an Identity struct.ben2016-03-082-6/+5
* color_utils cleanup:pkasting2016-03-071-4/+1
* Change userid from a uint32_t to a string guidben2016-03-052-3/+3
* Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...markdittmer2016-03-041-1/+1
* Revert of IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (...dimich2016-03-031-1/+1
* Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...markdittmer2016-03-031-1/+1
* Adds WindowManagerManager to mussky2016-03-023-18/+0
* Set mash shelf width to available width.msw2016-03-021-1/+2
* Primitive login screen to mock out login flow.ben2016-02-295-6/+14
* Change Mojo URLs to structured names.ben2016-02-272-4/+4
* Replace with mojo::Connector (already exists) now that Shell is gone.ben2016-02-269-27/+27
* Apply a new FillLayout to mash root window and containers.msw2016-02-265-17/+69
* Fix basic ash shelf layout in mash shellmsw2016-02-263-7/+40
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-252-3/+3
* Revert "Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrS...yzshen2016-02-242-3/+3
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-242-3/+3
* Add a user id parameter to connections.ben2016-02-242-2/+3
* This enforces the capability filter specified in an application manifest.ben2016-02-233-1/+12
* Remove machinery to dynamically update left view X inset.pkasting2016-02-135-34/+14
* Move two files into mojo/public/cpp/bindings.yzshen2016-02-122-2/+2
* Rename ConnectToService to ConnectToInterface()ben2016-02-103-3/+3
* [mojo] Delete third_party/mojorockot2016-02-101-1/+1
* Bye bye Mandolinesky2016-02-091-0/+4
* Rename Connection::AddService/ConnectToService to Connection::AddInterface/Ge...ben2016-02-091-2/+2
* Rename ConnectToApplication to Connect().ben2016-02-071-1/+1
* Rename ApplicationDelegate to ShellClient.ben2016-02-072-12/+10
* Extract shell methods from ApplicationImpl into a base class, and pass this t...ben2016-02-0710-39/+26
* Move shell interfaces into the shell.mojom namespace.ben2016-02-064-5/+13
* ConfigureIncomingConnection -> AcceptConnectionben2016-02-062-2/+2
* Add a rule for collating mojo application manifests.ben2016-02-041-1/+7
* Make Screenlock observe shell screenlock state.ben2016-02-039-23/+344
* Moves more functions off WindowTreeHost onto WindowManagerClientsky2016-02-026-34/+38
* Revert of Make Screenlock observe shell screenlock state. (patchset #6 id:100...thakis2016-02-029-344/+23
* Make Screenlock observe shell screenlock state.ben2016-02-029-23/+344
* Moves accelerator registration to WindowManagersky2016-02-0210-54/+196