summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)AuthorFilesLines
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann2-5/+5
2023-09-28starmath: Add Arabic functions to elements panelKhaled Hosny1-288/+313
2023-09-28starmath: Add Arabic functionsKhaled Hosny1-1/+2
2023-09-28tdf#142095: Render symbols in Math Symbols Catalogue using document settingsKhaled Hosny1-2/+4
2023-09-28starmath: Arabic symbols from Symbols Catalogue should not be italicKhaled Hosny1-2/+0
2023-09-21starmath: Rename SmSym::GetName() -> GetUiName()Khaled Hosny1-2/+2
2023-09-21tdf#62174: Fix saving of localized iGreek symbolsKhaled Hosny1-5/+3
2023-09-19starmath: Improve glyph positioningKhaled Hosny1-4/+4
2023-09-19starmath: Get the font from current format for special symbolsKhaled Hosny1-1/+2
2023-09-18starmath: Fix editing symbols in the Symbols CatalogueKhaled Hosny1-1/+1
2023-09-18tdf#111705: Add the new maj and hadd operators to the elements panelKhaled Hosny2-0/+16
2023-09-18tdf#111705: Add support of Persian limits operator (U+1EEF1)Khaled Hosny2-0/+2
2023-09-18tdf#111705: Add support of Arabic summation operator (U+1EEF0)Khaled Hosny3-16/+20
2023-09-08tdf#88744: Use real clipboard when inline editing is enabledKhaled Hosny1-6/+4
2023-09-07starmath: Properly update the state to copy/cut/paste buttonsKhaled Hosny2-1/+2
2023-09-05starmath: Always insert using SmCursor when inline editing is enabledKhaled Hosny1-14/+0
2023-09-04starmath: Make cut/copy/paste buttons work with inline editingKhaled Hosny1-0/+1
2023-09-04tdf#134193: Fix inline editing with RTL directionKhaled Hosny1-1/+1
2023-09-04tdf#134193: Support rendering math in RTL modeKhaled Hosny1-1/+6
2023-09-04tdf#134193: Add the ability to set RTL math directionKhaled Hosny2-0/+6
2023-09-03starmath: Graduate inline (visual) editing from experimental featuresKhaled Hosny3-0/+4
2023-08-31tdf#143213: Fix reading math font settings from fileKhaled Hosny1-0/+4
2023-08-29tdf#49895: Add search functionality to Options dialogBayram Çiçek1-0/+2
2023-08-25tdf#101174: Add the ability to change math font in MathKhaled Hosny2-1/+2
2023-07-26tdf#149888 Make F1 work in Math initial stateRafael Lima2-0/+4
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-18/+29
2023-06-04Remove unused starmathdatabase::Identify_Color_HTMLJulien Nabet1-8/+0
2023-06-03Remove unused SmStructureNode::SetSubNodesBinMo with plain pointers (starmath)Julien Nabet1-10/+0
2023-05-26use more TypedWhichIdNoel Grandin1-1/+2
2023-05-25use more TypedWhichIdNoel Grandin1-5/+5
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski2-30/+30
2023-02-27mpLocSymbolData is unusedNoel Grandin1-9/+5
2023-02-26no need to hold SvtSysLocale by std::unique_ptrNoel Grandin1-1/+2
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2023-02-16SfxViewShell never takes a null SfxViewFrame*Caolán McNamara1-1/+1
2023-02-01Resolves: tdf#152845 AutoText preview not readable in high contrast modeCaolán McNamara1-1/+2
2023-01-23use more concrete SmModel typeNoel Grandin3-7/+10
2023-01-14XUnoTunnel->dynamic_cast in SvXMLExportNoel Grandin2-8/+0
2023-01-14XUnoTunnel->dynamic_cast in SvXMLImportNoel Grandin2-8/+0
2022-12-18Combine oox::FormulaIm-/ExportBaseStephan Bergmann1-6/+3
2022-12-14starmath: React to touchpad zoom gestures in SmGraphicWidgetPovilas Kanapickas1-0/+2
2022-12-02tdf#151842: starmath_import: Add unittestXisco Fauli2-2/+4
2022-11-24loplugin:unusedfields make some fields privateNoel Grandin1-2/+0
2022-11-05lok: show Math selectionMike Kaganski2-9/+19
2022-11-05lok: show Math cursorMike Kaganski3-16/+55
2022-11-04lok: use twips in MathMike Kaganski1-0/+13
2022-11-04Use o3tl::convert in MathMike Kaganski1-29/+0
2022-10-22loplugin:unusedmethodsNoel Grandin1-3/+0
2022-09-30use more string_view in starmathNoel Grandin1-1/+1
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin3-3/+3