summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WASM: Copy all the necessary files from builddir\wasmfeature/wasmBalázs Varga (allotropia)2023-01-261-1/+21
* I don't see the reason to use the intermediate libonline.a for WASMTor Lillqvist2023-01-251-27/+20
* Try to work around a bug in older Automake versionsTor Lillqvist2023-01-251-26/+27
* kit: default timeout to ~5 seconds when we get a negative wait.Michael Meeks2023-01-161-0/+2
* Avoid warning: deprecated item in EXPORTED_RUNTIME_METHODS: printErr use err ...Tor Lillqvist2023-01-121-1/+1
* Adapt to newer Emscripten SDKTor Lillqvist2023-01-122-1/+12
* The poco-no-special-expat-sauce.diff wants -p0 to applyTor Lillqvist2023-01-121-1/+1
* There is no need to call lok_cpp_init() hereTor Lillqvist2023-01-101-20/+0
* Use COOL log level 'error' instead of 'trace'Tor Lillqvist2023-01-101-1/+1
* Use branding.css also in the EMSCRIPTENAPP caseTor Lillqvist2023-01-101-0/+2
* Change hardcoded sample document name and verify that we get itTor Lillqvist2023-01-094-4/+14
* Make the temporary "WASM app" workTor Lillqvist2023-01-057-20/+171
* Drop the temporary experimenting with loading a document through the LOKit APITor Lillqvist2023-01-051-29/+0
* Don't pointlessly assign global.socket = app.socketTor Lillqvist2023-01-051-1/+0
* Fix error in conversion from microseconds to whole millisecondsTor Lillqvist2023-01-051-2/+2
* Revert "WIP: WASM: download and display doc tile"Tor Lillqvist2023-01-052-85/+5
* Add --with-wasm-additional-files=<path>Tor Lillqvist2023-01-051-0/+15
* WIP: WASM: download and display doc tileBalázs Varga (allotropia)2023-01-022-5/+85
* Temporarily hardcode the document URL and UI lang for WASM in more placesTor Lillqvist2023-01-022-2/+12
* Hardcode window.userInterfaceMode to notebookbar for EMSCRIPTENAPP for nowTor Lillqvist2023-01-021-0/+3
* I get "warning: unsupported syscall: __sys_prlimit64" in WASM so avoid thatTor Lillqvist2022-12-301-0/+2
* Use -gseparate-dwarf like in coreTor Lillqvist2022-12-291-0/+1
* More WASM hackingTor Lillqvist2022-12-283-2/+11
* Stop using QtTor Lillqvist2022-12-281-24/+5
* Bump PTHREAD_POOL_SIZE to 15Tor Lillqvist2022-12-281-1/+1
* Leave ThreadPool max concurrency at 2 for EmscriptenTor Lillqvist2022-12-281-1/+3
* Drop the "Switch to WASM" button as it is irrelevant and misleading nowTor Lillqvist2022-12-231-2/+0
* Actually download the file into an ArrayBufferJan Holesovsky2022-12-221-1/+16
* Real name for the copy that is about to be downloaded to JSJan Holesovsky2022-12-221-5/+8
* Extend the getFilenameFromURL() to return also the extensionJan Holesovsky2022-12-222-3/+8
* Fix some clang-tidy warningsJan Holesovsky2022-12-212-9/+6
* Actually prepare the file for the downloadAsJan Holesovsky2022-12-214-8/+25
* Trigger the downloadAs() for the document that was just savedJan Holesovsky2022-12-212-0/+4
* Move the actual downloading in the downloadAs() to an own functionJan Holesovsky2022-12-212-1/+19
* Sort package.jsonJan Holesovsky2022-12-211-4/+4
* Fix some clang-tidy warningsJan Holesovsky2022-12-211-6/+3
* Kill some copy/pasteJan Holesovsky2022-12-211-29/+31
* Add debug output and simplify use of QtLoaderTor Lillqvist2022-12-201-31/+10
* Try to send the HULLO message only after the WASM runting has been initialisedTor Lillqvist2022-12-192-2/+15
* Use window.ThisIsAMobileApp instead of checking for iOS or AndroidTor Lillqvist2022-12-191-1/+1
* Add some debugging outputTor Lillqvist2022-12-191-0/+5
* We use String.locale unconditionally so make sure it always gets setTor Lillqvist2022-12-151-0/+2
* Do build also the browser dir in the (quick-and-dirty) Emscripten caseTor Lillqvist2022-12-151-1/+1
* Add patch that prevents expat in Poco from causing trouble with WASMTor Lillqvist2022-12-142-2/+58
* Experiment with explicitly loading a document through LOKitTor Lillqvist2022-12-141-15/+6
* Initial attempt to load the WASM using code from QtTor Lillqvist2022-12-141-3/+42
* Add _handle_cool_message to EXPORTED_FUNCTIONSTor Lillqvist2022-12-141-1/+1
* Just run the COOLWSD run() method directly in main()Tor Lillqvist2022-12-131-25/+12
* Don't expect any command-line arguments at least for nowTor Lillqvist2022-12-131-6/+1
* Increase PTHREAD_POOL_SIZETor Lillqvist2022-12-131-1/+1