index
:
qt/qtwebglplugin.git
5.10
5.10.1
5.11
5.12
5.13
5.14
5.15
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.3.0
dev
QPA plugin for running an application via a browser using streamed WebGL commands.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
webgl
/
webqt.jsx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the timestamp as a string from JS to Qt to preserve precision
Andy Shaw
2019-11-28
1
-2
/
+2
*
Don't send mouse events if we have touch support
Andy Shaw
2019-11-22
1
-0
/
+8
*
Destroy loading canvas
Jesus Fernandez
2019-01-24
1
-7
/
+6
*
Disable mouse tracking by default
v5.12.0-beta3
v5.12.0-beta2
Jesus Fernandez
2018-10-12
1
-2
/
+6
*
Reload the browser when the socket disconnects
Jesus Fernandez
2018-09-24
1
-0
/
+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
1
-2
/
+2
*
Prefer object notation over braces
Jesus Fernandez
2018-06-04
1
-43
/
+45
*
Silence complaints about bitwise operations
v5.11.0-beta3
Jesus Fernandez
2018-03-27
1
-0
/
+3
*
Remove old partial binary message workaround
Jesus Fernandez
2018-03-27
1
-20
/
+5
*
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
*
Remove spurious blank lines
v5.11.0-beta1
Jesus Fernandez
2018-02-19
1
-2
/
+0
*
Correct variable name in webqt.jsx
Edi Cikovic
2018-02-15
1
-1
/
+1
*
Remove an unused function
v5.11.0-alpha1
Jesus Fernandez
2018-02-13
1
-14
/
+4
*
Fix key mapping of Enter
v5.10.1
5.10.1
5.10
Michael Brasser
2018-01-17
1
-1
/
+1
*
Fix deleteFramebuffers and deleteRenderbuffers
Michael Brasser
2018-01-15
1
-2
/
+2
*
Add a comment to the sentinel check
Jesus Fernandez
2018-01-09
1
-1
/
+1
*
Fix glDrawArrays
Jesus Fernandez
2018-01-09
1
-1
/
+3
*
Remove the parameterCount parameter
Jesus Fernandez
2017-12-05
1
-76
/
+69
*
Send numeric identifiers instead of strings
Jesus Fernandez
2017-11-23
1
-4
/
+4
*
Fix Javascript error
Jesus Fernandez
2017-11-22
1
-1
/
+1
*
Use a dictionary instead of an array
Jesus Fernandez
2017-11-22
1
-44
/
+38
*
Handle null values in bufferData function
Jesus Fernandez
2017-11-15
1
-1
/
+1
*
Fix conflicting DEPTH/STENCIL/DEPTH_STENCIL attachments warning
Jesus Fernandez
2017-11-14
1
-1
/
+7
*
Improve JavaScript debug messages
v5.10.0-beta4
Jesus Fernandez
2017-11-03
1
-4
/
+25
*
Fix gl.renderbufferStorage function typo
v5.10.0-beta3
Jesus Fernandez
2017-10-25
1
-1
/
+1
*
Remove useless comments
Jesus Fernandez
2017-10-25
1
-70
/
+0
*
Remove undefined variables
Jesus Fernandez
2017-10-25
1
-3
/
+0
*
Fix multitouch support for mobile browsers
Aleksei Ilin
2017-10-04
1
-3
/
+22
*
Allow users to disable the loading/waiting screen animation
Jesus Fernandez
2017-10-03
1
-0
/
+5
*
Wrap system information in sysinfo key
Jesus Fernandez
2017-10-03
1
-2
/
+3
*
Remove identifier from messages not waiting for answer
Jesus Fernandez
2017-09-21
1
-2
/
+8
*
Add Qt WebGL platform plugin
Jesus Fernandez
2017-06-27
1
-0
/
+1212