summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2011-08-30implement math vertical brace export to .docxLuboš Luňák3-3/+75
2011-08-30I'm too lazy to count, add commentsLuboš Luňák2-52/+52
2011-08-30helper to simplify horrible string conversionsLuboš Luňák1-19/+15
2011-08-30implement math braces export for .docxLuboš Luňák3-2/+89
2011-08-30improve comment about SmBrace (body can be expression for abs{x})Luboš Luňák1-3/+1
2011-08-30implement NBLANK export to .docxLuboš Luňák1-8/+7
2011-08-30implement .docx matrix exportLuboš Luňák2-3/+21
2011-08-30more generic m:nary implementationLuboš Luňák2-34/+5
2011-08-30implement math .docx support for integrals and limitsLuboš Luňák2-4/+73
2011-08-30fix comment about children of SmOperNodeLuboš Luňák1-3/+1
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-18no debug outputLuboš Luňák1-5/+8
2011-08-18implement sub/sup support for ooxml math exportLuboš Luňák3-3/+76
2011-08-18handle some attributes for ooxml math exportLuboš Luňák2-125/+70
2011-08-18add more accessors to Sm*Node classesLuboš Luňák1-1/+83
2011-08-18constLuboš Luňák2-27/+27
2011-08-18implement root support for ooxml math exportLuboš Luňák3-3/+63
2011-08-18certain SmNode children actually can be NULLLuboš Luňák1-0/+8
2011-08-18explicitly do nothing about formula placeholders for ooxml exportLuboš Luňák1-0/+3
2011-08-18cleanups for ooxml math exportLuboš Luňák2-42/+26
2011-08-18ooxml math export for vertical stackLuboš Luňák2-18/+33
2011-08-18implement x/y properly for ooxml mathLuboš Luňák2-2/+34
2011-08-18implement ooxml math (basic) fractionsLuboš Luňák2-0/+18
2011-08-18hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák7-8/+22
2011-08-18proper namespace for ooxml math stuffLuboš Luňák1-2/+1
2011-08-18starting work on OOXML export of formulasLuboš Luňák6-2/+471
2011-08-18hook for calling from .docx filter to starmath for writting formulasLuboš Luňák3-1/+13
2011-08-17convert i18npool to gbuildMatúš Kukan1-1/+1
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe8-8/+8
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins2-2/+2
2011-08-05definition and use inside same debug levelCaolán McNamara2-2/+2
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
2011-08-04replace ByteString::ConvertToUnicodeCaolán McNamara1-6/+8
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist8-2/+14
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen1-2/+2
2011-07-21resyncing to masterBjoern Michaelsen16-29/+43
2011-07-21Add missing-files to starmath librariesMatúš Kukan4-2/+315
2011-07-15starmath: check for edit window when inline editing is enabledMiklos Vajna1-1/+2
2011-07-15starmath: check for existing edit windowMiklos Vajna1-0/+2
2011-07-15Add prefixes for component_getFactory methodsMatúš Kukan4-4/+4
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan2-14/+0
2011-07-04valgrind: init nTypeFaceCaolán McNamara1-2/+4
2011-07-01gb_Library_PLAINEXT->gb_Library_DLLEXTCaolán McNamara1-1/+1
2011-07-01add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara2-1/+2
2011-06-29fix nutty pseudo-deference of NULLCaolán McNamara3-8/+4
2011-06-21gnumake4: postmerge fixes in starmathBjoern Michaelsen2-10/+2
2011-06-20ByteString -> rtl::OStringBufferCaolán McNamara1-3/+3
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen77-3036/+10214
2011-06-18remove all traces of offuh from makefilesDavid Tardon3-3/+15
2011-06-17Function can be constJulien Nabet1-1/+1