Age | Commit message (Expand) | Author | Files | Lines |
2012-02-08 | add the "Send Feedback..." help menu item | Ivan Timofeev | 1 | -1/+2 |
2012-01-06 | smath does not handle accents in MathML | Joshua Cogliati | 1 | -4/+32 |
2012-01-06 | write TBAR rather as an accent, use over/underline for m:bar | Luboš Luňák | 2 | -2/+5 |
2011-12-20 | if a bracket pair has no left/right bracket, it needs to explicit (fdo#32636) | Luboš Luňák | 1 | -0/+4 |
2011-12-20 | import m:eqArr (part of fdo#32636) | Luboš Luňák | 2 | -1/+20 |
2011-12-20 | export vertical stack as m:eqArr, seems to fit much better | Luboš Luňák | 2 | -22/+12 |
2011-12-20 | skip unknown elements when reading multiple elements from docx mathml | Luboš Luňák | 1 | -3/+3 |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 |
2011-12-07 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | 2 | -12/+13 |
2011-12-07 | old class Stack pop'ed 0 from empty stack, which std::stack doesn't | Eike Rathke | 3 | -128/+92 |
2011-12-07 | make the linear xml processing API more generic | Luboš Luňák | 1 | -2/+2 |
2011-12-07 | merge two duplicates of a function | Luboš Luňák | 4 | -73/+45 |
2011-12-07 | disable error logs for now, until the new log macros get sorted out | Luboš Luňák | 1 | -3/+3 |
2011-12-07 | properly xml-escape written text in docx formula | Luboš Luňák | 1 | -1/+1 |
2011-12-07 | Looks like the old stack implementation returned 0 on empty stack Pop(). | Stephan Bergmann | 1 | -3/+3 |
2011-12-05 | Replace SmNodeStack with std::stack< SmNode* > | Marcel Metz | 5 | -179/+282 |
2011-12-04 | visual formula editor: implement selection by mouse | Ivan Timofeev | 2 | -3/+18 |
2011-12-04 | visual formula editor: copy/cut/paste for any keyboard layout | Ivan Timofeev | 1 | -16/+11 |
2011-12-04 | visual formula editor: place cursor on numerator when creating empty fraction | Ivan Timofeev | 1 | -1/+2 |
2011-12-04 | visual formula editor: optimize some buildings a bit | Ivan Timofeev | 1 | -10/+10 |
2011-12-03 | sfx2::DocumentInserter: remove nFlags ctor param | Michael Stahl | 1 | -2/+2 |
2011-12-02 | visual formula editor: fix insertion of symbols from catalog | Ivan Timofeev | 1 | -2/+1 |
2011-12-02 | visual formula editor: fix insertion of "-" | Ivan Timofeev | 1 | -1/+1 |
2011-11-30 | create placeholders properly in docx mathml import | Luboš Luňák | 1 | -7/+14 |
2011-11-30 | do not add unnecessary spaces in docx mathml import | Luboš Luňák | 1 | -10/+10 |
2011-11-30 | try with at least somewhat more generic handling of docx m:groupChr | Luboš Luňák | 1 | -3/+20 |
2011-11-30 | do not ignore docx m:box contents (but m:box itself is not implemented) | Luboš Luňák | 2 | -0/+15 |
2011-11-30 | import docx m:limUpp/m:limLow properly | Luboš Luňák | 1 | -3/+3 |
2011-11-30 | export all sub/superscripts LO can handle to docx mathml | Luboš Luňák | 1 | -11/+60 |
2011-11-30 | fix writing of docx m:sPre | Luboš Luňák | 1 | -2/+2 |
2011-11-30 | import docx m:sPre, m:sSub, m:sSubSup and m:Sup | Luboš Luňák | 2 | -0/+54 |
2011-11-30 | helper for reading docx OMathArg | Luboš Luňák | 2 | -40/+27 |
2011-11-30 | implement docx m:rad | Luboš Luňák | 2 | -0/+28 |
2011-11-30 | warn about unknown m:chr in m:acc | Luboš Luňák | 1 | -3/+5 |
2011-11-30 | implement sum properly in docx mathml | Luboš Luňák | 2 | -0/+4 |
2011-11-30 | implement docx m:nary | Luboš Luňák | 2 | -0/+76 |
2011-11-29 | import docx m:m | Luboš Luňák | 2 | -0/+27 |
2011-11-29 | finish reading in while() also when end of stream, just in case | Luboš Luňák | 1 | -2/+2 |
2011-11-29 | improve import of docx m:d | Luboš Luňák | 1 | -6/+31 |
2011-11-29 | docx OMathArg can actually be more than one element | Luboš Luňák | 1 | -11/+24 |
2011-11-29 | docx m:r can contain multiple m:t | Luboš Luňák | 1 | -7/+20 |
2011-11-29 | implement docx m:groupChr | Luboš Luňák | 2 | -1/+26 |
2011-11-29 | implement m:func, m:limLow, m:limUpp | Luboš Luňák | 2 | -0/+33 |
2011-11-29 | fix reading when the next tag can be one of several | Luboš Luňák | 2 | -27/+15 |
2011-11-29 | merge processing of OMathArg and OMath, for now | Luboš Luňák | 1 | -32/+24 |
2011-11-29 | m:f docx import is reasonably done | Luboš Luňák | 1 | -1/+0 |
2011-11-29 | try to avoid unnecessary space in created formula | Luboš Luňák | 1 | -8/+12 |
2011-11-29 | implement import of docx mathml m:d | Luboš Luňák | 2 | -0/+48 |
2011-11-29 | static const | Luboš Luňák | 2 | -2/+2 |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | 1 | -1/+1 |