aboutsummaryrefslogtreecommitdiffstats
path: root/support/magicleap/Servo2D
Commit message (Collapse)AuthorAgeFilesLines
* Removed `support/magicleap`michaelgrigoryan252023-05-2239-6056/+0
|
* Package both Servo2D and Servo3D in one magicleap mpkAlan Jeffrey2019-08-152-12/+3
|
* Reduce magicleap servo screen resolutionAlan Jeffrey2019-08-131-2/+2
|
* Make the magicleap servo2d app 16x9 rather than squareAlan Jeffrey2019-08-124-25/+25
|
* Use the built-in laser pointer for magicleapAlan Jeffrey2019-08-129-62/+15
|
* Updated Servo2D to LRE v0.22.0Alan Jeffrey2019-08-0929-174/+791
|
* Added gstreamer support to the magicleap portAlan Jeffrey2019-08-082-1/+30
|
* Add Servo3D immersive demo for magicleapAlan Jeffrey2019-06-131-2/+4
|
* Get Servo2D to build with debugmozjsAlan Jeffrey2019-05-081-0/+4
|
* Support passing in arguments from embedding. Read arguments for Magic Leap ↵Josh Matthews2019-05-023-5/+9
| | | | from SERVO_ARGS env var.
* Support launching Servo2d with a URI.Josh Matthews2019-05-013-5/+29
|
* Work around deprecated API when packaging for magicleapAlan Jeffrey2019-04-251-0/+4
|
* Move debuggable flag setting for magicleap package to package fileAlan Jeffrey2019-04-251-1/+5
|
* Build MagicLeap port using libsimpleservo.Josh Matthews2019-03-042-8/+22
|
* Add basic keyboard support for magicleapAlan Jeffrey2018-12-182-2/+58
|
* Tidy up UI of magicleap appAlan Jeffrey2018-11-294-23/+58
|
* Move Android and ML build artefacts to their own subdirectoryAnthony Ramine2018-11-281-2/+2
| | | | Works around #20380.
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-193-3/+3
|
* Use a laser pointer rather than the trackpad to control web content.Alan Jeffrey2018-11-158-105/+179
|
* Auto merge of #22095 - asajeffrey:magicleap-icon, r=jdmbors-servo2018-11-098-0/+4009
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add icon for launching Magic Leap Servo <!-- Please describe your changes on the following line: --> Add an icon for launching Magic Leap Servo. --- <!-- 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 we don't test ML <!-- 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. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22095) <!-- Reviewable:end -->
| * Added icon for launching Magic Leap ServoAlan Jeffrey2018-11-028-0/+4009
| |
* | Auto merge of #22094 - asajeffrey:magicleap-shutdown, r=paulrougetbors-servo2018-11-061-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shut down Servo when the ML app quits <!-- Please describe your changes on the following line: --> Shut down servo when shutting down the magic leap app. --- <!-- 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 we don't test ML <!-- 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. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22094) <!-- Reviewable:end -->
| * | Shut down servo when the ML app quitsAlan Jeffrey2018-11-021-2/+2
| |/
* / Support scrolling in Magic Leap ServoAlan Jeffrey2018-11-012-10/+13
|/
* Get the Servo2D URL bar to show the current URL, and to navigate when edited.Alan Jeffrey2018-10-312-11/+48
|
* Hook up the back and forward buttons to history traversal in Magic Leap Servo2DAlan Jeffrey2018-10-302-6/+28
|
* Auto merge of #22044 - asajeffrey:magicleap-less-egl-buffer-swapping, r=jdmbors-servo2018-10-301-16/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce the amount of EGL buffer swapping the ML port is doing <!-- Please describe your changes on the following line: --> At the moment, we're swapping the EGL buffers every heartbeat, which produces a lot of flickering. We should only swap the buffers when needed. --- <!-- 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 we have no way to test on ML <!-- 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. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22044) <!-- Reviewable:end -->
| * Reduce the amount of EGL buffer swapping the ML port is doingAlan Jeffrey2018-10-291-16/+0
| |
* | Get the ML port to follow hyperlinksAlan Jeffrey2018-10-293-9/+86
|/
* Support building for Magic Leap.Alan Jeffrey2018-10-2922-0/+1113