summaryrefslogtreecommitdiffstats
path: root/mandoline/ui
Commit message (Expand)AuthorAgeFilesLines
* Bye bye Mandolinesky2016-02-0931-1951/+0
* Rename Connection::AddService/ConnectToService to Connection::AddInterface/Ge...ben2016-02-094-6/+6
* Rename ConnectToApplication to Connect().ben2016-02-071-1/+1
* Rename ApplicationDelegate to ShellClient.ben2016-02-078-35/+30
* Extract shell methods from ApplicationImpl into a base class, and pass this t...ben2016-02-079-45/+51
* ConfigureIncomingConnection -> AcceptConnectionben2016-02-066-6/+6
* Moves more functions off WindowTreeHost onto WindowManagerClientsky2016-02-022-3/+3
* Moves accelerator registration to WindowManagersky2016-02-022-25/+65
* Nukes WindowManagerDeprecatedsky2016-01-301-1/+1
* Make use of CreateInterfacePtrAndBind() where appropriatesky2016-01-261-4/+3
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-212-16/+16
* Reduce string copies in GURL creationbrettw2016-01-202-2/+2
* Move mojo/application/public -> mojo/shell/publicben2016-01-1217-28/+28
* Switch to standard integer types in mandoline/.avi2015-12-229-2/+17
* Convert Pass()→std::move() in //mandolinedcheng2015-12-183-12/+18
* Remove third_party/mojo_services.jam2015-12-111-1/+0
* Format all BUILD.gn with "gn format --in-place".sdefresne2015-12-061-1/+1
* mus: Notify the client whether adding an accelerator was successful.sadrul2015-12-021-12/+16
* mus: Allow the WM to specify the windows that can have active children.sadrul2015-11-241-0/+1
* Split Mandoline-specific components out of mojo:core_services.msw2015-11-211-3/+3
* Convert ConnectToApplication to take a params classben2015-11-203-12/+4
* Run gn --format over all .gn filesagrieve2015-11-202-2/+2
* mojo_runner: Get --trace-start working with generic mojo_runner.erg2015-11-186-0/+8
* Revert of mandoline/mojo: Make ApplicaitonImpl connect to tracing during star...erg2015-11-182-2/+3
* mandoline/mojo: Make ApplicaitonImpl connect to tracing during startup.erg2015-11-172-3/+2
* Move Shell connection to content.ben2015-11-152-2/+2
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-1310-12/+12
* Fix crash in mandolinesky2015-11-122-43/+56
* Use TimeTicks as much as possible in startup_metric_utils.gab2015-11-113-8/+9
* views/mus: Remove NativeWidgetViewManager, and use NativeWidgetMus instead.sadrul2015-11-102-6/+6
* Adds logic to deal with properties that are set by both wm and clientsky2015-11-092-2/+2
* Makes windowmanager draw non-client areasky2015-11-057-68/+4
* Make WindowManagerConnection not use AuraInit.ben2015-11-049-4/+94
* mus: Change namespace from mojo to mus.mojom for events.sadrul2015-10-292-20/+26
* mus: Move mojo events into mus.sadrul2015-10-293-3/+0
* Converts client lib to use gfx typessky2015-10-284-19/+15
* Routes calls to WM through WSsky2015-10-272-2/+3
* mandoline: Start adding trace events for mandoline stuff.erg2015-10-231-0/+6
* mus: Introduce EventMatcher.sadrul2015-10-221-7/+13
* mus: CreateWindow => NewWindowfsamuel2015-10-182-3/+3
* components/mus/public/interfaces View => Windowfsamuel2015-10-166-21/+20
* View => Window in components/mus/public/cppfsamuel2015-10-166-58/+58
* Adds GetDisplays() to WindowManagersky2015-10-152-4/+2
* Moves mandoline/ui/aura to ui/views/mussky2015-10-1419-1146/+14
* Get searching forward/backwards working.erg2015-10-145-8/+26
* Move ViewObserver out of NativeWidgetViewManagerfsamuel2015-10-143-55/+72
* Adds MUSViewsInitsky2015-10-141-1/+3
* Makes example use TYPE_WINDOWsky2015-10-132-2/+10
* Creates a trivial wm example appsky2015-10-134-13/+21
* Add a basic LaunchHandler Mandoline browser apptest.msw2015-10-133-137/+27