Age | Commit message (Expand) | Author |
2019-12-07 | tdf#121658 Add option to not hyphenate words in CAPS | Samuel Mehrbrodt |
2019-12-06 | tdf#128666 Only enable hyperlink actions when just the field is selected | Samuel Mehrbrodt |
2019-11-28 | tdf#128659 Cannot add AutoCorrect entries | Noel Grandin |
2019-11-06 | make some classes module-private | Noel Grandin |
2019-11-06 | loplugin:indentation find broken if statements | Noel Grandin |
2019-11-03 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-11-03 | loplugin:stringadd | Noel Grandin |
2019-10-31 | avoid intermediate vcl::Windows | Caolán McNamara |
2019-10-29 | remove unnecessary includes | Caolán McNamara |
2019-10-23 | loplugin:unusedfields | Noel Grandin |
2019-10-23 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-21 | loplugin:virtualdead unused param in EditEngine::FieldClicked | Noel Grandin |
2019-10-21 | loplugin:virtualdead unused param in UnknownAttrToken | Noel Grandin |
2019-10-19 | Fix typo and dots | Andrea Gelmini |
2019-10-18 | make bin/update_pch.s always include code in trivial #if's | Luboš Luňák |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-10-16 | Resolves: tdf#127961 Add NBSP to quotation marks for all French except fr-CH | Eike Rathke |
2019-10-16 | loplugin:bufferadd loosen some constraints | Noel Grandin |
2019-10-16 | loplugin:stringadd look through a couple more known-good methods | Noel Grandin |
2019-10-14 | loplugin:stringadd look for unnecessary temporaries | Noel Grandin |
2019-10-11 | simplify "a = a +" to "a +=" | Noel Grandin |
2019-10-10 | convert WriteCharPtr..getStr to WriteOString | Noel Grandin |
2019-10-08 | tdf#128009: Allow spaces in AutoText suggestions | Mike Kaganski |
2019-10-08 | loplugin:redundantpointerops simplify *p.get() | Noel Grandin |
2019-10-07 | InsertQuote can be const | Mike Kaganski |
2019-10-07 | enable -Wrange-loop-analysis on clang | Noel Grandin |
2019-10-06 | improve SfxPoolItem operator== implementations | Noel Grandin |
2019-10-05 | Drop bogus memset | Stephan Bergmann |
2019-10-04 | SvxAutoCorrect::GetPrevAutoCorrWord should not be const | Mike Kaganski |
2019-10-04 | loplugin:unusedfields | Noel Grandin |
2019-10-01 | Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at end | Mike Kaganski |
2019-09-29 | Move Rectangle,Point,Size serialization to GenericTypeSerializer | Tomaž Vajngerl |
2019-09-29 | constmethod for accessor-type methods | Noel Grandin |
2019-09-28 | loplugin:virtualdead in editeng | Noel Grandin |
2019-09-26 | add property name when throwing css::uno::UnknownPropertyException | Noel Grandin |
2019-09-26 | drop unnecessary includes and update pch | Caolán McNamara |
2019-09-26 | tdf#127748: crash on modify a frame style, which has writing-mode bt-lr | Julien Nabet |
2019-09-24 | support O(U)String::number() for fast string concatenation | Luboš Luňák |
2019-09-23 | do not require $(SRCDIR) in every gb_Library_set_precompiled_header | Luboš Luňák |
2019-09-20 | tdf#109158 improve load time of autocorrect XML file | Noel Grandin |
2019-09-20 | tdf#109158 improve sorting when loading large autocorrect file | Noel Grandin |
2019-09-06 | use unique_ptr in Outliner | Noel Grandin |
2019-09-06 | use unique_ptr in EditNodeIdx | Noel Grandin |
2019-09-06 | Typos | Andrea Gelmini |
2019-09-03 | Fix typos | Andrea Gelmini |
2019-09-03 | Resolves: tdf#126935 a11y for hosted EditEngine | Caolán McNamara |
2019-09-02 | assert on selecting text from end to start in shape with a11y enabled | Caolán McNamara |
2019-09-02 | loplugin:constmethod in editeng | Noel Grandin |
2019-08-31 | drop some unnecessary includes | Caolán McNamara |
2019-08-28 | ContentInfo::Equals uses std::equal | Adrien Ollier |