summaryrefslogtreecommitdiffstats
path: root/mojo/examples/window_manager
Commit message (Expand)AuthorAgeFilesLines
* Mojo: add InterfaceFactoryImpl, use composition rather than inheritance.darin@chromium.org2014-07-291-10/+11
* Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEm...ben@chromium.org2014-07-291-1/+1
* Remove extraneous namespacesdavemoore@chromium.org2014-07-263-48/+45
* Distinguish between keystroke and character events.kpschoedel@chromium.org2014-07-251-6/+14
* Nukes view_manager namespacesky@chromium.org2014-07-243-17/+5
* Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org2014-07-241-16/+24
* Mojo: Introduces mojo::EventType and mojo::EventFlagsmorrita@chromium.org2014-07-241-1/+1
* Add EmbedRoot to ViewManagerService.ben@chromium.org2014-07-231-1/+1
* Allow EmbedRoot to be called multiple times.ben@chromium.org2014-07-221-5/+10
* Revert 284322 "Allow EmbedRoot to be called multiple times."ben@chromium.org2014-07-191-10/+5
* Allow EmbedRoot to be called multiple times.ben@chromium.org2014-07-191-5/+10
* mojo: Make InterfacePtr<> testable in if() statements without .get().erg@chromium.org2014-07-191-1/+1
* Mojo: Automatically prepend enum names to enum values for C++ bindings.sammc@chromium.org2014-07-162-10/+11
* Preliminary interactive layout of window manager's demo_launcher.hansmuller@chromium.org2014-07-161-19/+87
* Attempt at cleaning up a bunch of shutdown issues.ben@chromium.org2014-07-111-6/+8
* Connect X11 ConfigureNotify events to Mojohansmuller@chromium.org2014-07-101-2/+38
* Revert of Connect X11 ConfigureNotify events to Mojo (https://codereview.chro...horo@chromium.org2014-07-091-38/+2
* Connect X11 ConfigureNotify events to Mojohansmuller@chromium.org2014-07-091-2/+38
* Mojo: Add a cross-app nav test to the window manager.aa@chromium.org2014-06-272-9/+20
* Mojo: Add a "close last window" button to the window manager.aa@chromium.org2014-06-273-12/+27
* Mojo: Focus browser app on click.aa@chromium.org2014-06-271-2/+2
* Stop creating colored squares on deadspace click.aa@chromium.org2014-06-263-41/+68
* Mojo: Plumb html_viewer.cc navigations through navigator interface.aa@chromium.org2014-06-261-0/+12
* Add a debug panel to mojo_demo_launcher. Will be used for various controls of...aa@chromium.org2014-06-264-14/+214
* Keyboard tweakssky@chromium.org2014-06-261-4/+12
* Split ServiceProvider into 3davemoore@chromium.org2014-06-251-18/+27
* Initial version of keyboardsky@chromium.org2014-06-252-12/+135
* Revert 279769 "Initial version of keyboard"sky@chromium.org2014-06-252-135/+12
* Initial version of keyboardsky@chromium.org2014-06-252-12/+135
* Mojo: Partially implement input events in html_viewer.erg@chromium.org2014-06-251-1/+1
* More aesthetically appealing sizing for the content areas.ben@chromium.org2014-06-241-2/+14
* Run input events through a window-manager supplied ViewEventDispatcher so it ...ben@chromium.org2014-06-241-2/+16
* Add cross-application navigation.aa@chromium.org2014-06-231-17/+33
* Mojo: Fix DCHECK on middle-click in window manager.aa@chromium.org2014-06-201-1/+2
* Mojo: teach launcher about mojo:// URLs.aa@chromium.org2014-06-201-10/+6
* mv services/navigation.mojom services/public/interfaces/navigation.mojomaa@chromium.org2014-06-191-1/+1
* Turn 'browser' app into a 'launcher' app that window_manageraa@chromium.org2014-06-191-35/+96
* When you moved the native viewport, the contents would move to an incorrect p...ben@chromium.org2014-06-191-4/+5
* Eliminate Launchable. Use Navigator instead.ben@chromium.org2014-06-191-1/+7
* Client side name cleanupben@chromium.org2014-06-171-9/+8
* Adds a parameter to Launchable that is a ViewTreeNode to render in. Adds an i...ben@chromium.org2014-06-131-1/+1
* Introduce very beginning of navigation.aa@chromium.org2014-06-121-4/+36
* Wires up necessary pieces to use views with view_managersky@chromium.org2014-06-101-0/+2
* Fix ownership bug with ViewObserver::OnViewInputEventsky@chromium.org2014-06-101-2/+2
* Now that there are N ViewManager instances, one per unique connection, just l...ben@chromium.org2014-06-101-1/+1
* Consolidates view_manager typedefssky@chromium.org2014-06-091-5/+5
* Add an example that nests embedded app, so we have two levels of nesting (and...ben@chromium.org2014-06-071-28/+43
* Provide an API to the example window manager app that supports closing a window.ben@chromium.org2014-06-063-12/+78
* Add support for multiple roots to the client lib.ben@chromium.org2014-06-061-3/+13
* Get view manager client lib unit test harness to run again. Does not get any ...ben@chromium.org2014-06-031-1/+1