Age | Commit message (Expand) | Author |
2021-05-26 | tdf#142467 crash on calling 'getInfoHelper' in final class | Caolán McNamara |
2021-05-23 | stlFindInsert: No unnecessary search before insertion to map | Muhammet Kara |
2021-05-21 | add Toggleable as a separate thing to a Button | Caolán McNamara |
2021-05-21 | tdf#138556 Don’t add Open Values to stock chart types 1 and 3 | Aritz Erkiaga |
2021-05-19 | tdf#142364 exception thrown during destruction | Caolán McNamara |
2021-05-19 | tdf#124295 - Always select a 3D scheme in the chart wizard | Andreas Heinisch |
2021-05-17 | split OutputDevice from Window | Noel Grandin |
2021-05-17 | fix leak in CommandDispatch | Noel Grandin |
2021-05-14 | Directly initialize vectors in VCartesianAxis.cxx | Julien Nabet |
2021-05-14 | Avoid temporary var + directly initialize vector in VDataSeries.cxx | Julien Nabet |
2021-05-14 | Directly initialize vectors in common_functor_test.cxx | Julien Nabet |
2021-05-13 | Revert "simplify the vcl<->toolkit connection" | Noel Grandin |
2021-05-12 | simplify the vcl<->toolkit connection | Noel Grandin |
2021-05-12 | fix ubsan use-after-free | Noel Grandin |
2021-05-12 | fix some VirtualDevice leaks | Noel Grandin |
2021-05-09 | clang-tidy error: Returning null reference | Noel Grandin |
2021-05-08 | ref-count SfxItemPool | Noel Grandin |
2021-05-07 | use a single global item pool for chart2 draw model | Noel Grandin |
2021-05-07 | add utility method to get last pool in chain | Noel Grandin |
2021-05-06 | loplugin:unusedmethods | Noel Grandin |
2021-05-05 | Resolves: tdf#142049 expand widget to use unused extra space | Caolán McNamara |
2021-05-05 | Related: tdf#142049 restore some elements default visibility in the ui | Caolán McNamara |
2021-05-03 | loplugin:stringadd improvement for appending numbers | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-05-02 | tdf#79049 speed up OOXML workbook load (4) | Noel Grandin |
2021-04-29 | loplugin:stringadd simplify some *StringBuffer operations | Noel Grandin |
2021-04-29 | rename ECKEN -> CORNER | Noel Grandin |
2021-04-28 | loplugin:stringadd | Noel Grandin |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-26 | tdf#141914: Allow to unset modified anyway | Mike Kaganski |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-20 | uniformly remove xalign of 0 | Caolán McNamara |
2021-04-15 | tdf#141689 Fix crash in 'Central' moving avg function | Samuel Mehrbrodt |
2021-04-12 | tdf#140489 fix chart display in xlsx | Szymon Kłos |
2021-04-12 | update PCHs | Caolán McNamara |
2021-04-09 | Recheck include/ with IWYU | Gabor Kelemen |
2021-04-08 | tdf#81396: chart2_import: Add unittest | Xisco Fauli |
2021-04-08 | update PCHs | Luboš Luňák |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-07 | rtl::Static -> function local static | Noel Grandin |
2021-04-06 | update pches | Caolán McNamara |
2021-04-06 | forward declare vcl::window in vcl/event.hxx | Caolán McNamara |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-24 | tdf#141191 use plain GtkComboBoxText for standard case | Caolán McNamara |
2021-03-24 | tdf#96161: chart2_export: Add unittest | Xisco Fauli |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-21 | update pches | Caolán McNamara |
2021-03-19 | silence coverity unchecked return value from library on xmlText* functions | Caolán McNamara |
2021-03-13 | update pches | Julien Nabet |
2021-03-11 | awt::XWindow has setVisible so don't need to fetch VCLXWindow to do that | Caolán McNamara |