summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)Author
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann
2011-12-08add docx starmath testing documentsLuboš Luňák
It's simply a bunch of documents with various math features in them. It'd be nice to have an automated test built on top of them that checks the formula is the same (roughly, in the meaning, it can't be precise because import adds e.g. extra {}'s) after an export+import roundtrip.
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke
Some places in the code assumed that if the stack is empty a null pointer is returned by top() (or old Pop()), this doesn't work anymore with ::std::stack that instead has undefined behavior in that case, so check !stack.empty() first before accessing top. (cherry picked from commit ac40f7d6503533954127e818f2bf009200c1e3f2)
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-07make the linear xml processing API more genericLuboš Luňák
I'm pretty sure I'll love to use it in writerfilter instead of the normal API whenever I get the chance.
2011-12-07disable error logs for now, until the new log macros get sorted outLuboš Luňák
2011-12-07merge two duplicates of a functionLuboš Luňák
2011-12-07properly xml-escape written text in docx formulaLuboš Luňák
2011-12-07Looks like the old stack implementation returned 0 on empty stack Pop().Stephan Bergmann
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-05Replace SmNodeStack with std::stack< SmNode* >Marcel Metz
2011-12-04visual formula editor: implement selection by mouseIvan Timofeev
2011-12-04visual formula editor: copy/cut/paste for any keyboard layoutIvan Timofeev
2011-12-04visual formula editor: place cursor on numerator when creating empty fractionIvan Timofeev
2011-12-04visual formula editor: optimize some buildings a bitIvan Timofeev
2011-12-03sfx2::DocumentInserter: remove nFlags ctor paramMichael Stahl
2011-12-02visual formula editor: fix insertion of symbols from catalogIvan Timofeev
2011-12-02visual formula editor: fix insertion of "-"Ivan Timofeev
2011-11-30create placeholders properly in docx mathml importLuboš Luňák
2011-11-30do not add unnecessary spaces in docx mathml importLuboš Luňák
2011-11-30try with at least somewhat more generic handling of docx m:groupChrLuboš Luňák
2011-11-30do not ignore docx m:box contents (but m:box itself is not implemented)Luboš Luňák
2011-11-30import docx m:limUpp/m:limLow properlyLuboš Luňák
2011-11-30export all sub/superscripts LO can handle to docx mathmlLuboš Luňák
2011-11-30fix writing of docx m:sPreLuboš Luňák
2011-11-30import docx m:sPre, m:sSub, m:sSubSup and m:SupLuboš Luňák
2011-11-30helper for reading docx OMathArgLuboš Luňák
2011-11-30implement docx m:radLuboš Luňák
2011-11-30warn about unknown m:chr in m:accLuboš Luňák
2011-11-30implement sum properly in docx mathmlLuboš Luňák
2011-11-30implement docx m:naryLuboš Luňák
2011-11-29import docx m:mLuboš Luňák
2011-11-29finish reading in while() also when end of stream, just in caseLuboš Luňák
2011-11-29improve import of docx m:dLuboš Luňák
2011-11-29docx OMathArg can actually be more than one elementLuboš Luňák
2011-11-29docx m:r can contain multiple m:tLuboš Luňák
2011-11-29implement docx m:groupChrLuboš Luňák
2011-11-29implement m:func, m:limLow, m:limUppLuboš Luňák
2011-11-29fix reading when the next tag can be one of severalLuboš Luňák
2011-11-29merge processing of OMathArg and OMath, for nowLuboš Luňák
2011-11-29m:f docx import is reasonably doneLuboš Luňák
2011-11-29try to avoid unnecessary space in created formulaLuboš Luňák
2011-11-29implement import of docx mathml m:dLuboš Luňák
2011-11-29static constLuboš Luňák
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29remove executable bit from source filesLuboš Luňák
2011-11-29set properly initial size of starmath component when importing docxLuboš Luňák
2011-11-29simplify attribute retrieval syntax a bitLuboš Luňák
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud