Age | Commit message (Expand) | Author |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2024-01-23 | tdf#97361 Make unittests more pythonic: XIndexAccess | Chenxiong Qi |
2024-01-17 | Add back XComponentContext to officecfg::...::get() calls | Stephan Bergmann |
2024-01-17 | tdf#158375 Hack to make sure process service factory is set | Stephan Bergmann |
2024-01-09 | tdf#158375: add expert option DisablePythonRuntime | Sarper Akdemir |
2023-12-27 | tdf#158803 Fix issues detected by pyflakes | Chenxiong Qi |
2023-11-19 | Extended loplugin:ostr: pyuno | Stephan Bergmann |
2023-10-23 | tdf#130924 replace '*printf' with 'SAL_*' logging macros in pyuno | sahil |
2023-10-14 | Use exception ctors, instead of setting members later | Mike Kaganski |
2023-09-29 | cid#1546834 Unchecked return value | Caolán McNamara |
2023-07-12 | Categories for link targets in Impress | Szymon Kłos |
2023-06-01 | WaE: Py_SetPythonHome is deprecated since python 3.11 | Caolán McNamara |
2023-04-17 | loplugin:stringadd | Stephan Bergmann |
2023-03-27 | loplugin:stringadd in oox..pyuno | Noel Grandin |
2023-02-13 | tdf#143148 Use pragma once instead of include guards | buldi |
2023-01-02 | Remove unused imports from pyuno/demo and pyuno/qa | Bogdan B |
2022-09-16 | tdf#150982: properly unquote (URL-decode) vnd.sun.star.expand payload | Mike Kaganski |
2022-09-05 | tdf#97361 replace getCellByPosition with access by subscript | Chenxiong Qi |
2022-09-05 | tdf#97361 replace getCellRangeByPosition with slices | Chenxiong Qi |
2022-08-13 | clang-tidy modernize-pass-by-value in various | Noel Grandin |
2022-08-10 | loplugin:passstuffbyref | Noel Grandin |
2022-08-09 | tdf#133123: fix crash when importing defusedxml.ElementTree after pyuno | Niko Fink |
2022-07-22 | elide some makeStringAndClear() calls | Noel Grandin |
2022-06-16 | rhbz#2097411 Avoid obsolete PyThreadState_Delete crashing Python 3.11 | Stephan Bergmann |
2022-05-04 | Just use Any ctor instead of makeAny in pyuno | Stephan Bergmann |
2022-04-17 | loplugin:stringviewparam convert methods using copy() | Noel Grandin |
2022-04-01 | Don't make UNO calls from PyThreadAttached regions (i.e., with the GIL locked) | Stephan Bergmann |
2022-03-09 | change default Calc number of columns to 16384 (tdf#50916) | Luboš Luňák |
2022-01-30 | Recheck modules [o-r]* with IWYU | Gabor Kelemen |
2022-01-07 | tdf#146621: handle an exception that may hang process at ExitProcess time | Mike Kaganski |
2021-12-22 | loplugin:flatten in package..reportdesign | Noel Grandin |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in pyuno | Mike Kaganski |
2021-10-20 | loplugin:indentation check for indent inside block | Noel Grandin |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE] | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 | Mike Kaganski |
2021-09-12 | Make this instance of cppu::OImplementationId function-local | Mike Kaganski |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-04-21 | loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-22 | cid#1473905 Dereference after null check | Caolán McNamara |
2021-02-21 | loplugin:refcounting in package..sax | Noel |
2021-02-05 | tdf#138987 Python 3.12 preparations | dante |
2021-01-06 | pyuno: uno.Char is UTF-16 code unit, not UCS-4 | Michael Stahl |
2021-01-05 | tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9 | David Ostrovsky |
2021-01-04 | mbstowcs failure check is only relevant for non-_WIN32 now | Stephan Bergmann |
2021-01-01 | Use Unicode paths on Windows for pyuno | Mike Kaganski |