| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use Q_STATIC_LOGGING_CATEGORYHEADdev | Ulf Hermann | 2024-06-19 | 4 | -4/+4 |
| * | Use QList instead of QVector | Jarek Kobus | 2020-06-29 | 2 | -4/+4 |
| * | Fix Clang 10 warning about inconsistent override | Thiago Macieira | 2020-05-05 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2019-12-14 | 1 | -1/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.14.0' into 5.14 | Qt Forward Merge Bot | 2019-12-13 | 1 | -1/+1 |
| | |\ |
|
| | | * | Set the bytes per pixel for LUMINANCE_ALPHA to 2 | Andy Shaw | 2019-11-19 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2019-11-30 | 2 | -7/+7 |
| |\| | |
|
| | * | | Pass the timestamp as a string from JS to Qt to preserve precision | Andy Shaw | 2019-11-28 | 2 | -7/+7 |
| * | | | Avoid initializing QFlags with 0 or nullptr | Friedemann Kleint | 2019-11-26 | 1 | -4/+1 |
| |/ / |
|
| * / | Don't send mouse events if we have touch support | Andy Shaw | 2019-11-22 | 1 | -0/+8 |
| |/ |
|
| * | Handle offscreen surfaces | Laszlo Agocs | 2019-07-25 | 4 | -0/+33 |
| * | Eradicate Q_FOREACH loops and mark the module free of them | Marc Mutz | 2019-07-01 | 1 | -1/+2 |
| * | Eradicate Java-style iterators and mark the module free of them | Marc Mutz | 2019-07-01 | 1 | -3/+2 |
| * | Remove unused public interfacev5.13.0-beta3v5.13.0-beta2 | Jesus Fernandez | 2019-04-01 | 1 | -1/+0 |
| * | Fix build - screen maintenance functions moved to QWSI | Jesus Fernandez | 2019-03-29 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1 | Qt Forward Merge Bot | 2019-02-02 | 1 | -7/+6 |
| |\ |
|
| | * | Destroy loading canvas | Jesus Fernandez | 2019-01-24 | 1 | -7/+6 |
| * | | Add platform plugin parameter for websockerserver | Maurice Kalinowski | 2019-01-30 | 6 | -10/+27 |
| |/ |
|
| * | Fix calling convention in Win32 | Jesus Fernandez | 2018-12-05 | 1 | -4/+10 |
| * | Check the pointer before dereferencing it to avoid crashesv5.12.0-beta4 | Jesus Fernandez | 2018-10-24 | 1 | -0/+2 |
| * | Disable mouse tracking by defaultv5.12.0-beta3v5.12.0-beta2 | Jesus Fernandez | 2018-10-12 | 2 | -3/+8 |
| * | Fix rendering updatev5.12.0-beta1 | Jesus Fernandez | 2018-10-01 | 1 | -0/+3 |
| * | Use reference in range for to avoid copy | Jesus Fernandez | 2018-09-25 | 1 | -1/+1 |
| * | Reload the browser when the socket disconnects | Jesus Fernandez | 2018-09-24 | 1 | -0/+1 |
| * | Fix -Wzero-as-null-pointer-constant | Jesus Fernandez | 2018-09-14 | 1 | -1/+1 |
| * | Fix -Wold-style-cast | Jesus Fernandez | 2018-09-14 | 1 | -12/+17 |
| * | Use QWebGLFunctionCall::addParameters | Jesus Fernandez | 2018-09-14 | 1 | -5/+1 |
| * | Move strings variable from global to local scope | Jesus Fernandez | 2018-09-14 | 1 | -2/+1 |
| * | Fix OpenGL context crash | Jesus Fernandez | 2018-09-11 | 1 | -6/+6 |
| * | Silence warning about padding | Jesus Fernandez | 2018-07-10 | 1 | -1/+1 |
| * | Remove unused variable | Jesus Fernandez | 2018-06-05 | 1 | -1/+0 |
| * | Normalize object notation | Jesus Fernandez | 2018-06-05 | 1 | -97/+97 |
| * | Fix typo | Jesus Fernandez | 2018-06-04 | 2 | -8/+8 |
| * | Prefer object notation over braces | Jesus Fernandez | 2018-06-04 | 1 | -43/+45 |
| * | Fix critical messages | Jesus Fernandez | 2018-06-01 | 1 | -2/+2 |
| * | Fix detection of invalid parameter | Jesus Fernandez | 2018-05-25 | 1 | -1/+1 |
| * | Convert port string to ushort | Jesus Fernandez | 2018-05-22 | 1 | -1/+1 |
| * | Fix Clang 6 warning about not using the override keyword | Thiago Macieira | 2018-04-27 | 1 | -1/+1 |
| * | Fix warningsv5.11.0-beta4 | Jesus Fernandez | 2018-04-05 | 1 | -3/+8 |
| * | Silence complaints about bitwise operationsv5.11.0-beta3 | Jesus Fernandez | 2018-03-27 | 1 | -0/+3 |
| * | Remove old partial binary message workaround | Jesus Fernandez | 2018-03-27 | 2 | -28/+6 |
| * | Fix browser warning and use addEventListener | Jesus Fernandez | 2018-03-22 | 1 | -8/+8 |
| * | Add missing semicolons | Jesus Fernandez | 2018-03-22 | 1 | -14/+14 |
| * | Remove unnecessary semicolon | Jesus Fernandez | 2018-03-21 | 1 | -1/+1 |
| * | Reuse body variable | Jesus Fernandez | 2018-03-21 | 1 | -2/+1 |
| * | Remove unused variables | Jesus Fernandez | 2018-03-21 | 1 | -3/+1 |
| * | Add an environment variable to set the WebSocket Server address | Jesus Fernandez | 2018-03-21 | 1 | -2/+14 |
| * | Allow customizing the maximum texture sizev5.11.0-beta2 | Jesus Fernandez | 2018-03-09 | 1 | -2/+6 |
| * | Remove spurious blank linesv5.11.0-beta1 | Jesus Fernandez | 2018-02-19 | 1 | -2/+0 |
| * | Show more information when the HTTP server fails to initialize | Jesus Fernandez | 2018-02-15 | 3 | -2/+12 |