Age | Commit message (Expand) | Author | Files | Lines |
2012-09-22 | make starmath's gbuild module name the same as dir | David Tardon | 1 | -4/+4 |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud | 4 | -4/+4 |
2012-09-12 | Improvement on previous commit | Stephan Bergmann | 1 | -12/+5 |
2012-09-12 | fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new style | Noel Grandin | 1 | -2/+3 |
2012-09-11 | -Werror,-Wunused-private-field | Stephan Bergmann | 1 | -1/+0 |
2012-09-11 | -Werror,-Wunused-value | Stephan Bergmann | 1 | -1/+1 |
2012-09-06 | actually use startsWith(), now that it really exists | Luboš Luňák | 1 | -1/+1 |
2012-09-02 | crash with safe iterators: attempt to decrement a past-the-end iterator | Ivan Timofeev | 1 | -10/+13 |
2012-08-23 | convert docx mathml test documents into unittests | Luboš Luňák | 15 | -2/+0 |
2012-08-21 | add more runtime deps on resource files for unit-tests | Matúš Kukan | 2 | -2/+4 |
2012-08-17 | gbuild: register all jars | Michael Stahl | 1 | -5/+5 |
2012-08-14 | Be more careful in recognizing MathML (bnc#774921) | Tor Lillqvist | 1 | -4/+14 |
2012-08-10 | SmDocShell::readFormulaOoxml: yes, just void | Miklos Vajna | 2 | -3/+2 |
2012-08-05 | SmCmdBoxWindow: use single-line frame | Ivan Timofeev | 1 | -2/+2 |
2012-08-05 | SmCmdBoxWindow: reduce padding from 8 to 4 | Ivan Timofeev | 1 | -5/+14 |
2012-08-05 | SmCmdBoxWindow: no drawing in Resize() | Ivan Timofeev | 1 | -1/+1 |
2012-08-05 | SmCmdBoxWindow: too many frames... | Ivan Timofeev | 1 | -46/+0 |
2012-08-03 | Translated German comments in starmath (fdo#39468) | Alexander Wilms | 6 | -177/+139 |
2012-08-03 | SmDocShell::writeFormulaOoxml: don't use m_ prefix for non-member variable | Miklos Vajna | 2 | -3/+3 |
2012-07-31 | fdo#48549 System::Beep() removal | Mathieu Vonlanthen | 1 | -1/+0 |
2012-07-30 | remove unnecessary includes of svl/svarray.hxx | Caolán McNamara | 1 | -1/+0 |
2012-07-30 | Bug 48549 - System::Beep() removal | Mathieu Vonlanthen | 1 | -1/+0 |
2012-07-27 | SmOoxmlImport::handleR: escape brackets in math runs | Miklos Vajna | 1 | -1/+1 |
2012-07-27 | SmRtfExport: get current encoding from Writer instead of assuming the default | Miklos Vajna | 6 | -17/+19 |
2012-07-27 | svtools: add new math rtf keywords | Miklos Vajna | 1 | -87/+87 |
2012-07-27 | factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBase | Miklos Vajna | 7 | -347/+326 |
2012-07-27 | SmOoxmlExport: remove unused ctor param | Miklos Vajna | 3 | -6/+4 |
2012-07-26 | add tests for RTF_MACC and RTF_MEQARR | Miklos Vajna | 1 | -0/+2 |
2012-07-26 | export RTF_MEQARR | Miklos Vajna | 1 | -6/+19 |
2012-07-26 | export RTF_MSSU{B,P} and related keywords | Miklos Vajna | 1 | -4/+115 |
2012-07-26 | export RTF_MRAD | Miklos Vajna | 1 | -2/+25 |
2012-07-26 | export RTF_MLIM{UPP,LOW} | Miklos Vajna | 1 | -2/+40 |
2012-07-26 | export RTF_MM | Miklos Vajna | 1 | -2/+18 |
2012-07-25 | export RTF_MLIM and related keywords | Miklos Vajna | 1 | -3/+75 |
2012-07-25 | escape output properly inside RTF_MR | Miklos Vajna | 1 | -2/+2 |
2012-07-25 | export RTF_MD and related keywords | Miklos Vajna | 1 | -2/+57 |
2012-07-25 | export RTF_MACC and related keywords | Miklos Vajna | 1 | -2/+67 |
2012-07-25 | export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH} | Miklos Vajna | 7 | -0/+318 |
2012-07-24 | Correction of context menu entry for Math arccot function | Laurent Balland-Poirier | 1 | -1/+1 |
2012-07-21 | fdo#38887: SmNodeToTextVisitor: use braces for nested scripts | Ivan Timofeev | 1 | -0/+6 |
2012-07-17 | fdo#38887: SmNodeToTextVisitor: use from and to instead of csub and csup | Ivan Timofeev | 1 | -8/+20 |
2012-07-17 | fdo#38887: SmNodeToTextVisitor: use ^ and _ instead of rsup and rsub | Ivan Timofeev | 1 | -4/+4 |
2012-07-17 | mathmlimport: do not remove first and last braces | Ivan Timofeev | 1 | -6/+0 |
2012-07-16 | rtl::O(U)String -> O(U)String | Luboš Luňák | 3 | -30/+28 |
2012-07-14 | Remove unused HIDs | Thomas Arnhold | 1 | -36/+0 |
2012-07-14 | Remove unused HIDs | Thomas Arnhold | 1 | -14/+0 |
2012-07-09 | some UniString->rtl::OUString | Caolán McNamara | 7 | -16/+16 |
2012-07-06 | re-base on ALv2 code. Includes: | Michael Meeks | 66 | -1371/+927 |
2012-07-03 | ditch String::CreateFromAscii | Caolán McNamara | 6 | -11/+11 |
2012-07-03 | Remove duplication of License/Credits information | Stefan Knorr (astron) | 1 | -1/+0 |