summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Expand)AuthorFilesLines
2024-09-03Emscripten: Move -sEXPORT_EXCEPTION_HANDLING_HELPERS to gb_LinkTarget_LDFLAGSStephan Bergmann1-2/+3
2024-09-03Emscripten: Explicitly set -sEXPORT_EXCEPTION_HANDLING_HELPERSStephan Bergmann1-1/+1
2024-09-02scp2: simplifiy language snippet creation rulesChristian Lohmaier1-33/+5
2024-08-30wsl: avoid another case of redirection / pipingChristian Lohmaier1-2/+2
2024-08-28Put back the mkdirStephan Bergmann1-0/+1
2024-08-27run msguniq .. | msgfmt in a subshell to help out wsl1Christian Lohmaier1-3/+3
2024-08-22Emscripten: Experimental -sPROXY_POSIX_SOCKETS supportStephan Bergmann1-0/+4
2024-08-21wina11y: clang-format CAccRelationMichael Weghorn1-2/+0
2024-08-18Emscripten: Increase the main thread stack sizeStephan Bergmann1-0/+3
2024-08-18Drop obsolete commentStephan Bergmann1-1/+1
2024-08-15merge CntUnencodedStringItem into SfxStringItemNoel Grandin2-3/+1
2024-08-14solenv/bin/uiex: more helpful error message for context issuesIlmari Lauhakangas1-1/+5
2024-08-13wina11y: clang-format CAccHypertextMichael Weghorn1-2/+0
2024-08-13wina11y: clang-format CAccHyperLinkMichael Weghorn1-2/+0
2024-08-12Emscripten: Move the Qt event loop off the JS main threadStephan Bergmann1-1/+1
2024-08-09Avoid -Werror,-Wunused-command-line-argument in CompilerTestsStephan Bergmann1-1/+1
2024-08-03.NET Bindings: Add DotnetTest class to gbuildRMZeroFour4-0/+151
2024-08-03.NET Bindings: Improve DotnetLibrary gbuild classRMZeroFour2-121/+73
2024-08-03.NET Bindings: Upgrade --enable-dotnet to --with-dotnetRMZeroFour1-1/+1
2024-08-01pyuno,unotest,xmlsecurity: copy GPG test files for UITtestMichael Stahl1-3/+4
2024-07-31Codesign *.jnilib files like *.dylib and remove $other_files variablePatrick Luby1-20/+3
2024-07-28sfx2, solenv, sw: fix issues found by Ruff linterIlmari Lauhakangas12-31/+38
2024-07-26Looks like Emscripten LO doesn't need explicit --norestore --nologoStephan Bergmann1-1/+1
2024-07-25Enable start center in Emscripten buildStephan Bergmann1-1/+1
2024-07-25Adapt comphelper::ThreadPool to Emscripten's threading needsStephan Bergmann1-1/+1
2024-07-21tdf#82716 Add initial implementation of the Histogram Chartvarshneydevansh1-0/+1
2024-07-18solenv: gdb: adapt ItemSetPrinter to unordered_mapMichael Stahl1-28/+7
2024-07-17xmlsecurity: Add UItest (save GPG encrypted ODF)Moritz Duge1-0/+3
2024-07-17Simplify checking for "running under unit/ui test"Noel Grandin2-0/+2
2024-07-14tdf#161811 Changes in TC manager dialog should be in order ofJim Raykowski1-0/+1
2024-07-13Python: use is None/is not None instead of == None/!= NoneJulien Nabet7-9/+9
2024-07-11Rename wasmcallgen -> wasmbridgegenStephan Bergmann1-1/+1
2024-07-11Unify/Port to use VCLUnoHelper for AWT <-> VCL conversionsMichael Weghorn1-1/+0
2024-07-10python3: fix macosx installerXisco Fauli1-1/+1
2024-07-10make MSVC /analyze a configure optionNoel Grandin1-1/+1
2024-07-10CairoSDPR: Handle FillGraphicPrimitive2D betterArmin Le Grand (allotropia)1-1/+1
2024-07-09Adapt flatpak build to upstream changesStephan Bergmann1-2/+2
2024-07-05Bundle fonts of Google's DocRepair ProjectAndras Timar1-0/+49
2024-07-04VS natvis: improve css::uno::Any handlingMike Kaganski1-24/+44
2024-07-04VS natvis: improve handling of SwFlowFrame derivativesMike Kaganski1-2/+11
2024-07-03Fix Help build with --with-lang=...Olivier Hallot1-2/+1
2024-07-01Only use -Wv:18 in Visual Studio 2019Mike Kaganski1-1/+1
2024-07-01Fix the warning descriptionMike Kaganski1-2/+1
2024-06-28Adapt flatpak build to upstream changesStephan Bergmann1-2/+2
2024-06-27.NET Bindings: Remove absolute path check in DotnetLibraryRMZeroFour1-14/+9
2024-06-21tdf#161648 sc a11y: Set a11y names for items in border style controlMichael Weghorn2-19/+19
2024-06-21tdf#146468: Fix typo and move commentsKira Tubo1-0/+3
2024-06-20tdf#146468: Match border tooltips in toolbar/sidebarKira Tubo1-0/+16
2024-06-19use gb_StaticLibrary_WORKDIR and gb_Library_DLLDIR more consistentlyChristian Lohmaier9-21/+16
2024-06-19makefile simplification: replace $(call gb_AutoInstall_get_target,foo)Christian Lohmaier3-24/+20