summaryrefslogtreecommitdiffstats
path: root/mojo/examples/sample_app
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Introduces mojo::EventType and mojo::EventFlagsmorrita@chromium.org2014-07-242-11/+9
* Mojo: Get rid of ui::gfx from sample_appmorrita@chromium.org2014-07-233-16/+15
* Mojo: Move sample_app out from namespace mojomorrita@chromium.org2014-07-165-30/+24
* Attempt at cleaning up a bunch of shutdown issues.ben@chromium.org2014-07-111-1/+3
* Split ServiceProvider into 3davemoore@chromium.org2014-06-251-5/+7
* Move native_viewport.mojom into public/interfacesben@chromium.org2014-06-172-2/+2
* Only change the spinning cube color on right click.aa@chromium.org2014-06-131-9/+15
* Mojo: Implement support for |Foo&| mojom syntaxdarin@chromium.org2014-05-303-6/+6
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-292-26/+25
* Simplify Rectben@chromium.org2014-05-291-10/+9
* Support MojoMain() in an Application contextdavemoore@chromium.org2014-05-291-28/+16
* Shell / ShellClient -> ServiceProviderdavemoore@chromium.org2014-05-271-5/+6
* Revert 272983 "Change Shell / ShellClient to ServiceProvider"davemoore@chromium.org2014-05-271-6/+5
* Change Shell / ShellClient to ServiceProviderdavemoore@chromium.org2014-05-271-5/+6
* Change the color of the spinning cube on click.aa@chromium.org2014-05-243-2/+23
* Mojo: Remove SetClient from generated interfacesdarin@chromium.org2014-05-231-1/+1
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-092-12/+10
* Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.viettrungluu@chromium.org2014-04-012-3/+3
* Change AckEvent into request / responsedavemoore@chromium.org2014-03-311-4/+4
* Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell.viettrungluu@chromium.org2014-03-311-2/+2
* Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h.viettrungluu@chromium.org2014-03-311-1/+1
* Mojo: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-302-2/+2
* Mojo: Move public/environment to public/cpp/environment.viettrungluu@chromium.org2014-03-291-1/+1
* Mojo: Move mojo/public/utility to mojo/public/cpp/utility.viettrungluu@chromium.org2014-03-291-1/+1
* Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own f...viettrungluu@chromium.org2014-03-281-2/+2
* Mojo: Move public C system header files to mojo/public/c/system/.viettrungluu@chromium.org2014-03-261-2/+2
* Mojo: Include "path/to/foo.mojom.h"darin@chromium.org2014-02-272-3/+3
* Change mojo demo apps to use Application.davemoore@chromium.org2014-02-131-2/+2
* Create Application classdavemoore@chromium.org2014-02-121-63/+43
* Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>darin@chromium.org2014-02-111-7/+10
* Create GLES2 context synchronously.piman@chromium.org2014-02-043-29/+9
* Mojo: cleanup lifetime management of shell and servicesdarin@chromium.org2014-02-031-2/+5
* Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreat...piman@chromium.org2014-01-283-14/+26
* Mojo: re-organize public/bindings/ directorydarin@chromium.org2014-01-282-2/+3
* Add a Launcher App.ben@chromium.org2014-01-271-1/+15
* Internalize the GLES2Client logic into libmojo_gles2piman@chromium.org2014-01-233-19/+41
* Mojo: AsyncWaiter and mojo/public/environmentdarin@chromium.org2014-01-141-3/+1
* Mojo: Remove utility:: namespacedarin@chromium.org2014-01-091-3/+3
* Remove dependencies on base from SampleAppdavemoore@chromium.org2014-01-083-30/+36
* Mojo: abstract interface implementation from generated Stub classesdarin@chromium.org2014-01-073-9/+6
* Mojo: Add MessagePipe to core_cpp.h for conveniencedarin@chromium.org2013-12-251-9/+7
* Implement ServiceManagerdavemoore@chromium.org2013-12-183-101/+66
* Do something more interesting than printf when an event is received by sample...ben@chromium.org2013-12-116-22/+128
* Revert 239910 "Do something more interesting than printf when an..."vadimt@chromium.org2013-12-106-127/+22
* Do something more interesting than printf when an event is received by sample...ben@chromium.org2013-12-106-22/+127
* Move us closer to shutting down cleanly.ben@chromium.org2013-12-092-4/+10
* Wire events through to sample_appben@chromium.org2013-12-062-0/+10
* Mojo: Generate bindings that make use of ScopedMessagePipeHandle.darin@chromium.org2013-12-041-1/+1
* [Mojo] Remove dependency between mojo/public and gpuabarth@chromium.org2013-12-048-94/+98
* [Mojo] Fix race condition in sample_app's SwapBuffersabarth@chromium.org2013-12-023-6/+7