Age | Commit message (Expand) | Author |
2016-11-10 | 'make screenshot' use-after-free fixes | Stephan Bergmann |
2016-11-10 | 'make screenshot' loplugin fixes | Stephan Bergmann |
2016-11-09 | tdf#44839 Add an "Evaluated At" command in "Brackets" section | Takeshi Abe |
2016-11-05 | tdf#102008 Drop whitespace between "fact" and brace | Takeshi Abe |
2016-11-05 | tdf#102007 Surround widebslash's placeholders with braces | Takeshi Abe |
2016-11-03 | Use a single method of converting between points and 100th mm in starmath | Stephan Bergmann |
2016-11-03 | starmath: Remove unnecessary overriding | Takeshi Abe |
2016-11-01 | loplugin:oncevar in sd..svgio | Noel Grandin |
2016-10-28 | ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivatives | Caolán McNamara |
2016-10-27 | loplugin:expandablemethods in sot..starmath | Noel Grandin |
2016-10-26 | svl: the compiler can generate the same SfxGrabBagItem copy ctor itself | Miklos Vajna |
2016-10-24 | tdf#103452: add missing xPopupMenu.disposeAndClear(); | Julien Nabet |
2016-10-24 | remove unused SfxListener subclassing | Noel Grandin |
2016-10-20 | loplugin:expandablemethodds in sfx2..starmath | Noel Grandin |
2016-10-19 | tdf#96015 (part) link to Doc'tation in Help menu | Olivier Hallot |
2016-10-19 | starmath: clean up redundant virtual keywords in unofilter | Miklos Vajna |
2016-10-18 | tdf#89307: Removed T* SvRef::opeartor &() | Jacek Fraczek |
2016-10-14 | loplugin:countusersofdefaultparams in sot..svtools | Noel Grandin |
2016-10-13 | flatten RID_LOCALIZED_NAMES by a level | Caolán McNamara |
2016-10-10 | safemode: Add uno command and menu entry | Samuel Mehrbrodt |
2016-10-10 | tdf#89307: Removed SvRef::operator T*() | Jacek Fraczek |
2016-10-07 | starmath: Simplify code with std::unique_ptr | Takeshi Abe |
2016-10-05 | loplugin:unnecessaryoverride in sd/starmath | Noel Grandin |
2016-10-05 | convert MapUnit to scoped enum | Noel Grandin |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-10-05 | starmath: Assert the precondition for OUString#replaceAt() | Takeshi Abe |
2016-10-03 | starmath: Add comments on indexing | Takeshi Abe |
2016-10-02 | starmath: Prefix members of SmParser | Takeshi Abe |
2016-09-30 | tdf#97164 Add text for visualition of percent symbol. | Gulsah Kose |
2016-09-29 | tdf#53472, tdf#102268: Reimplement "intd" | Takeshi Abe |
2016-09-23 | perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 related | Eike Rathke |
2016-09-20 | tdf#97049 Export "intd" to MathML | Takeshi Abe |
2016-09-15 | loplugin:singlevalfields in sc..vcl | Noel Grandin |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-09 | loplugin:constantparam in sot..svl | Noel Grandin |
2016-09-09 | loplugin:refcounting | Noel Grandin |
2016-09-06 | starmath: Drop unused 1st argument of SmErrorNode's ctor | Takeshi Abe |
2016-09-05 | starmath: Pass offset by const ref | Takeshi Abe |
2016-09-02 | boost::intrusive_ptr->tools::SvRef | Caolán McNamara |
2016-09-02 | Replace SmNodeIterator with std::vector's iterator | Takeshi Abe |
2016-09-01 | convert RefDevMode to scoped enum | Noel Grandin |
2016-08-31 | Replace use of our own SmNodeIterator with range-based for loop | Takeshi Abe |
2016-08-30 | loplugin:stringconstant: adapt to improved OUStringLiteral1 (starmath) | Stephan Bergmann |
2016-08-30 | Every composite node is of type SmStructureNode | Takeshi Abe |
2016-08-30 | Let OUStringLiteral1 take its arg as ctor arg, not template arg | Stephan Bergmann |
2016-08-30 | VisitChildren() only for SmStructureNode | Takeshi Abe |
2016-08-29 | Adapt loplugin:stringconstant to improved OUStringLiteral1 | Stephan Bergmann |
2016-08-27 | put StreamMode masks in scope of enum class | Jochen Nitschke |
2016-08-26 | SmDrawingVisitor does nothing for SmBlankNode | Takeshi Abe |
2016-08-24 | SmCursor::FindTopMostNodeInLine() requires non-null argument | Takeshi Abe |