summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* smath does not handle accents in MathMLJoshua Cogliati2012-01-061-4/+32
* write TBAR rather as an accent, use over/underline for m:barLuboš Luňák2012-01-062-2/+5
* if a bracket pair has no left/right bracket, it needs to explicit (fdo#32636)Luboš Luňák2011-12-201-0/+4
* import m:eqArr (part of fdo#32636)Luboš Luňák2011-12-202-1/+20
* export vertical stack as m:eqArr, seems to fit much betterLuboš Luňák2011-12-202-22/+12
* skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák2011-12-201-3/+3
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-072-12/+13
* old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke2011-12-073-128/+92
* make the linear xml processing API more genericLuboš Luňák2011-12-071-2/+2
* merge two duplicates of a functionLuboš Luňák2011-12-074-73/+45
* disable error logs for now, until the new log macros get sorted outLuboš Luňák2011-12-071-3/+3
* properly xml-escape written text in docx formulaLuboš Luňák2011-12-071-1/+1
* Looks like the old stack implementation returned 0 on empty stack Pop().Stephan Bergmann2011-12-071-3/+3
* Replace SmNodeStack with std::stack< SmNode* >Marcel Metz2011-12-055-179/+282
* visual formula editor: implement selection by mouseIvan Timofeev2011-12-042-3/+18
* visual formula editor: copy/cut/paste for any keyboard layoutIvan Timofeev2011-12-041-16/+11
* visual formula editor: place cursor on numerator when creating empty fractionIvan Timofeev2011-12-041-1/+2
* visual formula editor: optimize some buildings a bitIvan Timofeev2011-12-041-10/+10
* sfx2::DocumentInserter: remove nFlags ctor paramMichael Stahl2011-12-031-2/+2
* visual formula editor: fix insertion of symbols from catalogIvan Timofeev2011-12-021-2/+1
* visual formula editor: fix insertion of "-"Ivan Timofeev2011-12-021-1/+1
* create placeholders properly in docx mathml importLuboš Luňák2011-11-301-7/+14
* do not add unnecessary spaces in docx mathml importLuboš Luňák2011-11-301-10/+10
* try with at least somewhat more generic handling of docx m:groupChrLuboš Luňák2011-11-301-3/+20
* do not ignore docx m:box contents (but m:box itself is not implemented)Luboš Luňák2011-11-302-0/+15
* import docx m:limUpp/m:limLow properlyLuboš Luňák2011-11-301-3/+3
* export all sub/superscripts LO can handle to docx mathmlLuboš Luňák2011-11-301-11/+60
* fix writing of docx m:sPreLuboš Luňák2011-11-301-2/+2
* import docx m:sPre, m:sSub, m:sSubSup and m:SupLuboš Luňák2011-11-302-0/+54
* helper for reading docx OMathArgLuboš Luňák2011-11-302-40/+27
* implement docx m:radLuboš Luňák2011-11-302-0/+28
* warn about unknown m:chr in m:accLuboš Luňák2011-11-301-3/+5
* implement sum properly in docx mathmlLuboš Luňák2011-11-302-0/+4
* implement docx m:naryLuboš Luňák2011-11-302-0/+76
* import docx m:mLuboš Luňák2011-11-292-0/+27
* finish reading in while() also when end of stream, just in caseLuboš Luňák2011-11-291-2/+2
* improve import of docx m:dLuboš Luňák2011-11-291-6/+31
* docx OMathArg can actually be more than one elementLuboš Luňák2011-11-291-11/+24
* docx m:r can contain multiple m:tLuboš Luňák2011-11-291-7/+20
* implement docx m:groupChrLuboš Luňák2011-11-292-1/+26
* implement m:func, m:limLow, m:limUppLuboš Luňák2011-11-292-0/+33
* fix reading when the next tag can be one of severalLuboš Luňák2011-11-292-27/+15
* merge processing of OMathArg and OMath, for nowLuboš Luňák2011-11-291-32/+24
* m:f docx import is reasonably doneLuboš Luňák2011-11-291-1/+0
* try to avoid unnecessary space in created formulaLuboš Luňák2011-11-291-8/+12
* implement import of docx mathml m:dLuboš Luňák2011-11-292-0/+48
* static constLuboš Luňák2011-11-292-2/+2
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
* remove executable bit from source filesLuboš Luňák2011-11-295-0/+0