summaryrefslogtreecommitdiff
path: root/static
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-29tdf#161826 - Add uniform Glow effect for texts in shapesBalazs Varga
2024-08-29use emrun with explicit "--hostname 127.0.0.1" for testingMoritz Duge
2024-08-26+WARN is the default with an unset SAL_LOG env var, anywayStephan Bergmann
2024-08-26'use strict' is of no use here...Stephan Bergmann
2024-08-20More useful to have an EMSCRIPTEN_EXTRA_SOFFICE_PRE_JSStephan Bergmann
2024-08-20Remove wasm-qt-mandelbrot demoStephan Bergmann
2024-08-19Fix typoAndrea Gelmini
2024-08-19Fix typoAndrea Gelmini
2024-08-18Emscripten: Document how Qt builds its own freetype, but we link against LO'sStephan Bergmann
2024-08-15Emscripten: Establish a channel between browser and LO main threadsStephan Bergmann
2024-08-14Emscripten: Run external code on LO's main threadStephan Bergmann
2024-08-12Emscripten: Move the Qt event loop off the JS main threadStephan Bergmann
2024-08-07I finally understand why we need that hackStephan Bergmann
2024-07-30Embind: Missing support for UNO polymorphic struct typesStephan Bergmann
2024-07-26Add --with-package-format=emscriptenStephan Bergmann
2024-07-26Looks like Emscripten LO doesn't need explicit --norestore --nologoStephan Bergmann
2024-07-25Add a toDelete parameter to Module.throwUnoExceptionStephan Bergmann
2024-07-25Enable start center in Emscripten buildStephan Bergmann
2024-07-25Adapt comphelper::ThreadPool to Emscripten's threading needsStephan Bergmann
2024-07-25Fix typoAndrea Gelmini
2024-07-24Document the Emscripten threads issueStephan Bergmann
2024-07-19Drop obsolete "Ideas for an UNO bridge implementation"Stephan Bergmann
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann
2024-07-16Embind: Implement UNO interface attributes as JS accessor propertiesStephan Bergmann
2024-07-12A mechanism for annotating the embindmaker-generated JS UNOIDL dataStephan Bergmann
2024-07-11Rename wasmcallgen -> wasmbridgegenStephan Bergmann
2024-07-11Fully implement the Wasm UNO bridge cpp2uno directionStephan Bergmann
2024-07-10Properly implement cppu::throwException for EmscriptenStephan Bergmann
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann
2024-06-19makefile simplification: replace $(call gb_AutoInstall_get_target,foo)Christian Lohmaier
2024-06-19Consistently 'use strict' for JS codeStephan Bergmann
2024-06-18Embind: Add the lifecylce fix also for attribute getter return valuesStephan 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
2024-06-07Embind: Add some type-inquiry functions to uno_Type and uno_AnyStephan Bergmann
2024-06-05embindmaker: Fix names for "uno_Sequence_unsigned hyper" etc.Stephan Bergmann
2024-06-05Clean up example codeStephan Bergmann
2024-05-29Emscripten: Unconditional --enable-wasm-exceptionsStephan Bergmann
2024-05-28Emscripten: Add hack to prepare for --enable-wasm-exceptionsStephan Bergmann
2024-05-09Embind: Fix uno_Any.get for null interface valuesStephan Bergmann
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
2024-05-02use [[noreturn]] instead of asserts that badUsage exitsCaolán McNamara
2024-04-30Embind: Fix out-param handlingStephan Bergmann