Age | Commit message (Expand) | Author |
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 |
2016-08-22 | starmath: Do SmCursor::MoveTo() more simply | Takeshi Abe |
2016-08-18 | starmath: Use SmCaretPos::GetPosAfter() | Takeshi Abe |
2016-08-18 | screenshots: add new global make target | Armin Le Grand |
2016-08-18 | screenshots: unify dumping of dialog test batch file | Armin Le Grand |
2016-08-18 | screenshots: add dialog test cases for starmath | Armin Le Grand |
2016-08-17 | starmath: Avoid assigned but unused value | Takeshi Abe |
2016-08-15 | starmath: Avoid temporary arrays | Takeshi Abe |
2016-08-11 | tdf#96015 (part) links to Askbot in the Help menu | Olivier Hallot |
2016-08-10 | Expect 3 subnodes for SmBinVerNode/SmBinHorNode/SmBinDiagonalNode | Takeshi Abe |
2016-08-08 | starmath: SmBraceNode always has 3 children | Takeshi Abe |
2016-08-07 | starmath: complete SmAttributNode has just 2 subnodes | Takeshi Abe |
2016-08-05 | loplugin:countusersofdefaultparams in sfx2..svgio | Noel Grandin |
2016-08-05 | starmath: SmBinHorNode's symbol is not always an SmMathSymbolNode | Takeshi Abe |
2016-08-03 | starmath: SmDynIntegralNode always has a couple of subnodes | Takeshi Abe |
2016-08-03 | starmath: SmRootSymbolNode must have type NROOTSYMBOL | Takeshi Abe |
2016-08-02 | Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with alt | Caolán McNamara |
2016-08-02 | starmath: SmVerticalBraceNode always has a triple of nodes | Takeshi Abe |
2016-08-01 | tdf#91665 l10n: Replace string list by separate strings in SmPrintUIOptions | Muhammet Kara |
2016-08-01 | loplugin:countusersofdefaultparams in shell..starmath | Noel Grandin |
2016-07-31 | tdf#101022 Export Greek symbol to MathML with correct mathvariant | Takeshi Abe |
2016-07-27 | add uui to starmath import filters test | Caolán McNamara |
2016-07-27 | cppcheck: noExplicitConstructor | Caolán McNamara |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |
2016-07-26 | masses of MessBoxes not being disposed promptly | Caolán McNamara |
2016-07-25 | starmath: Fix invalid static_cast | Takeshi Abe |
2016-07-25 | new loplugin overrideparam | Noel Grandin |
2016-07-24 | starmath: Add unit test for tdf#52225 | Takeshi Abe |
2016-07-22 | starmath: Return early if the cursor locates after a text node | Takeshi Abe |
2016-07-17 | -Werror,-Winconsistent-missing-override | Stephan Bergmann |
2016-07-17 | uitest: add wrapper for element selector | Markus Mohrhard |
2016-07-17 | remove wrong outdated comment | Markus Mohrhard |
2016-07-17 | uitest: annotate the math edit window | Markus Mohrhard |
2016-07-15 | new loplugin unnecessary override | Noel Grandin |
2016-07-15 | starmath: Make AdjustFontDesc() precede Prepare() | Takeshi Abe |
2016-07-14 | starmath: Drop redundant SetLineColor() call | Takeshi Abe |
2016-07-13 | Moved SfxModule owner to SfxApplication | Mark Page |