summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-13Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-11stop duplicate definition of lcl_popOrZero()Takeshi Abe4-93/+70
2014-11-09separate parse.hxx into smaller partsTakeshi Abe6-147/+197
2014-11-06Avoid possible memory leaks in case of exceptionTakeshi Abe1-6/+3
2014-11-04Math: Add new colors in the SidebarMarcos Paulo de Souza4-1/+149
2014-11-04mark as noncopyableTakeshi Abe1-5/+2
2014-11-04include <list> where neededTakeshi Abe2-1/+2
2014-11-03fix memory leak of pointers contained in m_aErrDescListTakeshi Abe2-12/+8
2014-11-02unused includes in RTF filter and related filesMiklos Vajna2-3/+0
2014-10-31Resolves: #i118191# Red is not red enoughRegina Henschel6-20/+103
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin2-2/+2
2014-10-30HIG fixes for smath dialogsAdolfo Jayme Barrientos10-427/+217
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-3/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky12-73/+73
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky9-49/+49
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2-6/+6
2014-10-17coverity#1247645 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-17coverity#1247642 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon9-49/+49
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-14SmViewShell: pImpl must outlive aGraphic memberStephan Bergmann2-2/+5
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin6-12/+12
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-3/+5
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin6-22/+22