summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/webgl/webqt.jsx
Commit message (Expand)AuthorAgeFilesLines
* Pass the timestamp as a string from JS to Qt to preserve precisionAndy Shaw2019-11-281-2/+2
* Don't send mouse events if we have touch supportAndy Shaw2019-11-221-0/+8
* Destroy loading canvasJesus Fernandez2019-01-241-7/+6
* Disable mouse tracking by defaultv5.12.0-beta3v5.12.0-beta2Jesus Fernandez2018-10-121-2/+6
* Reload the browser when the socket disconnectsJesus Fernandez2018-09-241-0/+1
* Remove unused variableJesus Fernandez2018-06-051-1/+0
* Normalize object notationJesus Fernandez2018-06-051-97/+97
* Fix typoJesus Fernandez2018-06-041-2/+2
* Prefer object notation over bracesJesus Fernandez2018-06-041-43/+45
* Silence complaints about bitwise operationsv5.11.0-beta3Jesus Fernandez2018-03-271-0/+3
* Remove old partial binary message workaroundJesus Fernandez2018-03-271-20/+5
* Fix browser warning and use addEventListenerJesus Fernandez2018-03-221-8/+8
* Add missing semicolonsJesus Fernandez2018-03-221-14/+14
* Remove unnecessary semicolonJesus Fernandez2018-03-211-1/+1
* Reuse body variableJesus Fernandez2018-03-211-2/+1
* Remove unused variablesJesus Fernandez2018-03-211-3/+1
* Remove spurious blank linesv5.11.0-beta1Jesus Fernandez2018-02-191-2/+0
* Correct variable name in webqt.jsxEdi Cikovic2018-02-151-1/+1
* Remove an unused functionv5.11.0-alpha1Jesus Fernandez2018-02-131-14/+4
* Fix key mapping of Enterv5.10.15.10.15.10Michael Brasser2018-01-171-1/+1
* Fix deleteFramebuffers and deleteRenderbuffersMichael Brasser2018-01-151-2/+2
* Add a comment to the sentinel checkJesus Fernandez2018-01-091-1/+1
* Fix glDrawArraysJesus Fernandez2018-01-091-1/+3
* Remove the parameterCount parameterJesus Fernandez2017-12-051-76/+69
* Send numeric identifiers instead of stringsJesus Fernandez2017-11-231-4/+4
* Fix Javascript errorJesus Fernandez2017-11-221-1/+1
* Use a dictionary instead of an arrayJesus Fernandez2017-11-221-44/+38
* Handle null values in bufferData functionJesus Fernandez2017-11-151-1/+1
* Fix conflicting DEPTH/STENCIL/DEPTH_STENCIL attachments warningJesus Fernandez2017-11-141-1/+7
* Improve JavaScript debug messagesv5.10.0-beta4Jesus Fernandez2017-11-031-4/+25
* Fix gl.renderbufferStorage function typov5.10.0-beta3Jesus Fernandez2017-10-251-1/+1
* Remove useless commentsJesus Fernandez2017-10-251-70/+0
* Remove undefined variablesJesus Fernandez2017-10-251-3/+0
* Fix multitouch support for mobile browsersAleksei Ilin2017-10-041-3/+22
* Allow users to disable the loading/waiting screen animationJesus Fernandez2017-10-031-0/+5
* Wrap system information in sysinfo keyJesus Fernandez2017-10-031-2/+3
* Remove identifier from messages not waiting for answerJesus Fernandez2017-09-211-2/+8
* Add Qt WebGL platform pluginJesus Fernandez2017-06-271-0/+1212