summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)Author
2011-09-01disable debug outputLuboš Luňák
2011-09-01support TPROD, TCOPROD for .docx math exportLuboš Luňák
2011-09-01revert accessors for SmUnHorNode, factorial has it the other way aroundLuboš Luňák
2011-09-01implement support for limits to .docx math exportLuboš Luňák
2011-09-01fix incorrect tag name: m:char -> m:chrLuboš Luňák
2011-09-01more work on math accents export to .docxLuboš Luňák
2011-09-01enable NSPECIAL handling for math .docx exportLuboš Luňák
I'm not quite sure what it does, but mathtype export has it this way and it doesn't look like it can hurt.
2011-08-31grabbag of unused codeCaolán McNamara
2011-08-30implement math vertical brace export to .docxLuboš Luňák
2011-08-30I'm too lazy to count, add commentsLuboš Luňák
2011-08-30helper to simplify horrible string conversionsLuboš Luňák
2011-08-30implement math braces export for .docxLuboš Luňák
2011-08-30improve comment about SmBrace (body can be expression for abs{x})Luboš Luňák
2011-08-30implement NBLANK export to .docxLuboš Luňák
2011-08-30implement .docx matrix exportLuboš Luňák
2011-08-30more generic m:nary implementationLuboš Luňák
2011-08-30implement math .docx support for integrals and limitsLuboš Luňák
2011-08-30fix comment about children of SmOperNodeLuboš Luňák
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-18no debug outputLuboš Luňák
2011-08-18implement sub/sup support for ooxml math exportLuboš Luňák
2011-08-18handle some attributes for ooxml math exportLuboš Luňák
2011-08-18add more accessors to Sm*Node classesLuboš Luňák
2011-08-18constLuboš Luňák
2011-08-18implement root support for ooxml math exportLuboš Luňák
2011-08-18certain SmNode children actually can be NULLLuboš Luňák
but such (optional) sub-nodes should be handled explicitly when handling the node (e.g. optional subscript)
2011-08-18explicitly do nothing about formula placeholders for ooxml exportLuboš Luňák
2011-08-18cleanups for ooxml math exportLuboš Luňák
HandleNodes() -> HandleNode(), as it just handle the one node (and children recursively) add HandleAllSubNodes() to handle all children of a node there seem to be no point in checking GetSubNode() for NULL, as it seems it can't be so
2011-08-18ooxml math export for vertical stackLuboš Luňák
2011-08-18implement x/y properly for ooxml mathLuboš Luňák
2011-08-18implement ooxml math (basic) fractionsLuboš Luňák
2011-08-18hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák
It seems that it doesn't read characters unless the font is explicitly specified as "Cambria Math"
2011-08-18proper namespace for ooxml math stuffLuboš Luňák
2011-08-18starting work on OOXML export of formulasLuboš Luňák
2011-08-18hook for calling from .docx filter to starmath for writting formulasLuboš Luňák
2011-08-17convert i18npool to gbuildMatúš Kukan
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
LGPLv3+/MPL
2011-08-05definition and use inside same debug levelCaolán McNamara
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-04replace ByteString::ConvertToUnicodeCaolán McNamara
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-21Add missing-files to starmath librariesMatúš Kukan
2011-07-15starmath: check for edit window when inline editing is enabledMiklos Vajna
2011-07-15starmath: check for existing edit windowMiklos Vajna
2011-07-15Add prefixes for component_getFactory methodsMatúš Kukan
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan
2011-07-04valgrind: init nTypeFaceCaolán McNamara