summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Expand)AuthorFilesLines
14 daysSimplify a bitMike Kaganski1-1/+1
2024-10-30Adapt to generation of .worker.js files gone from 3.1.68Stephan Bergmann1-1/+1
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-29tdf#161826 - Add uniform Glow effect for texts in shapesBalazs Varga1-0/+1
2024-08-29use emrun with explicit "--hostname 127.0.0.1" for testingMoritz Duge1-3/+2
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-20More useful to have an EMSCRIPTEN_EXTRA_SOFFICE_PRE_JSStephan Bergmann1-1/+1
2024-08-20Remove wasm-qt-mandelbrot demoStephan Bergmann9-785/+0
2024-08-19Fix typoAndrea Gelmini1-1/+1
2024-08-19Fix typoAndrea Gelmini1-1/+1
2024-08-18Emscripten: Document how Qt builds its own freetype, but we link against LO'sStephan Bergmann1-0/+12
2024-08-15Emscripten: Establish a channel between browser and LO main threadsStephan Bergmann1-0/+5
2024-08-14Emscripten: Run external code on LO's main threadStephan Bergmann1-1/+13
2024-08-12Emscripten: Move the Qt event loop off the JS main threadStephan Bergmann2-1/+5
2024-08-07I finally understand why we need that hackStephan Bergmann1-0/+7
2024-07-30Embind: Missing support for UNO polymorphic struct typesStephan Bergmann1-10/+161
2024-07-26Add --with-package-format=emscriptenStephan Bergmann1-1/+5
2024-07-26Looks like Emscripten LO doesn't need explicit --norestore --nologoStephan Bergmann1-6/+0
2024-07-25Add a toDelete parameter to Module.throwUnoExceptionStephan Bergmann1-2/+10
2024-07-25Enable start center in Emscripten buildStephan Bergmann2-5/+19
2024-07-25Adapt comphelper::ThreadPool to Emscripten's threading needsStephan Bergmann1-0/+1
2024-07-25Fix typoAndrea Gelmini1-1/+1
2024-07-24Document the Emscripten threads issueStephan Bergmann1-0/+25
2024-07-19Drop obsolete "Ideas for an UNO bridge implementation"Stephan Bergmann1-30/+0
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann2-28/+32
2024-07-16Embind: Implement UNO interface attributes as JS accessor propertiesStephan Bergmann1-40/+27
2024-07-12A mechanism for annotating the embindmaker-generated JS UNOIDL dataStephan Bergmann2-4/+19
2024-07-11Rename wasmcallgen -> wasmbridgegenStephan Bergmann3-7/+7
2024-07-11Fully implement the Wasm UNO bridge cpp2uno directionStephan Bergmann1-63/+447
2024-07-10Properly implement cppu::throwException for EmscriptenStephan Bergmann1-8/+61
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann3-0/+39
2024-06-19makefile simplification: replace $(call gb_AutoInstall_get_target,foo)Christian Lohmaier1-1/+1
2024-06-19Consistently 'use strict' for JS codeStephan Bergmann3-0/+6
2024-06-18Embind: Add the lifecylce fix also for attribute getter return valuesStephan Bergmann1-3/+19
2024-06-17Embind: Fix lifecycle of UNO any and sequence values returned from JS to C++Stephan Bergmann2-15/+34
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 Bergmann2-4/+86
2024-06-07Embind: Add some type-inquiry functions to uno_Type and uno_AnyStephan Bergmann1-0/+21
2024-06-05embindmaker: Fix names for "uno_Sequence_unsigned hyper" etc.Stephan Bergmann1-1/+1
2024-06-05Clean up example codeStephan Bergmann1-24/+21
2024-05-29Emscripten: Unconditional --enable-wasm-exceptionsStephan Bergmann1-20/+1
2024-05-28Emscripten: Add hack to prepare for --enable-wasm-exceptionsStephan Bergmann1-1/+5
2024-05-09Embind: Fix uno_Any.get for null interface valuesStephan Bergmann1-1/+4
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann3-0/+637
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier5-16/+16