summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-21Clean up odd function definitionsStephan Bergmann
2022-04-21Reliably stop ExtensionCmdQueue::Thread::executeStephan Bergmann
2022-04-21sw: document AbstractSwRenameXNamedDlgMiklos Vajna
2022-04-21qt6: Fix build (QtWidget::enterEvent)Michael Weghorn
2022-04-20Simplify some code, use o3tl::starts_with rest argumentStephan Bergmann
2022-04-20tdf#140463 Qt handle mouse enter+leave eventsJan-Marek Glogowski
2022-04-20tdf#148669: do not try to transform tail to unit rectangleMike Kaganski
2022-04-20tdf#147723 sw_fieldmarkhide: fix crash when copying multiple fieldmarksMichael Stahl
2022-04-20tdf#146460 tdf#148429 ucb: webdav-curl: censor "curl" in UserAgentMichael Stahl
2022-04-20no need to make copies of the vector hereNoel Grandin
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-20tdf#143122 - Port Java examples to C++Hossein
2022-04-20Fix regression in the iOS app (and possibly the Android and GTK apps)Tor Lillqvist
2022-04-20Avoid unhelpful loplugin:stringviewvarStephan Bergmann
2022-04-20ucb: webdav-curl: restore CppunitTest_ucb_webdav_coreMichael Stahl
2022-04-20tdf#148630 fix text layout and cursor position for IVS+spacingMark Hung
2022-04-20lok: use correct window for the MapModeMike Kaganski
2022-04-20loplugin:stringviewvar disable for nowNoel Grandin
2022-04-20tdf#143123 - Port Java examples to PythonHossein
2022-04-20ucb: webdav-curl: check UseUserData before sending user nameMichael Stahl
2022-04-20tdf#119649: sd_import_tests2: Add unittestXisco Fauli
2022-04-20sw content controls: add initial DOCX importMiklos Vajna
2022-04-20tdf#148501 color shades only for filled PolyPolygonsRegina Henschel
2022-04-20tdf#148380 sw fieldui: always allow turning off "Fixed Content"Justin Luth
2022-04-20android: Use android.ndkPath property to set path to NDKMichael Weghorn
2022-04-20android: Set archivesBaseName differently after gradle updateMichael Weghorn
2022-04-20use more FastAttributeIter::toViewNoel Grandin
2022-04-20sw: prefix members of WW8PLCFx_PCDAttrs, WW8PLCFx_SEPX, WW8PLCFx_SubDoc ...Miklos Vajna
2022-04-20loplugin:stringviewparamStephan Bergmann
2022-04-20loplugin:stringviewparamStephan Bergmann
2022-04-20Advanced Diagram support: Use better association Model<->XShapeArmin Le Grand (Allotropia)
2022-04-20android: Update dependencies to current versionsMichael Weghorn
2022-04-20android: Drop obsolete "sourceCompatibility 6"Michael Weghorn
2022-04-20android: Update Android Gradle Plugin to 7.1.3Michael Weghorn
2022-04-20android: Stop using ANDROID_SDK_HOME env variableMichael Weghorn
2022-04-20android: Use property instead of ANDROID_NDK_HOME env varMichael Weghorn
2022-04-20android: Remove redundant label attribute from activitiesMichael Weghorn
2022-04-20android: Update compileSdkVersion/targetSdkVersion to 31Michael Weghorn
2022-04-20tdf#97228 Move ToolbarValue class to separate include fileVaibhavMalik4187
2022-04-19tdf#148620: sd: add UItestXisco Fauli
2022-04-19tdf#148565 sw ms export: a new run can't be postponed-startedJustin Luth
2022-04-19SwNavigator: List fields content type members in document orderJim Raykowski
2022-04-19ucb: webdav-curl: put user name from config into LOCK requestMichael Stahl
2022-04-19ucb: webdav-curl: fix getting DAV:lockdiscovery propertyMichael Stahl
2022-04-19Fix heap-use-after-freeStephan Bergmann
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin
2022-04-19Update git submodulesSeth Chaiklin
2022-04-19tdf#148635 cache some chart stuffNoel Grandin
2022-04-19tdf#148635 no need to init ChartDataWrapper more than onceNoel Grandin
2022-04-19tdf#97361 - make unit tests more pythonic.Hannah Meeks