Age | Commit message (Expand) | Author |
2019-02-22 | LOK: reuse cached json object for ViewId where available | Ashod Nakashian |
2019-02-22 | LOK: always update the payload string via the cache | Ashod Nakashian |
2019-02-22 | LOK: Validate cached queued callback payloads | Ashod Nakashian |
2019-02-22 | LOK: Cache JSON payloads | Ashod Nakashian |
2019-02-22 | LOK: Cache RectangleAndPart payloads | Ashod Nakashian |
2019-02-22 | LOK: Use a struct instead of std::pair to support caching | Ashod Nakashian |
2019-02-22 | LOK: Move RectangleAndPart to the header | Ashod Nakashian |
2019-02-20 | Simplify containers iterations in desktop, dtrans, editeng, extensions | Arkadiy Illarionov |
2019-02-19 | pretty up logging of exceptions | Noel Grandin |
2019-02-15 | Mention that temporaryHackToInvokeCallbackHandlers() is for LibreOfficeLight | Tor Lillqvist |
2019-02-15 | loplugin:simplifybool extend to !(a == b) where comparison an overloaded op | Noel Grandin |
2019-02-15 | tdf#123474: use INetURLObject methods to construct valid URI | Mike Kaganski |
2019-02-13 | Pointer is pointless | Noel Grandin |
2019-02-12 | tdf#120703 PVS: remove redundant static casts | Mike Kaganski |
2019-02-08 | loplugin:indentation in dbaccess..drawinglayer | Noel Grandin |
2019-02-07 | lok: intercept the UNO command ".uno:EditRegion" | Henry Castro |
2019-01-30 | -Werror,-Wlogical-op-parentheses (clang-cl) | Stephan Bergmann |
2019-01-25 | lok: don't crash in simple LOK use-case with no callback. | Michael Meeks |
2019-01-25 | CppunitTest_desktop_lib: avoid use-after-free | Miklos Vajna |
2019-01-21 | o3tl::make_unique -> std::make_unique in dbaccess...framework | Gabor Kelemen |
2019-01-17 | lok: We cannot skip duplicates of SELECTION_START / _END. | Jan Holesovsky |
2019-01-15 | tdf#42949 Fix IWYU warnings in include/toolkit/* | Gabor Kelemen |
2019-01-15 | Use utl::TempFile for exception safety | Mike Kaganski |
2019-01-13 | Reduce OUString operations | Matteo Casalin |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2019-01-11 | Resolves: tdf#122404 unlock just the toplevels that were locked | Caolán McNamara |
2019-01-08 | convert "*xxx.get()" to "*xxx" | Noel Grandin |
2019-01-08 | use unique_ptr in desktop::IpcThread | Noel Grandin |
2019-01-07 | tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* | Gabor Kelemen |
2019-01-06 | tdf#82504 writer table cell background color SvxColorItem uno function | Jim Raykowski |
2019-01-01 | lok: add signDocument to "Office" iface - to sign not opened docs. | Tomaž Vajngerl |
2018-12-29 | Fix typo in code | Andrea Gelmini |
2018-12-27 | lok: add test signing DOCX -> testInsertCertificate_PEM_DOCX | Tomaž Vajngerl |
2018-12-27 | lok: simplify and cleanup testInsertCertificate_{PEM,DER}_ODT | Tomaž Vajngerl |
2018-12-26 | Use vector<PropertyValue> and containerToSequence to simplify things | Mike Kaganski |
2018-12-26 | Remove redundant ClearableMutexGuard::clear() call | Mike Kaganski |
2018-12-25 | tdf#120676: don't send "processing done" when refused to process | Mike Kaganski |
2018-12-24 | Fix signing empty Configurations2/accelerator/current.xml | Tomaž Vajngerl |
2018-12-23 | tdf#122269 don't prompt to restart if we're exiting the application anyway | Caolán McNamara |
2018-12-20 | missing test dependencies | Stephan Bergmann |
2018-12-20 | Enable --help=html for flatpak | Stephan Bergmann |
2018-12-15 | lok: Implement SVG export for Calc (SelectionOnly mode) | Tamás Zolnai |
2018-12-14 | lok: Handle Special character menu item's state correctly in online | Tamás Zolnai |
2018-12-14 | lok: Implement SVG export for Writer (SelectionOnly mode) | Tamás Zolnai |
2018-12-14 | Fix Extension_test-{active,passive} | Stephan Bergmann |
2018-12-13 | Un-revert the addition of more ABI checks for LibreOfficeKitClass | Tor Lillqvist |
2018-12-13 | Revert adding the tanslateGet() and translateNGet() API to LibreOfficeKit | Tor Lillqvist |
2018-12-13 | loplugin:unusedfields in various | Noel Grandin |
2018-12-13 | loplugin:useuniqueptr in desktop::BackendImpl | Noel Grandin |
2018-12-12 | use std::<some_container>::swap, instead of copy and clear | Noel Grandin |