summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
8 daysbin: Add script to check the latest version of external librariesXisco Fauli1-0/+196
2024-10-28find-unneeded-includes: nicer output with --finderror optionGabor Kelemen1-1/+1
2024-10-24Remove archaic xmergeCaolán McNamara1-1/+0
2024-10-24diff-pdf-page.py: remove intermediate composite stepJustin Luth1-3/+1
2024-10-24diff-pdf-page.py: change assumed background to transparentJustin Luth1-2/+2
2024-10-24diff-pdf-page.py: allow use of "magick" (on Windows)Justin Luth1-4/+8
2024-10-24diff-pdf-page.py: use magick order for -compositeJustin Luth1-1/+1
2024-10-18find-unneeded-includes: add option to detect IWYU failuresGabor Kelemen1-6/+16
2024-10-06writer2latex is long goneCaolán McNamara1-1/+0
2024-09-29tdf#163170 Add support for MS Visio Template format with .vstx extensionBartosz Kosiorek2-1/+2
2024-09-27Add file stats to check-missing-unittests.pyAdam Seskunas1-3/+30
2024-09-25add a rtf to pdf fuzzerCaolán McNamara1-0/+1
2024-09-18.NET Bindings: Create nuget package for LO SDKRMZeroFour1-0/+1
2024-09-10Add arguments to Last 4 UNO Commands in CrashReport DumpXisco Fauli1-1/+0
2024-08-29tdf#161826 - Add uniform Glow effect for texts in shapesBalazs Varga2-0/+4
2024-08-15merge CntUnencodedStringItem into SfxStringItemNoel Grandin2-2/+0
2024-08-14dubious to enable/disable help button based on IsContextHelpEnabledCaolán McNamara1-1/+0
2024-07-25bin: fix issues found by Ruff linterIlmari Lauhakangas11-150/+288
2024-07-25bin: fix issues found by Ruff linterIlmari Lauhakangas5-100/+191
2024-07-19configure,curl: enable GSSAPI on Linux/MacOS/etc.Michael Stahl1-1/+8
2024-07-14Fix Python: use is None/is not None instead of == None/!= NoneJulien Nabet1-1/+1
2024-07-13Python: use is None/is not None instead of == None/!= NoneJulien Nabet1-32/+32
2024-07-10merge-app-bundles: fix _ctypes.cpython pathXisco Fauli1-1/+1
2024-06-30vs-ide-integration: set correct solution / project platformMike Kaganski1-2/+8
2024-06-25tdf#158803 F821: xrange undefined, should be range in py3; remove some unused...Leonard Sasse4-29/+23
2024-06-06mar: allow parallel creation of diff packagesChristian Lohmaier1-9/+18
2024-06-04bin: add a diff-pdf-page.py script to diff reference vs our rendering via PDFMiklos Vajna1-0/+42
2024-05-27Adapt CustomTarget_postprocess/check_dynamic_objectsStephan Bergmann1-1/+4
2024-05-26Add gssapi/kerberos libs to mariadb connector lib checkThorsten Behrens1-0/+5
2024-05-21tdf#158803 Remove E999: SyntaxError's and some other minor editsLeonard Sasse4-64/+86
2024-05-15Remove obsolete TODOGabor Kelemen1-1/+0
2024-05-11Drop now unused SdOptionsLayout, SdOptionsLayoutItem classesGabor Kelemen1-5/+0
2024-04-29reduce symbol visibilityNoel Grandin1-99/+0
2024-04-28reduce symbol visibilityNoel Grandin2-288/+0
2024-04-28improve the mergedlib scriptNoel Grandin5-331/+17020
2024-04-27update can-be-private results fileNoel Grandin2-322/+436
2024-04-26Make odfvalidator and officeotron work in WSL_ONLY_AS_HELPER modeStephan Bergmann2-2/+2
2024-04-18move writerfilter inside swNoel Grandin2-2/+1
2024-04-15lok: provide global random symbol to find random device.Michael Meeks1-0/+1
2024-04-09find-unneeded-includes: improve grepping for namespacesGabor Kelemen1-1/+1
2024-04-09find-unneeded-includes: improve list of namespacesGabor Kelemen1-2/+2
2024-03-28Drop transitional header xmlsecurity/xmlsec-wrapper.hGabor Kelemen1-1/+0
2024-03-28tdf#158803 unnecessary semicolonsLeSasse1-10/+10
2024-03-28tdf#158803 remove unused path.convert_to_unix importLeSasse1-1/+1
2024-03-28tdf#158803 colons missing for print statement, replacing basestring with strLeSasse1-9/+9
2024-03-28tdf#158803 unncessary semicolonsLeSasse1-2/+2
2024-03-28tdf#158803 test for membership should be 'not in', unnecessary semicolonsLeSasse1-4/+4
2024-03-28tdf#158803 fix fstringLeSasse1-1/+1
2024-03-28tdf#158803 test for membership should be 'not in', unnecessary semicolonsLeSasse1-3/+3
2024-03-28tdf#158803 unncessary semicolonsLeSasse1-1/+1