summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVectorJarek Kobus2020-06-292-4/+4
* Fix Clang 10 warning about inconsistent overrideThiago Macieira2020-05-051-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-141-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-1/+1
| |\
| | * Set the bytes per pixel for LUMINANCE_ALPHA to 2Andy Shaw2019-11-191-1/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-302-7/+7
|\| |
| * | Pass the timestamp as a string from JS to Qt to preserve precisionAndy Shaw2019-11-282-7/+7
* | | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-261-4/+1
|/ /
* / Don't send mouse events if we have touch supportAndy Shaw2019-11-221-0/+8
|/
* Handle offscreen surfacesLaszlo Agocs2019-07-254-0/+33
* Eradicate Q_FOREACH loops and mark the module free of themMarc Mutz2019-07-011-1/+2
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-011-3/+2
* Remove unused public interfacev5.13.0-beta3v5.13.0-beta2Jesus Fernandez2019-04-011-1/+0
* Fix build - screen maintenance functions moved to QWSIJesus Fernandez2019-03-291-3/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-021-7/+6
|\
| * Destroy loading canvasJesus Fernandez2019-01-241-7/+6
* | Add platform plugin parameter for websockerserverMaurice Kalinowski2019-01-306-10/+27
|/
* Fix calling convention in Win32Jesus Fernandez2018-12-051-4/+10
* Check the pointer before dereferencing it to avoid crashesv5.12.0-beta4Jesus Fernandez2018-10-241-0/+2
* Disable mouse tracking by defaultv5.12.0-beta3v5.12.0-beta2Jesus Fernandez2018-10-122-3/+8
* Fix rendering updatev5.12.0-beta1Jesus Fernandez2018-10-011-0/+3
* Use reference in range for to avoid copyJesus Fernandez2018-09-251-1/+1
* Reload the browser when the socket disconnectsJesus Fernandez2018-09-241-0/+1
* Fix -Wzero-as-null-pointer-constantJesus Fernandez2018-09-141-1/+1
* Fix -Wold-style-castJesus Fernandez2018-09-141-12/+17
* Use QWebGLFunctionCall::addParametersJesus Fernandez2018-09-141-5/+1
* Move strings variable from global to local scopeJesus Fernandez2018-09-141-2/+1
* Fix OpenGL context crashJesus Fernandez2018-09-111-6/+6
* Silence warning about paddingJesus Fernandez2018-07-101-1/+1
* Remove unused variableJesus Fernandez2018-06-051-1/+0
* Normalize object notationJesus Fernandez2018-06-051-97/+97
* Fix typoJesus Fernandez2018-06-042-8/+8
* Prefer object notation over bracesJesus Fernandez2018-06-041-43/+45
* Fix critical messagesJesus Fernandez2018-06-011-2/+2
* Fix detection of invalid parameterJesus Fernandez2018-05-251-1/+1
* Convert port string to ushortJesus Fernandez2018-05-221-1/+1
* Fix Clang 6 warning about not using the override keywordThiago Macieira2018-04-271-1/+1
* Fix warningsv5.11.0-beta4Jesus Fernandez2018-04-051-3/+8
* Silence complaints about bitwise operationsv5.11.0-beta3Jesus Fernandez2018-03-271-0/+3
* Remove old partial binary message workaroundJesus Fernandez2018-03-272-28/+6
* 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
* Add an environment variable to set the WebSocket Server addressJesus Fernandez2018-03-211-2/+14
* Allow customizing the maximum texture sizev5.11.0-beta2Jesus Fernandez2018-03-091-2/+6
* Remove spurious blank linesv5.11.0-beta1Jesus Fernandez2018-02-191-2/+0
* Show more information when the HTTP server fails to initializeJesus Fernandez2018-02-153-2/+12
* Correct variable name in webqt.jsxEdi Cikovic2018-02-151-1/+1