summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Collapse)Author
2010-11-29equivalent tmEditMarker cppunit testCaolán McNamara
2010-11-24Fix Greek characters, stacks and subs/sups for operators.Luke Dixon
2010-11-24Fix matrices with blank elements.Luke Dixon
2010-11-22Remove the last of HC iconsJoseph Powers
2010-11-21fix potential null pointer dereferenceNorbert Thiebaud
2010-11-17Draw a visible line under the current line in the visual formula editor.Luke Dixon
2010-11-16get this to build againCaolán McNamara
2010-11-16Remove _HC references and images in starmathSebastian Spaeth
2010-11-15Blinking caret for visual formula editor.Luke Dixon
2010-11-14Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2010-11-13RTL_CONSTASCII_USTRINGPARAM for writer_starmathJulien Nabet
2010-11-06Removes a fair amount of BOOL variables in starmathAlexandre Fournier
I uses the native bool type instead. Some signatures containing BOOL have been left untouched when belonging to an inheritance hierarchy beyond the scope of starmath
2010-11-06Fixed bug when deleting multiple linesJonas Finnemann Jensen
With this fix only one line can be selected in the visual formula editor, it's not perfect as caret can still be moved to another line while selecting, which causes the topmost line to be selected. Anyway, it works and addresses the bug. Better workaround might be possible later.
2010-11-02Don't draw caret when visual formula editor looses focus.Luke Dixon
2010-11-02Fixed crash when choosing starmath from start screenJonas Finnemann Jensen
2010-10-30use RTL_CONSTASCII_USTRINGPARAMJani Monoses
2010-10-30Include header file instead of redefining a macro.Jani Monoses
2010-10-29fix crash I saw testing this earlierCaolán McNamara
2010-10-29Enable in-line formula editing when in experimental modeMichael Meeks
2010-10-29writer: Remove emacs modelines in the middle of the fileSebastian Spaeth
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-27add modelines to .h and .c files as wellCaolán McNamara
2010-10-27micro optimizeCaolán McNamara
2010-10-27Merge branch 'feature/editable-formulae'Michael Meeks
2010-10-25remvove vos/macros.h usageNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-23re-instate the nasty old editing paths as a run-time conditionalMichael Meeks
2010-10-23Use the right license headerJonas Finnemann Jensen
2010-10-23cleanup leading tabs etc.Michael Meeks
2010-10-23Merge branch 'formula' into intformulaeMichael Meeks
Conflicts: starmath/inc/node.hxx starmath/source/edit.cxx starmath/source/node.cxx starmath/source/view.cxx
2010-10-18comments cleanupJúlio Hoffimann
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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 Thiebaud
2010-10-09missing include for SAL_N_ELEMENTSNorbert Thiebaud
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid
2010-10-07replace DBG_ASSERT with OSL equivalentsJacek Wolszczak
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-03Fixed issue with moving in/out of binom and stack.Jonas Finnemann Jensen
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 Bordelon
2010-10-01Integrated the visual formula editor patchJonas Finnemann Jensen
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 Bordelon
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 Bordelon
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 Bordelon
Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
2010-09-30Fix commented-out null-pointer check.Phil Bordelon
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 Yoshida
2010-09-28Removed all //CHINA-like commentsGil Forcada
2010-09-01dba33i: #i111146# migrated all SFX-based applications to use named viewsFrank Schoenheit [fs]