summaryrefslogtreecommitdiff
path: root/starmath/source/commands.src
AgeCommit message (Collapse)AuthorFilesLines
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-3/+0
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-02-26Remove visual noise from starmathAlexander Wilms1-1/+1
Change-Id: I45a716abba68521c5ebc203eed205e717efead7b Reviewed-on: https://gerrit.libreoffice.org/8315 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-01-06Typo fixes in Math tooltipsAndras Timar1-19/+19
Change-Id: I7623fd53dd60fdfd9afb99135b79adfb434aa72a
2013-12-28fdo#73008 enable localization of tooltips in Math Elements DockAndras Timar1-224/+896
Change-Id: Ia30f9884bd95c14116bc52f0c4cf7107f2238653
2013-12-05typo: Align Right -> Align LeftAndras Timar1-1/+1
Change-Id: I8a347394bff7767a8d2b1b548ea9d9b8848bb1ae
2013-12-03Revert "fdo#67862: Add greek symbols to docking window"Thomas Arnhold1-90/+0
This partially reverts commit e9a7ff1a5ba9d5ba34eeca9d622d8a3a9c68ade8. Leave the SAL_N_ELEMENTS changes in. I forgot about the translation of those symbol names. The en-US %alpha is %alfa in pt-br. See starmath/source/symbol.src. One list get's translated, the other not. For UI purpose GetUiSymbolName gives the tranlated one and for export GetExportSymbolName gives the untranslated english string. Feel free to implement this or maybe drop the translation of those symbols. Conflicts: starmath/inc/starmath.hrc Change-Id: I74d667a727536e1caf35f32af6a5c9cc64ca7015 Reviewed-on: https://gerrit.libreoffice.org/6884 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2013-11-14starmath: Elements dock: add missing reverse circumflexThomas Arnhold1-0/+1
Change-Id: I63c7caec6c2c630cf1ce67a4e0f71694475e83bc
2013-11-14starmath: Elements dock: add missing scalable bracesThomas Arnhold1-0/+1
RID_SLRBRACEX was missing in the Elements dock. Change-Id: Id8b2035b603938dea774ac2cfe1ef5aaff4dae54
2013-11-14fdo#71580: Elements dock: Alignment items are missingThomas Arnhold1-5/+6
Also add << and >> to the Elements dock. Change-Id: Id58d64c8ab938259e84ce1a178644c6d4a6ee95d
2013-11-05fdo#67862: Add greek symbols to docking windowThomas Arnhold1-0/+90
Those were already present at starmath/source/symbol.src and are merged to the docking window now. Also make use of SAL_N_ELEMENTS. Change-Id: I3e1f082082763168e731c3771c0b71467d095eba
2013-11-03fdo#65586: Add tools tips in Math Elements DockMarcos Paulo de Souza1-3/+220
Change-Id: I304ba9fe0a97f85424d0eb0ee87bf3b4b58179f4 Reviewed-on: https://gerrit.libreoffice.org/6540 Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
2013-08-16Math: New feature about color selectionMarcos Paulo de Souza1-0/+7
Now we can choose colors to equations in Elements Dock, in the Attributes section. All colors there can be choosed by clicking in the name of color. Change-Id: I5545b292955072f9f45f31262a511cee3d70c953 Reviewed-on: https://gerrit.libreoffice.org/5414 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-06-13work around lexer bug in l10ntoolsAndras Timar1-10/+40
Change-Id: Ie53e5475888b9a912f868c12c471b2521f6b0ea1
2013-06-13make categories localizable in Elements docking panelAndras Timar1-10/+10
Change-Id: Ic1e4af8f8dd60ab48d701b5d713beafd0ddd22df
2013-06-13typo: s/CATERGORY/CATEGORY/Andras Timar1-10/+10
Change-Id: I37f2db8b073ad1257101af02118cfbc91ee60f26
2013-05-20Math: new rendered Elements docking window addedTomaž Vajngerl1-0/+42
Added a docking window with elements that are rendered using the math renderer insted of static pictures. Currently this is an alternative to the existing elements floating window which will be removed when the new one is ready. This is an initial but fully functional version. Change-Id: I7678d09d643c532c672447026b0f12b7b70fc91d
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim1-0/+3
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2012-07-24Correction of context menu entry for Math arccot functionLaurent Balland-Poirier1-1/+1
Change-Id: Ie44783111553d99bc70db81b7b0a31d3b72b254a
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx Patch contributed by Takashi Ono http://svn.apache.org/viewvc?view=revision&revision=1172092
2012-06-27Reduce newline bloat at eofThomas Arnhold1-2/+0
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2011-11-15Fix for fdo#42892: Add new symbols to MathOlivier Hallot1-1/+60
2011-09-17fdo #37007 Add Math symbol "There does not exist".Julien Nabet1-46/+7
2010-04-23cws tl80: #i109020# 'nospace' command addedThomas Lange [tl]1-0/+7
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-05-19CWS-TOOLING: integrate CWS tl66Jens-Heiner Rechtien1-1/+0
2009-05-15 12:28:55 +0200 tl r271932 : #i91812# include fixed 2009-05-07 16:52:41 +0200 tl r271680 : #i97200# one more MathML export problem to fix 2009-05-05 08:33:29 +0200 tl r271494 : #i99401# positiv user-dicts vs negativ user-dicts 2009-05-04 14:14:03 +0200 tl r271452 : #i97200# warning free code; MathML 2.0 export 2009-05-04 13:26:30 +0200 tl r271448 : #i97200# write valid MathML 2.0 on export 2009-04-29 14:21:54 +0200 tl r271371 : #i97200# new MathML token 2009-04-29 11:12:07 +0200 tl r271360 : #i97200# inroducing separate files for import and export 2009-04-28 16:47:42 +0200 tl r271331 : #i97200# better MathML pretty printing 2009-04-28 11:21:57 +0200 tl r271315 : #i97200# MathML attributes and default namespace for MathML 2009-04-28 11:21:24 +0200 tl r271314 : #i97200# MathML attributes and default namespace for MathML 2009-04-23 12:44:18 +0200 tl r271154 : #i97200# math.dtd removed 2009-04-23 12:31:56 +0200 tl r271151 : #i97200# MathML: don't use namespace on attributes 2009-04-22 13:21:11 +0200 tl r271099 : warning-free code 2009-04-22 12:20:13 +0200 tl r271092 : #i100757# loop fixed 2009-04-22 11:29:51 +0200 tl r271086 : #97327# adding mongolian fingerprint for language guessing 2009-04-22 11:25:56 +0200 tl r271083 : #97327# adding mongolian fingerprint for language guessing 2009-04-21 10:39:21 +0200 tl r271025 : #99599# code fix for LRE/RLE embedding 2009-04-20 16:36:33 +0200 tl r270992 : #i99604# HasDigits fixed 2009-04-20 14:44:19 +0200 tl r270985 : #i99604# warning-free code for Windows 2009-04-20 13:48:13 +0200 tl r270980 : #i99604# HasDigits fix for non-ASCII characters 2009-04-20 13:47:50 +0200 tl r270979 : #i99604# HasDigits fix for non-ASCII characters 2009-04-20 12:28:15 +0200 tl r270973 : warning-free code after merging 2009-04-20 10:16:19 +0200 tl r270964 : warning-free code after merging 2009-04-17 14:43:36 +0200 tl r270948 : #i96846# 2009-04-16 13:09:15 +0200 tl r270883 : CWS-TOOLING: rebase CWS tl66 to trunk@270723 (milestone: DEV300:m46) 2009-04-14 14:34:08 +0200 tl r270770 : #101067# warning-free code 2009-04-02 09:07:44 +0200 tl r270368 : #i100757# performance patch for start-up (initialize language guessing on demand only) 2009-03-11 10:37:59 +0100 tl r269301 : #i100083# fixed system dictionary lookup 2009-03-06 13:10:23 +0100 tl r268998 : warning-free code for Windows non-pro 2009-02-23 14:01:23 +0100 tl r268355 : #i99401# winning rules for user-dictionaries changed 2009-02-19 14:05:57 +0100 tl r268281 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-19 14:05:02 +0100 tl r268280 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-19 13:58:51 +0100 tl r268279 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-19 11:38:03 +0100 tl r268266 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-12 11:58:34 +0100 tl r267642 : #i96846# some properties declared as maybevoid 2009-02-06 12:43:55 +0100 tl r267454 : #i98644# provide sugestions from secondary spell checkers if the primary does not provide ones 2009-02-05 13:02:26 +0100 tl r267418 : #i98880# a bit clean-up in the grammar checking framework 2009-02-04 12:15:37 +0100 tl r267363 : #i91812# remove unused/duplicate code 2009-02-04 12:09:34 +0100 tl r267362 : #i91812# remove unused/duplicate code 2009-02-04 11:07:57 +0100 tl r267355 : #i91812# remove unused code 2009-02-04 11:06:48 +0100 tl r267354 : #i91812# remove unused code 2009-02-03 14:52:43 +0100 tl r267331 : #i91812# remove unused code 2009-02-03 14:26:00 +0100 tl r267324 : #i91198# adding fingerprint for luxembourgish 2009-02-03 14:20:58 +0100 tl r267323 : #i91198# adding fingerprint for luxembourgish 2009-02-03 14:18:33 +0100 tl r267322 : #i91198# adding fingerprint for luxembourgish 2009-02-03 13:56:39 +0100 tl r267319 : #i91812# remove unused code 2009-02-03 12:41:50 +0100 tl r267314 : #i48400# auto-spellcheck improvement when deleting wrong chars 2009-02-03 11:48:51 +0100 tl r267310 : #i91812# remove unused code 2009-02-03 11:14:29 +0100 tl r267307 : warning free code 2009-02-03 10:45:21 +0100 tl r267306 : #i91812# remove unused code 2009-02-03 10:37:04 +0100 tl r267304 : #i33387# name change for 'View/Selection' 2009-02-03 10:36:17 +0100 tl r267303 : #i33387# name change for 'View/Selection' 2009-02-03 10:32:12 +0100 tl r267302 : #i30642# spelling error in context menu fixed 2009-02-03 10:27:34 +0100 tl r267301 : #i92210# remove unused code types.cxx cfgitem.*
2009-02-13CWS-TOOLING: integrate CWS notes8Oliver Bolte1-1/+1
2009-01-23 17:44:41 +0100 mba r266842 : #i98275#: start speller before setting text 2009-01-23 10:19:47 +0100 mod r266776 : minor cleanup 2009-01-22 16:45:38 +0100 mod r266742 : no looping through notes while saving 2009-01-22 16:40:55 +0100 mod r266741 : #i98055# 2009-01-22 15:56:27 +0100 os r266731 : #98358# dummy strings now hidden 2009-01-22 09:31:16 +0100 mod r266713 : correct hiding and layout order 2009-01-22 09:21:23 +0100 mod r266712 : need a speller 2009-01-21 17:21:33 +0100 mod r266691 : notes config 2009-01-21 17:18:23 +0100 mod r266690 : fix for editing states 2009-01-21 17:18:14 +0100 mod r266689 : fix for editing states 2009-01-20 14:15:16 +0100 mod r266578 : undo fix, mba will fix it by importing the props 2009-01-20 00:36:01 +0100 mod r266537 : do not show ankor of top reply note if we are still inside a note inside the same stack 2009-01-20 00:33:48 +0100 mod r266536 : fix typo which does not need to be translated 2009-01-20 00:17:19 +0100 mod r266535 : correct replacment of reply text 2009-01-19 23:36:12 +0100 mod r266534 : #i97693# 2009-01-19 23:32:26 +0100 mod r266533 : #i97380# 2009-01-19 23:30:05 +0100 mod r266532 : #i97380# 2009-01-19 23:21:35 +0100 mod r266531 : #i97299#
2008-04-10INTEGRATION: CWS changefileheader (1.30.44); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:29:36 rt 1.30.44.1: #i87441# Change license header to LPGL v3.
2007-11-09INTEGRATION: CWS tl45 (1.29.50); FILE MERGEDRüdiger Timm1-17/+17
2007/10/31 12:21:35 tl 1.29.50.1: #i82833# adding {} around some ov the <?> place holders for better default behaviour when replacing them
2007-04-19INTEGRATION: CWS mergede01 (1.28.162); FILE MERGEDIvo Hinkelmann1-28/+2
2007/03/20 14:46:10 ihi 1.28.162.1: #i72301# Remove German
2005-09-23INTEGRATION: CWS encup (1.26.124); FILE MERGEDJens-Heiner Rechtien1-3/+3
2005/04/29 16:02:14 ihi 1.26.124.1: #i40603# German strings now UTF8 encoded
2005-09-07INTEGRATION: CWS ooo19126 (1.26.172); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:37:29 rt 1.26.172.1: #i54170# Change license header: remove SISSL
2004-06-25INTEGRATION: CWS mergebuild (1.24.38); FILE MERGEDHans-Joachim Lankenau1-418/+41
2004/04/20 14:18:55 hjs 1.24.38.4: RESYNC: (1.24-1.25); FILE MERGED 2004/02/23 11:39:58 ihi 1.24.38.3: Merge-While-Build update 2003/11/11 19:23:40 ihi 1.24.38.2: en -> en-US 2003/11/10 17:56:12 ihi 1.24.38.1: #111234# Merge during build
2003-12-17INTEGRATION: CWS geordi2q11 (1.24.84); FILE MERGEDVladimir Glazounov1-16/+43
2003/12/16 16:16:23 hr 1.24.84.1: #111934#: join CWS ooo111fix1
2003-07-17INTEGRATION: CWS mergerc3 (1.23.6); FILE MERGEDJens-Heiner Rechtien1-2/+4
2003/07/16 17:04:17 ihi 1.23.6.1: rc-3 merge all languages
2003-07-03INTEGRATION: CWS rc2merge (1.22.18); FILE MERGEDJens-Heiner Rechtien1-1962/+1963
2003/07/03 14:37:10 ihi 1.22.18.1: rc-2 merge all languages
2003-06-13INTEGRATION: CWS rcmerge (1.21.16); FILE MERGEDJens-Heiner Rechtien1-1947/+1962
2003/06/12 11:07:26 gh 1.21.16.1: final Merge RC
2003-04-29INTEGRATION: CWS mergem8 (1.16.2.1.2.7.6.4.2.2.26); FILE MERGEDJens-Heiner Rechtien1-28/+76
2003/04/29 08:36:15 gh 1.16.2.1.2.7.6.4.2.2.26.2: final merge for Beta2 2003/04/14 15:10:42 gh 1.16.2.1.2.7.6.4.2.2.26.1: merging all languages
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-98/+123
2002-11-06#104792# usage of polygons removedThomas Lange1-513/+2
2001-08-03#89759# final changes in StarSymbol font appliedThomas Lange1-6/+6
2001-07-26Merge SRC638: 27.07.01 - 00:24:24Kurt Zenker1-3/+4
2001-07-24Merge SRC638: 24.07.01 - 22:23:29Kurt Zenker1-5/+6
2001-07-20#89982# polyogn resource data now from StarSymbol fonts unicode charactersThomas Lange1-315/+317
2001-07-13Merge SRC638: 13.07.01 - 22:38:00Kurt Zenker1-3/+4
2001-06-14old comments/data in resources removedThomas Lange1-364/+2
2001-06-13Merge SRC633: 14.06.01 - 00:12:58Kurt Zenker1-3/+4
2001-06-08Merge SRC633: 09.06.01 - 00:02:11Vladimir Glazounov1-2/+3
2001-05-16Merge SRC632: 16.05.01 - 17:19:06 (NoBranch)Kurt Zenker1-3/+3
2001-05-10Merge SRC631: 10.05.01 - 07:36:12 (NoBranch)Kurt Zenker1-2/+15
2001-05-04Merge SRC630: 04.05.01 - 21:42:35 (NoBranch)Hans-Joachim Lankenau1-2/+15