aboutsummaryrefslogtreecommitdiff
path: root/source/lb
AgeCommit message (Expand)Author
2013-02-17update translations for LibreOffice 4.0.1 rc1Andras Timar
2013-01-28Kazak -> Kazakh change in translationsAndras Timar
2013-01-28add missing translations for 'Insert' buttonAndras Timar
2013-01-28quick fix for string freeze break in About boxAndras Timar
2013-01-28remove obsolete .po filesAndras Timar
2013-01-28update translations for LibreOffice 4.0 rc2Andras Timar
2013-01-20remove empty ur, ta sid and lb help translationsAndras Timar
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-09fix of damaged files from beta1Andras Timar
2012-12-03translators wanted LibreLogo help in a separate fileAndras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-20add missing po file for filter/uiconfigAndras Timar
2012-11-20add tudes po filesAndras Timar
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
2012-11-07add librelogo filesAndras Timar
2012-10-23move po files to correct locationDavid Tardon
2012-10-16move translations structure one directory upNorbert Thiebaud
pdater'>feature/windowsupdater LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2020-11-13Improve the C++/UNO bridge for macOS on Apple SiliconTor Lillqvist
2020-11-13tdf#123936 Formatting files in module bridges with clang-formatPhilipp Hofer
2020-10-14loplugin:external (clang-cl)Stephan Bergmann
2020-10-14loplugin:includeform (clang-cl)Stephan Bergmann
2020-10-14loplugin:stringconstant (clang-cl)Stephan Bergmann
2020-10-14loplugin:redundantcast (clang-cl)Stephan Bergmann
2020-10-14-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann
2020-09-30bridges: add a Windows Arm64 UNO bridgeJan-Marek Glogowski
2020-09-27Fix typoAndrea Gelmini
2020-09-23Add Stephan's "Very bad HACK" to the iOS code, too, for iOS 14Tor Lillqvist
2020-09-17WIN bridges: unify cpp2uno common codeJan-Marek Glogowski
2020-09-17WIN bridges: unify exception handlingJan-Marek Glogowski
2020-09-17WIN bridges: unify bridge code layoutJan-Marek Glogowski
2020-09-04tdf#124176 Use #pragma once in bridgesGeorge Bateman
2020-08-21Pass -fno-lto unconditionallyStephan Bergmann
2020-08-18Fix typosAndrea Gelmini
2020-08-13gcc3_linux_{aarch64,x86-64} need the __cxa_exception hack in deleteExceptionStephan Bergmann
2020-08-13Document that the deleteException hack is only relevant for LLVM 5, not laterStephan Bergmann
2020-08-13gcc3_linux_aarch64 also needs the hack to dynamically adapt to __cxa_exceptionStephan Bergmann
2020-08-12Let exceptions pass through aarch64 callVirtualFunction built with ClangStephan Bergmann
2020-08-12The __cxa_exception::reserve member has been backported to LLVM 10 libcxxabiStephan Bergmann
2020-08-10Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist
2020-08-07Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist
2020-08-06ofz#24641 libc++abi __cxa_exception has grown another memberCaolán McNamara
2020-07-29Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann