aboutsummaryrefslogtreecommitdiffstats
path: root/support/magicleap/Servo2D/code/src
Commit message (Collapse)AuthorAgeFilesLines
* Removed `support/magicleap`michaelgrigoryan252023-05-222-432/+0
|
* Reduce magicleap servo screen resolutionAlan Jeffrey2019-08-131-2/+2
|
* Make the magicleap servo2d app 16x9 rather than squareAlan Jeffrey2019-08-121-6/+6
|
* Use the built-in laser pointer for magicleapAlan Jeffrey2019-08-121-22/+5
|
* Updated Servo2D to LRE v0.22.0Alan Jeffrey2019-08-091-48/+30
|
* Added gstreamer support to the magicleap portAlan Jeffrey2019-08-081-0/+9
|
* Add Servo3D immersive demo for magicleapAlan Jeffrey2019-06-131-2/+4
|
* Support passing in arguments from embedding. Read arguments for Magic Leap ↵Josh Matthews2019-05-022-4/+7
| | | | from SERVO_ARGS env var.
* Support launching Servo2d with a URI.Josh Matthews2019-05-012-4/+27
|
* Build MagicLeap port using libsimpleservo.Josh Matthews2019-03-041-7/+16
|
* Add basic keyboard support for magicleapAlan Jeffrey2018-12-181-2/+52
|
* Tidy up UI of magicleap appAlan Jeffrey2018-11-291-17/+22
|
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-192-2/+2
|
* Use a laser pointer rather than the trackpad to control web content.Alan Jeffrey2018-11-151-25/+81
|
* 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-011-9/+11
|/
* Get the Servo2D URL bar to show the current URL, and to navigate when edited.Alan Jeffrey2018-10-311-11/+36
|
* Hook up the back and forward buttons to history traversal in Magic Leap Servo2DAlan Jeffrey2018-10-301-4/+26
|
* 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-291-9/+73
|/
* Support building for Magic Leap.Alan Jeffrey2018-10-292-0/+213