summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Some more loplugin:cstylecast: starmathStephan Bergmann1-9/+8
2015-01-17Drop unused inline functionsTakeshi Abe2-4/+0
2015-01-15remove unnecessary castsNoel Grandin1-287/+286
2015-01-15protected -> privateTakeshi Abe1-1/+0
2015-01-15no need to compare it with trueTakeshi Abe1-1/+1
2015-01-13fdo#70185: starmath: unit test writingTakeshi Abe8-2/+226
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin2-4/+4
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2-4/+4
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-9/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-3/+3
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2-9/+9
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin2-5/+5
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2-3/+3
2015-01-03drop unused includesTakeshi Abe2-4/+0
2015-01-01starmath: boost::shared_ptr to std::shared_ptrTakeshi Abe2-3/+4
2014-12-30drop an unused defineTakeshi Abe1-1/+0
2014-12-28kill unused CMD_SID_* definesTakeshi Abe1-4/+0
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-22prefer constant to macroTakeshi Abe1-3/+3
2014-12-18starmath: Use appropriate OUString functions on string constantsStephan Bergmann4-7/+7
2014-12-17RID_CMDBOXWINDOW is so hacky and src entry so small just hardcode in cxxCaolán McNamara2-26/+6
2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara1-1/+1
2014-12-17implement loading docking windows from .ui formatCaolán McNamara6-58/+94
2014-12-16Omit unused default valueTakeshi Abe1-1/+1
2014-12-15starmath: Use appropriate OUString functions on string constantsStephan Bergmann2-7/+7
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2-2/+0
2014-12-10Typo: postion(s)=>position(s)Julien Nabet1-1/+1
2014-12-09changed timers to idlesTobias Madl2-20/+20
2014-12-09capitalize Infinite tooltip in Elements panel of MathStanislav Horacek1-1/+1
2014-12-04-Wunused-macrosTakeshi Abe1-2/+0
2014-12-03loplugin: cstylecastNoel Grandin20-79/+80
2014-12-01fix the order of arguments: expected and actualTakeshi Abe1-28/+28
2014-11-28recycle SmVisitorTest for unit testTakeshi Abe4-222/+224
2014-11-26Correct and reenable SmNodeToTextVisitor's test for RSUPTakeshi Abe1-2/+2
2014-11-26fdo#70185: Correct and reenable SmNodeToTextVisitor's test caseTakeshi Abe2-14/+14
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida1-0/+1
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara1-4/+0
2014-11-25We now only need one bit of information hereCaolán McNamara3-3/+3
2014-11-24these were just ids, shouldn't be backed by actual string resourcesCaolán McNamara1-5/+0
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-1/+1
2014-11-23fix typo in color nameStanislav Horacek1-1/+1
2014-11-21Use boost::signal in SmElementsControlMarcos Paulo de Souza2-11/+8
2014-11-20fix memory leaks caused with SmNodeStackTakeshi Abe3-106/+101
2014-11-17"#pragma hdrstop" looks quite obsoleteMichael Stahl2-8/+0
2014-11-17assert that no other types than TGOPER can happen in SmParser::Oper()Takeshi Abe1-6/+1
2014-11-16Mark as noncopyableTakeshi Abe1-11/+3
2014-11-15Math: Remove aqua and fuchsia from the Elements DockMarcos Paulo de Souza1-6/+1
2014-11-16Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava4-35/+35