summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* drop unused includesTakeshi Abe2015-01-032-4/+0
* starmath: boost::shared_ptr to std::shared_ptrTakeshi Abe2015-01-012-3/+4
* drop an unused defineTakeshi Abe2014-12-301-1/+0
* kill unused CMD_SID_* definesTakeshi Abe2014-12-281-4/+0
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-231-1/+1
* prefer constant to macroTakeshi Abe2014-12-221-3/+3
* starmath: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-184-7/+7
* RID_CMDBOXWINDOW is so hacky and src entry so small just hardcode in cxxCaolán McNamara2014-12-172-26/+6
* try to get reasonable sizes for docking windowsCaolán McNamara2014-12-171-1/+1
* implement loading docking windows from .ui formatCaolán McNamara2014-12-176-58/+94
* Omit unused default valueTakeshi Abe2014-12-161-1/+1
* starmath: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-7/+7
* Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2014-12-112-2/+0
* Typo: postion(s)=>position(s)Julien Nabet2014-12-101-1/+1
* changed timers to idlesTobias Madl2014-12-092-20/+20
* capitalize Infinite tooltip in Elements panel of MathStanislav Horacek2014-12-091-1/+1
* -Wunused-macrosTakeshi Abe2014-12-041-2/+0
* loplugin: cstylecastNoel Grandin2014-12-0320-79/+80
* fix the order of arguments: expected and actualTakeshi Abe2014-12-011-28/+28
* recycle SmVisitorTest for unit testTakeshi Abe2014-11-284-222/+224
* Correct and reenable SmNodeToTextVisitor's test for RSUPTakeshi Abe2014-11-261-2/+2
* fdo#70185: Correct and reenable SmNodeToTextVisitor's test caseTakeshi Abe2014-11-262-14/+14
* Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida2014-11-251-0/+1
* all these ids and their associated resources were unnecessaryCaolán McNamara2014-11-251-4/+0
* We now only need one bit of information hereCaolán McNamara2014-11-253-3/+3
* these were just ids, shouldn't be backed by actual string resourcesCaolán McNamara2014-11-241-5/+0
* so these ResIds are only being used for the numerical valueCaolán McNamara2014-11-241-1/+1
* fix typo in color nameStanislav Horacek2014-11-231-1/+1
* Use boost::signal in SmElementsControlMarcos Paulo de Souza2014-11-212-11/+8
* fix memory leaks caused with SmNodeStackTakeshi Abe2014-11-203-106/+101
* "#pragma hdrstop" looks quite obsoleteMichael Stahl2014-11-172-8/+0
* assert that no other types than TGOPER can happen in SmParser::Oper()Takeshi Abe2014-11-171-6/+1
* Mark as noncopyableTakeshi Abe2014-11-161-11/+3
* Math: Remove aqua and fuchsia from the Elements DockMarcos Paulo de Souza2014-11-151-6/+1
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-11-161-6/+4
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-144-35/+35
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-11-131-8/+5
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* stop duplicate definition of lcl_popOrZero()Takeshi Abe2014-11-114-93/+70
* separate parse.hxx into smaller partsTakeshi Abe2014-11-096-147/+197
* Avoid possible memory leaks in case of exceptionTakeshi Abe2014-11-061-6/+3
* Math: Add new colors in the SidebarMarcos Paulo de Souza2014-11-044-1/+149
* mark as noncopyableTakeshi Abe2014-11-041-5/+2
* include <list> where neededTakeshi Abe2014-11-042-1/+2
* fix memory leak of pointers contained in m_aErrDescListTakeshi Abe2014-11-032-12/+8
* unused includes in RTF filter and related filesMiklos Vajna2014-11-022-3/+0
* Resolves: #i118191# Red is not red enoughRegina Henschel2014-10-316-20/+103
* convert COMMAND_WHEEL constants to an enumNoel Grandin2014-10-312-2/+2
* HIG fixes for smath dialogsAdolfo Jayme Barrientos2014-10-3010-427/+217
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0