summaryrefslogtreecommitdiff
path: root/static/emscripten/uno.js
AgeCommit message (Expand)Author
2024-09-02Explicitly .delete() one more interface object in uno.jsStephan Bergmann
2024-08-31Explicitly .delete() type and interface objects in uno.jsStephan Bergmann
2024-08-30Consistenly terminate statements with semicolons in JS codeStephan Bergmann
2024-08-26'use strict' is of no use here...Stephan Bergmann
2024-08-15Emscripten: Establish a channel between browser and LO main threadsStephan Bergmann
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann
2024-07-12A mechanism for annotating the embindmaker-generated JS UNOIDL dataStephan Bergmann
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann
2024-06-19Consistently 'use strict' for JS codeStephan Bergmann
2024-06-17Embind: Fix lifecycle of UNO any and sequence values returned from JS to C++Stephan Bergmann
2024-06-17Fix thinko re JS for...in loopStephan Bergmann
2024-06-12Embind: Let unoObject return a css.uno.XInterface referenceStephan Bergmann
2024-06-12Remove leftover work-in-progress lineStephan Bergmann
2024-06-12Embind: Centrally initialize via Module.initUno() in a new uno.jsStephan Bergmann