aboutsummaryrefslogtreecommitdiffstats
path: root/support/hololens
Commit message (Collapse)AuthorAgeFilesLines
* UWP: Preference panelPaul Rouget2020-06-1014-43/+482
|
* Auto merge of #26230 - jdm:nugetPkgUp, r=Manishearthbors-servo2020-04-293-15/+14
|\ | | | | | | | | | | Update Winrt and xrloader and ANGLE NuGet packages. Rebase of #25403. Tested against latest master revision on device.
| * Update Winrt and xrloader and ANGLE NuGet packages.Paul Rouget2020-04-203-16/+15
| |
* | Enable UWP logging in release builds with FirefoxRealityLogStdout env var.Josh Matthews2020-04-241-14/+24
| |
* | Ensure correct buttons are disabled when prompting in UWP.Josh Matthews2020-04-241-2/+2
| |
* | Retarget solution to 10.0.18362Manish Goregaokar2020-04-191-3/+3
|/
* Auto merge of #25853 - asajeffrey:surfmanup, r=jdmbors-servo2020-04-189-106/+39
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace glutin by winit + surfman 0.2 <!-- Please describe your changes on the following line: --> This PR updates surfman to 0.2, and replaces glutin with winit+surfman. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because this should all be invisible <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
| * Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-179-106/+39
| |
* | Auto merge of #26207 - servo:jdm-patch-36, r=Manishearthbors-servo2020-04-171-1/+1
|\ \ | | | | | | | | | | | | | | | Publish new UWP package This fixes an issue where the latest UWP package is published at http://download.servo.org/nightly/uwp/servo-latest.0.0.0_Test.zip because the full filename contains "1.0.0.0" and we don't detect file extensions correctly.
| * | Update UWP package version to 1.1.0.0.Josh Matthews2020-04-161-1/+1
| | |
* | | Auto merge of #26196 - jdm:stdout-log, r=Manishearthbors-servo2020-04-172-1/+44
|\ \ \ | |_|/ |/| | | | | | | | | | | Dump all UWP logging output to a file These changes ensure that we keep getting debug output in the VS output window, but we also write each message to a file in the app's local data directory. These changes also extend the C API a bit to support more generic logging facilities, removing some of the Windows-specific nature of the VSLogger. Fixes part of #23813.
| * | Dump all stdout/stderr/logging output to a file.Josh Matthews2020-04-172-1/+44
| | |
* | | Don't shutdown the app when it's suspended.Josh Matthews2020-04-161-2/+6
| |/ |/|
* | Depend on the preview OpenXR runtime for performance fixes.Josh Matthews2020-04-152-1/+2
|/
* Remove WebVRAlan Jeffrey2020-04-081-1/+0
|
* Make it possible to add a title to context menuPaul Rouget2020-03-314-6/+14
|
* Auto merge of #26043 - paulrouget:IMMenu, r=jdmbors-servo2020-03-304-7/+46
|\ | | | | | | | | | | Context menu API This adds an API for Servo internals to request a context menu to the embedder, along an implement for the UWP port.
| * Context Menu: UWPPaul Rouget2020-03-304-7/+46
| |
* | Add a devtools buttonPaul Rouget2020-03-259-15/+62
| |
* | UWP: include submodule logsPaul Rouget2020-03-241-20/+16
|/
* UWP port: re-enable devtoolsPaul Rouget2020-03-166-7/+34
|
* Add support for launching devtools server on random portKunal Mohan2020-03-162-0/+7
| | | | | Assign random port to devtools server in case user does not specify a port explicitly and report it to the embedding layer for display to user.
* Properly sign UWP packagePaul Rouget2020-03-095-6/+4
|
* Disable devtools for HoloLens.Josh Matthews2020-03-041-1/+1
|
* Remove broken thumbprint.Josh Matthews2020-03-021-2/+1
|
* bump min target platformPaul Rouget2020-02-191-1/+1
|
* Stop animations when window is hidden (API + UWP)Paul Rouget2020-02-195-0/+10
|
* Revert "Auto merge of #25509 - jdm:angle-up, r=asajeffrey"Josh Matthews2020-02-102-5/+5
| | | | | This reverts commit ce6204b904e62307915e0870611bad473cd48843, reversing changes made to 904fcb4317ffd0f1ed6d0400cdb768fedacfda3d.
* enable devtools for hololensPaul Rouget2020-02-101-1/+1
|
* Prompt user before accepting incoming devtools connectionPaul Rouget2020-02-102-2/+3
|
* Embedder Prompt APIPaul Rouget2020-02-104-39/+188
|
* Update ANGLE for UWP build.Josh Matthews2020-01-132-5/+5
|
* Adjust UWP packaging for submission.Josh Matthews2019-12-164-15/+11
|
* Auto merge of #25219 - jdm:angle-uwp-up, r=paulrougetbors-servo2019-12-102-3/+3
|\ | | | | | | | | | | Update ANGLE for UWP fix. This fixes a WACK error where the ANGLE DLLs do not contain the App Container feature.
| * Update ANGLE for UWP fix.Josh Matthews2019-12-092-3/+3
| |
* | Revert " Prompt user to install OpenXR package if not installed"Paul Rouget2019-12-098-126/+2
| | | | | | | | This reverts commit 75b522d2102cf420e8eda5a5a02649ba8e9c7321.
* | Dependency on OpenXR runtime packagePaul Rouget2019-12-091-0/+1
|/
* Fix libsimpleservo build after MediaSession C enums changeFernando Jiménez Moreno2019-12-051-9/+11
|
* Introduce CMediaSessionPlaybackState and CMediaSessionActionTypeFernando Jimenez Moreno2019-12-058-30/+9
|
* Hololens - Trigger MediaSessionActions for play and pause buttonsFernando Jimenez Moreno2019-12-0510-22/+61
|
* Hololens - Show/hide media controls according to playback stateFernando Jimenez Moreno2019-12-057-4/+69
|
* Hololens - MediaSession controls UIFernando Jimenez Moreno2019-12-053-0/+20
|
* Auto merge of #25076 - paulrouget:uwpTouch, r=Manishearthbors-servo2019-12-043-18/+83
|\ | | | | | | | | | | Properly send TouchEvents to Servo This PR is based on #24778. It fixes some UWP platform weirdness (click not registering, and non-expected touch move events).
| * Properly send TouchEvents to ServoPaul Rouget2019-12-043-18/+83
| |
* | Home button and larger buttons in toolbarPaul Rouget2019-12-047-9/+24
|/
* Prompt user to install OpenXR package if not installedPaul Rouget2019-11-268-1/+125
|
* Better tooltip for UWP portPaul Rouget2019-11-141-5/+5
|
* Properly set event.buttons value on mousemovePaul Rouget2019-11-111-0/+1
|
* Auto merge of #24646 - paulrouget:nocancel, r=jdmbors-servo2019-11-061-1/+0
|\ | | | | | | | | | | No need to cancel the task. The thread is ending. Fix #24635
| * No need to cancel the task. The thread is ending.Paul Rouget2019-11-041-1/+0
| |