summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)AuthorFilesLines
2010-12-15#i115956# token translation fixedfeature/helppackos1-11/+16
2010-11-25Put show credits entry into all app ui configsThorsten Behrens1-0/+1
2010-11-15Commenting out defintion of DEBUG_ENABLE_DUMPASDOTJonas Finnemann Jensen1-1/+1
2010-11-03Fixed crash when choosing starmath from start screenJonas Finnemann Jensen1-1/+4
2010-10-30use RTL_CONSTASCII_USTRINGPARAMfeature/rodatastringsJani Monoses1-1/+1
2010-10-30Include header file instead of redefining a macro.Jani Monoses1-2/+1
2010-10-29fix crash I saw testing this earlierCaolán McNamara1-1/+2
2010-10-29Enable in-line formula editing when in experimental modeMichael Meeks2-3/+8
2010-10-29writer: Remove emacs modelines in the middle of the fileSebastian Spaeth1-2/+0
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-28Updating todo-file for visual editor, and adding graph dump scriptJonas Finnemann Jensen2-0/+70
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-3/+0
2010-10-27micro optimizeCaolán McNamara4-11/+11
2010-10-27Merge branch 'feature/editable-formulae'Michael Meeks21-376/+6771
2010-10-25remvove vos/macros.h usageNorbert Thiebaud3-7/+0
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud4-4/+4
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud3-3/+4
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud4-67/+67
2010-10-23re-instate the nasty old editing paths as a run-time conditionalfeature/editable-formulaeMichael Meeks6-24/+235
2010-10-23Use the right license headerJonas Finnemann Jensen6-0/+156
2010-10-23undo merging issueMichael Meeks1-2/+6
2010-10-23cleanup leading tabs etc.Michael Meeks2-32/+32
2010-10-23Merge branch 'formula' into intformulaeMichael Meeks21-472/+6496
Conflicts: starmath/inc/node.hxx starmath/source/edit.cxx starmath/source/node.cxx starmath/source/view.cxx
2010-10-18comments cleanupJúlio Hoffimann11-44/+27
2010-10-18GetFontStyleName declaration without definitionCaolán McNamara1-1/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth56-0/+119
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-10merge vosremoval-thread patchNorbert Thiebaud1-1/+1
2010-10-09missing include for SAL_N_ELEMENTSNorbert Thiebaud2-1/+2
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid2-3/+3
2010-10-07replace DBG_ASSERT with OSL equivalentsJacek Wolszczak19-283/+284
2010-10-06Remove redundant #include directives & commentsJ. Graeme Lingard1-4/+0
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky3-6/+2
2010-10-05more removed include guards using fixguard.pyPetr Mladek4-10/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek9-404/+0
2010-10-03Fixed issue with moving in/out of binom and stack.Jonas Finnemann Jensen3-49/+75
Rewrote handling of SmTableNode in SmCaretPosGraphBuildingVisitor, so that the special case where NTABLE is used as root node is handled in the constructor, and NSTACK and NBINOM is handled in the visiting method.
2010-10-02Remove executable bit from non-executable filesPhil Bordelon6-0/+0
2010-10-01Integrated the visual formula editor patchJonas Finnemann Jensen21-471/+6472
Ported the most recent version of the visual formula editor patch, to LibreOffice. This patch is not finished yet, see README for more information.
2010-09-30Clean up dead code and comments in starmathPhil Bordelon14-594/+16
This patch removes a bunch of commented-out code, gets rid of code sitting in #if 0 blocks, and gets rid of #if 1 statements. It should have no functional changes. Some revision-control-averse comments were removed as well, but they were not the focus of the patch. Some comment removal required reformatting of code afterwards (such as when all code in an else block was defunct, or when a starting if statement was removed). With a single exception, no line-internal commented-out code is handled by this patch to ease review. In addition, no code that appears to have a debugging purpose was removed, even if it was commented out.
2010-09-30Remove dead less-than-zero conditional checks.Phil Bordelon1-7/+7
A large number of conditionals in accessibility.cxx checked that their values were above zero at some point, but that code was commented out; this removes those (unused) checks completely. Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
2010-09-30Remove dead code in starmath/accessibility.[ch]xxPhil Bordelon2-81/+1
Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
2010-09-30Fix commented-out null-pointer check.Phil Bordelon1-1/+1
In SmEditAccessible::addEventListener(), a previous commenting-out of a line also removed a null-pointer check. This axes the commented out code but restores the check. Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
2010-09-29Ported statusbar-fancy-modified-status-starmath.diff from ooo-build.Kohei Yoshida2-1/+4
2010-09-28Removed all //CHINA-like commentsGil Forcada1-3/+1
2010-09-28Replace the "Help Support" menu item by the "License Information" oneFridrich Štrba1-1/+1
2010-09-15default-no-registration-menu.diff: Remove registration from menu.Michael Meeks1-1/+0
2010-09-01dba33i: #i111146# migrated all SFX-based applications to use named viewsFrank Schoenheit [fs]3-6/+2
2010-08-11CWS-TOOLING: integrate CWS tl83_OOO330ooo/OOO330_m5ooo/OOO330_m4Kurt Zenker17-75/+212
2010-07-29cws tl83: mergeThomas Lange [tl]3-22/+5
2010-07-29cws tl83: #i113276# auto-update for right context menu and 'Elements' window ↵Thomas Lange [tl]2-4/+8
fixed
2010-07-28cws tl83: warning-free codeThomas Lange [tl]3-22/+5
2010-07-28cws tl83: #i113276# default layout for 'Greek' characters changed; added new ↵Thomas Lange [tl]8-43/+144
property 'GreekCharStyle'