Age | Commit message (Expand) | Author |
2011-11-30 | create placeholders properly in docx mathml import | Luboš Luňák |
2011-11-30 | do not add unnecessary spaces in docx mathml import | Luboš Luňák |
2011-11-30 | try with at least somewhat more generic handling of docx m:groupChr | Luboš Luňák |
2011-11-30 | do not ignore docx m:box contents (but m:box itself is not implemented) | Luboš Luňák |
2011-11-30 | import docx m:limUpp/m:limLow properly | Luboš Luňák |
2011-11-30 | export all sub/superscripts LO can handle to docx mathml | Luboš Luňák |
2011-11-30 | fix writing of docx m:sPre | Luboš Luňák |
2011-11-30 | import docx m:sPre, m:sSub, m:sSubSup and m:Sup | Luboš Luňák |
2011-11-30 | helper for reading docx OMathArg | Luboš Luňák |
2011-11-30 | implement docx m:rad | Luboš Luňák |
2011-11-30 | warn about unknown m:chr in m:acc | Luboš Luňák |
2011-11-30 | implement sum properly in docx mathml | Luboš Luňák |
2011-11-30 | implement docx m:nary | Luboš Luňák |
2011-11-29 | import docx m:m | Luboš Luňák |
2011-11-29 | finish reading in while() also when end of stream, just in case | Luboš Luňák |
2011-11-29 | improve import of docx m:d | Luboš Luňák |
2011-11-29 | docx OMathArg can actually be more than one element | Luboš Luňák |
2011-11-29 | docx m:r can contain multiple m:t | Luboš Luňák |
2011-11-29 | implement docx m:groupChr | Luboš Luňák |
2011-11-29 | implement m:func, m:limLow, m:limUpp | Luboš Luňák |
2011-11-29 | fix reading when the next tag can be one of several | Luboš Luňák |
2011-11-29 | merge processing of OMathArg and OMath, for now | Luboš Luňák |
2011-11-29 | m:f docx import is reasonably done | Luboš Luňák |
2011-11-29 | try to avoid unnecessary space in created formula | Luboš Luňák |
2011-11-29 | implement import of docx mathml m:d | Luboš Luňák |
2011-11-29 | static const | Luboš Luňák |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen |
2011-11-29 | remove executable bit from source files | Luboš Luňák |
2011-11-29 | set properly initial size of starmath component when importing docx | Luboš Luňák |
2011-11-29 | simplify attribute retrieval syntax a bit | Luboš Luňák |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud |
2011-11-27 | remove pch from the include list | Norbert Thiebaud |
2011-11-27 | remove include o pch header from starmath | Norbert Thiebaud |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen |
2011-11-24 | implement mathml docx import m:borderBox | Luboš Luňák |
2011-11-24 | prefer widevec, widetilde and widehat for mathml docx import | Luboš Luňák |
2011-11-24 | mathml docx read m:bar | Luboš Luňák |
2011-11-24 | mathml docx import - handle m:fPr | Luboš Luňák |
2011-11-24 | at least partial implementation of reading mathml docx m:e | Luboš Luňák |
2011-11-24 | oox::AttributeList is actually not that usable outside | Luboš Luňák |
2011-11-24 | mathml docx import, implement m:acc (without the inner m:e) | Luboš Luňák |
2011-11-24 | more api improving in importing mathml docx | Luboš Luňák |
2011-11-24 | streamline and document the API for mathml xml stream reading | Luboš Luňák |
2011-11-24 | rename and move mathml oox support classes in oox to better places | Luboš Luňák |
2011-11-24 | ooxml mathml import - first very basic implementation | Luboš Luňák |
2011-11-24 | rename SmOoxml to SmOoxmlExport, as it does only export | Luboš Luňák |
2011-11-23 | fix some stray typos | Caolán McNamara |
2011-11-23 | remove various EraseLeadingAndTrailingChars | Caolán McNamara |
2011-11-23 | add stripStart, can replace EraseTrailingChars | Caolán McNamara |