summaryrefslogtreecommitdiffstats
path: root/mojo/examples/sample_app
Commit message (Expand)AuthorAgeFilesLines
* Rename Get to GetProxysky2014-10-061-1/+1
* Mojo: MOJO_OVERRIDE -> override in mojo/.Viet-Trung Luu2014-09-291-4/+4
* Nukes NativeViewportClient::OnCreatedsky2014-09-292-16/+22
* GN: Replace mojo/system.gni with forwarding groupsjamesr2014-09-161-4/+5
* GN: Create a :gles2_interface target to resolve some check errors in //cc.jbroman2014-09-161-0/+1
* GN rules for everything in //mojojamesr2014-09-151-3/+13
* Convert view manager to surfaces with uploading shim in client libjamesr2014-09-121-11/+6
* mojo: Fix window resizing in mojo_sample_app and mojo_demo_launcher.erg2014-09-042-0/+6
* Teach the native viewport service to draw a Surface into itselfjamesr2014-08-291-0/+1
* mojo: first take on removing mojo_main_{chromium,standalone}.tim@chromium.org2014-08-212-9/+5
* Mojo multiple command buffer support and samplejamesr@chromium.org2014-08-201-10/+15
* GN: Mojo wget, sample_app, surfaces app and component buildjamesr@chromium.org2014-08-191-0/+28
* Revert 290431 "Mojo multiple command buffer support and sample"sashab@chromium.org2014-08-191-15/+10
* Mojo multiple command buffer support and samplejamesr@chromium.org2014-08-191-10/+15
* Revert of Mojo multiple command buffer support and sample (patchset #6 of htt...tdanderson@chromium.org2014-08-161-15/+10
* Mojo multiple command buffer support and samplejamesr@chromium.org2014-08-161-10/+15
* mojo events: Add |screen_location| to located events.erg@chromium.org2014-08-162-12/+11
* Make async waiter explicit MojoGLES2CreateContext paramjamesr@chromium.org2014-08-122-6/+6
* Mojo: split up service_provider.mojomdarin@chromium.org2014-07-311-1/+0
* Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoopjamesr@chromium.org2014-07-252-40/+39
* 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