summaryrefslogtreecommitdiff
path: root/static/source
AgeCommit message (Expand)AuthorFilesLines
2024-11-08Simplify a bitMike Kaganski1-1/+1
2024-08-20Remove wasm-qt-mandelbrot demoStephan Bergmann5-711/+0
2024-07-30Embind: Missing support for UNO polymorphic struct typesStephan Bergmann1-10/+161
2024-07-25Add a toDelete parameter to Module.throwUnoExceptionStephan Bergmann1-2/+10
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 Bergmann1-3/+16
2024-07-11Rename wasmcallgen -> wasmbridgegenStephan Bergmann1-1/+1
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 Bergmann1-0/+23
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 Bergmann1-6/+26
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-05-09Embind: Fix uno_Any.get for null interface valuesStephan Bergmann1-1/+4
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann1-0/+610
2024-05-02use [[noreturn]] instead of asserts that badUsage exitsCaolán McNamara1-1/+1
2024-04-30Embind: Fix out-param handlingStephan Bergmann2-62/+35
2024-04-20Embind: Test and Fix out-param handlingStephan Bergmann1-2/+2
2024-04-20Embind: Drop $equals, add sameUnoObjectStephan Bergmann2-6/+6
2024-04-19Embind: Clarify need for emscripten::internal::raw_destructor specializationsStephan Bergmann1-4/+2
2024-04-19Embind: Consistently represent empty interface references as JS nullStephan Bergmann1-8/+5
2024-04-19Embind: Don't expose special XInterface methods to JS client codeStephan Bergmann1-8/+11
2024-04-18Embind: throwUnoException from JSStephan Bergmann1-58/+64
2024-04-18Embind: We no longer need interface FromAny ctorStephan Bergmann2-7/+0
2024-04-17Embind: css::uno::Type should probably use sharing_policy::NONEStephan Bergmann1-1/+1
2024-04-16Embind: No need for $queryStephan Bergmann1-5/+0
2024-04-12Embind: support .implement()-based JS UNO objectsStephan Bergmann1-9/+151
2024-03-11Embind construction of UNO Any sequence/struct/exception/interfaceStephan Bergmann1-7/+11
2024-03-11Embind construction of UNO Any enumStephan Bergmann1-1/+11
2024-03-08Embind construction of UNO Any TypeStephan Bergmann1-1/+1
2024-03-08Redesign Embind UNO Any constructionStephan Bergmann1-3/+3
2024-03-08Directly go via std::u16stringStephan Bergmann1-17/+2
2024-03-08Improve Embind'ing of UNO TypeStephan Bergmann1-0/+36
2024-03-07Add Embind'ing of UNO Any getter for interfacesStephan Bergmann2-2/+12
2024-03-07Add $equals to Embind'ing of UNO interfacesStephan Bergmann1-1/+6
2024-03-07Fix Embind'ing of UNO Any getter for sequencesStephan Bergmann1-1/+5
2024-03-06Adapt to emsdk 3.1.46Stephan Bergmann1-1/+1
2024-03-06Add Embind'ing of UNO Any getter for exceptionsStephan Bergmann2-11/+59
2024-03-04Add Embind'ing of UNO Any getter for sequencesStephan Bergmann2-2/+34
2024-03-04Add Embing'ing of UNO Any getter for enumsStephan Bergmann2-1/+33
2024-03-04Improve Embing'ing of UNO Any somewhatStephan Bergmann1-46/+95
2024-02-29Some minimal Embind support for UNO typeStephan Bergmann1-0/+43
2024-02-29Embind support for constant groupsStephan Bergmann1-6/+56
2024-02-28Generate slightly more flexible JS init_unoembind_* functionsStephan Bergmann1-2/+1
2024-02-28Init Embind-ings manually, once UNO is set upStephan Bergmann1-8/+22
2024-02-26Fix copy/paste errorStephan Bergmann1-1/+1
2024-02-22Embind: Add UNO char supportStephan Bergmann1-0/+34
2024-02-15Fold registeroustring.js into PrimaryBindings.cxxStephan Bergmann1-3/+55
2024-02-08Embind: Allow UNO sequences to be constructed from JS arraysStephan Bergmann1-1/+2