Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-15 | #i115956# token translation fixedfeature/helppack | os | 1 | -11/+16 | |
2010-11-25 | Put show credits entry into all app ui configs | Thorsten Behrens | 1 | -0/+1 | |
2010-11-15 | Commenting out defintion of DEBUG_ENABLE_DUMPASDOT | Jonas Finnemann Jensen | 1 | -1/+1 | |
2010-11-03 | Fixed crash when choosing starmath from start screen | Jonas Finnemann Jensen | 1 | -1/+4 | |
2010-10-30 | use RTL_CONSTASCII_USTRINGPARAMfeature/rodatastrings | Jani Monoses | 1 | -1/+1 | |
2010-10-30 | Include header file instead of redefining a macro. | Jani Monoses | 1 | -2/+1 | |
2010-10-29 | fix crash I saw testing this earlier | Caolán McNamara | 1 | -1/+2 | |
2010-10-29 | Enable in-line formula editing when in experimental mode | Michael Meeks | 2 | -3/+8 | |
2010-10-29 | writer: Remove emacs modelines in the middle of the file | Sebastian Spaeth | 1 | -2/+0 | |
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||||
2010-10-28 | Updating todo-file for visual editor, and adding graph dump script | Jonas Finnemann Jensen | 2 | -0/+70 | |
2010-10-27 | add modelines to .h and .c files as well | Caolán McNamara | 1 | -3/+0 | |
2010-10-27 | micro optimize | Caolán McNamara | 4 | -11/+11 | |
2010-10-27 | Merge branch 'feature/editable-formulae' | Michael Meeks | 21 | -376/+6771 | |
2010-10-25 | remvove vos/macros.h usage | Norbert Thiebaud | 3 | -7/+0 | |
2010-10-25 | merge vosremoval-mutex.diff | Norbert Thiebaud | 4 | -4/+4 | |
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually | |||||
2010-10-25 | merge vosremoval-reference.diff | Norbert Thiebaud | 3 | -3/+4 | |
2010-10-25 | use SolarMutexGuard to guard the SolarMutex | Norbert Thiebaud | 4 | -67/+67 | |
2010-10-23 | re-instate the nasty old editing paths as a run-time conditionalfeature/editable-formulae | Michael Meeks | 6 | -24/+235 | |
2010-10-23 | Use the right license header | Jonas Finnemann Jensen | 6 | -0/+156 | |
2010-10-23 | undo merging issue | Michael Meeks | 1 | -2/+6 | |
2010-10-23 | cleanup leading tabs etc. | Michael Meeks | 2 | -32/+32 | |
2010-10-23 | Merge branch 'formula' into intformulae | Michael Meeks | 21 | -472/+6496 | |
Conflicts: starmath/inc/node.hxx starmath/source/edit.cxx starmath/source/node.cxx starmath/source/view.cxx | |||||
2010-10-18 | comments cleanup | Júlio Hoffimann | 11 | -44/+27 | |
2010-10-18 | GetFontStyleName declaration without definition | Caolán McNamara | 1 | -1/+0 | |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | 56 | -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-10 | merge vosremoval-thread patch | Norbert Thiebaud | 1 | -1/+1 | |
2010-10-09 | missing include for SAL_N_ELEMENTS | Norbert Thiebaud | 2 | -1/+2 | |
2010-10-09 | Use SAL_N_ELEMENTS macro | Kayo Hamid | 2 | -3/+3 | |
2010-10-07 | replace DBG_ASSERT with OSL equivalents | Jacek Wolszczak | 19 | -283/+284 | |
2010-10-06 | Remove redundant #include directives & comments | J. Graeme Lingard | 1 | -4/+0 | |
2010-10-06 | Merge commit 'ooo/OOO330_m9' | Jan Holesovsky | 3 | -6/+2 | |
2010-10-05 | more removed include guards using fixguard.py | Petr Mladek | 4 | -10/+0 | |
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | 9 | -404/+0 | |
2010-10-03 | Fixed issue with moving in/out of binom and stack. | Jonas Finnemann Jensen | 3 | -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-02 | Remove executable bit from non-executable files | Phil Bordelon | 6 | -0/+0 | |
2010-10-01 | Integrated the visual formula editor patch | Jonas Finnemann Jensen | 21 | -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-30 | Clean up dead code and comments in starmath | Phil Bordelon | 14 | -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-30 | Remove dead less-than-zero conditional checks. | Phil Bordelon | 1 | -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-30 | Remove dead code in starmath/accessibility.[ch]xx | Phil Bordelon | 2 | -81/+1 | |
Signed-off-by: Phil Bordelon <phil@thenexusproject.org> | |||||
2010-09-30 | Fix commented-out null-pointer check. | Phil Bordelon | 1 | -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-29 | Ported statusbar-fancy-modified-status-starmath.diff from ooo-build. | Kohei Yoshida | 2 | -1/+4 | |
2010-09-28 | Removed all //CHINA-like comments | Gil Forcada | 1 | -3/+1 | |
2010-09-28 | Replace the "Help Support" menu item by the "License Information" one | Fridrich Štrba | 1 | -1/+1 | |
2010-09-15 | default-no-registration-menu.diff: Remove registration from menu. | Michael Meeks | 1 | -1/+0 | |
2010-09-01 | dba33i: #i111146# migrated all SFX-based applications to use named views | Frank Schoenheit [fs] | 3 | -6/+2 | |
2010-08-11 | CWS-TOOLING: integrate CWS tl83_OOO330ooo/OOO330_m5ooo/OOO330_m4 | Kurt Zenker | 17 | -75/+212 | |
2010-07-29 | cws tl83: merge | Thomas Lange [tl] | 3 | -22/+5 | |
2010-07-29 | cws tl83: #i113276# auto-update for right context menu and 'Elements' window ↵ | Thomas Lange [tl] | 2 | -4/+8 | |
fixed | |||||
2010-07-28 | cws tl83: warning-free code | Thomas Lange [tl] | 3 | -22/+5 | |
2010-07-28 | cws tl83: #i113276# default layout for 'Greek' characters changed; added new ↵ | Thomas Lange [tl] | 8 | -43/+144 | |
property 'GreekCharStyle' |