Age | Commit message (Expand) | Author |
2022-02-15 | tdf#145759 Using M_PI from cmath instead of magic constants. | pragat-pandya |
2022-02-04 | add toId/fromId to tidy up some ugly casting | Caolán McNamara |
2022-02-02 | lok: find active SmViewShell reliably | Mike Kaganski |
2022-01-27 | no need to call GetWhich on these SID_ values | Noel Grandin |
2022-01-27 | add some more TypeWhichId annotations | Noel Grandin |
2022-01-25 | lok: enable in-place editing of math equations | Mike Kaganski |
2022-01-22 | Add missing test dependency | Stephan Bergmann |
2022-01-18 | Drop useless indirection | Mike Kaganski |
2022-01-17 | Drop unused declaration | Mike Kaganski |
2022-01-10 | Move HAVE_MORE_FONTS into an extra config header | Jan-Marek Glogowski |
2021-12-24 | tdf#140726 Change func func(<?>) to func <?>(<?>) in Math | Jeff Huang |
2021-12-17 | Fix typos | Andrea Gelmini |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-12-06 | loplugin:stringliteraldefine in starmath | Noel Grandin |
2021-12-04 | Related tdf#132145: fix Print/Size NoSuchElementException | Julien Nabet |
2021-12-03 | Resolves: tdf#145959 menu pos should be relative to SmCmdBoxWindow | Caolán McNamara |
2021-11-30 | tdf#132145: Synchronize SmMathConfig with configuration | Mike Kaganski |
2021-11-23 | O[U]String::replaceAt overloads that take string_view | Noel Grandin |
2021-11-12 | Fix (mis-)uses of temporary O[U]StringLiteral | Stephan Bergmann |
2021-11-08 | use more OUStringLiteral in MediaDescriptor | Noel Grandin |
2021-11-03 | loplugin:finalclasses | Noel Grandin |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in starmath | Mike Kaganski |
2021-10-30 | tools::Long->sal_Int32 in the DX arrays | Noel Grandin |
2021-10-22 | Typo: aFontHeigt->aFontHeight (starmath/smediteng.cxx) | Julien Nabet |
2021-10-21 | loplugin:flatten | Noel Grandin |
2021-10-20 | combine these contiguous ranges | Caolán McNamara |
2021-10-20 | assert in math, file, printer settings, options | Caolán McNamara |
2021-10-20 | gtk4: make starmath edit and math widgets visible | Caolán McNamara |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | use std::vector::insert instead of push_back | Noel Grandin |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-12 | loplugin:moveparam in various | Noel Grandin |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-10-08 | use more SfxItemSetFixed | Noel Grandin |
2021-09-28 | gives names to all the Idles and Tasks | Noel Grandin |
2021-09-28 | vcl: rename OutDevState to Stack | Chris Sherlock |
2021-09-20 | clean up ambiguous confusing rectangle APIs like IsInside() | Luboš Luňák |
2021-09-20 | Add sal/config.h in preparation for patch | Chris Sherlock |
2021-09-19 | Some more string_view use, add o3tl::starts/ends_with | Stephan Bergmann |
2021-09-18 | vcl: create FontMetric from PhysicalFontFace | Chris Sherlock |
2021-09-17 | remove GetCharClassPtr from SvtSysLocale | Noel Grandin |
2021-09-16 | Increase accuracy of ParseMathMLUnsignedNumber Fraction result | Stephan Bergmann |
2021-09-15 | loplugin:finalclasses | Noel Grandin |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 | Mike Kaganski |
2021-09-10 | Fix typos | Andrea Gelmini |
2021-09-07 | Avoid repeating the return type from the declaration | Miklos Vajna |
2021-09-04 | use std::vector for fetching DX array data | Noel Grandin |
2021-09-02 | rename UpdateMode -> UpdateLayout in editeng class | Noel Grandin |
2021-09-02 | clang-tidy:readability-redundant-member-init | Noel Grandin |