summaryrefslogtreecommitdiff
path: root/static/emscripten
AgeCommit message (Expand)AuthorFilesLines
2024-09-02Explicitly .delete() one more interface object in uno.jsStephan Bergmann1-4/+7
2024-08-31Explicitly .delete() type and interface objects in uno.jsStephan Bergmann1-8/+22
2024-08-30Consistenly terminate statements with semicolons in JS codeStephan Bergmann1-1/+1
2024-08-26+WARN is the default with an unset SAL_LOG env var, anywayStephan Bergmann1-1/+0
2024-08-26'use strict' is of no use here...Stephan Bergmann2-4/+0
2024-08-15Emscripten: Establish a channel between browser and LO main threadsStephan Bergmann1-0/+5
2024-08-12Emscripten: Move the Qt event loop off the JS main threadStephan Bergmann1-0/+1
2024-07-26Looks like Emscripten LO doesn't need explicit --norestore --nologoStephan Bergmann1-6/+0
2024-07-25Enable start center in Emscripten buildStephan Bergmann1-3/+1
2024-07-25Adapt comphelper::ThreadPool to Emscripten's threading needsStephan Bergmann1-0/+1
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann1-5/+6
2024-07-12A mechanism for annotating the embindmaker-generated JS UNOIDL dataStephan Bergmann1-1/+3
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann1-0/+12
2024-06-19Consistently 'use strict' for JS codeStephan Bergmann3-0/+6
2024-06-17Embind: Fix lifecycle of UNO any and sequence values returned from JS to C++Stephan Bergmann1-9/+8
2024-06-17Fix thinko re JS for...in loopStephan Bergmann1-1/+1
2024-06-12Embind: Let unoObject return a css.uno.XInterface referenceStephan Bergmann1-10/+10
2024-06-12Remove leftover work-in-progress lineStephan Bergmann1-1/+0
2024-06-12Embind: Centrally initialize via Module.initUno() in a new uno.jsStephan Bergmann1-0/+82
2024-02-24Add a favicon to the Wasm buildStephan Bergmann1-0/+0
2024-02-15Fold registeroustring.js into PrimaryBindings.cxxStephan Bergmann1-56/+0
2024-02-03First-class Embind JS support for OUStringStephan Bergmann1-0/+56
2023-07-09tdf#151273, tdf#151925: Don’t use QFont text layout by defaultKhaled Hosny1-1/+0
2022-01-19WASM gbuild: add --pre-js dependenciesJan-Marek Glogowski2-0/+11