summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2023-07-09math: set initial formula width to non-zeroSzymon Kłos1-1/+1
2023-07-08starmath: check GetEditWindow()Xisco Fauli2-69/+73
2023-07-06lok: find active SmViewShell reliably in Elements panelMike Kaganski1-1/+10
2023-07-06lok: Register sidebar for frame explicitlyMike Kaganski1-0/+30
2023-05-13tdf#154773 Fix Symbols dialog in dark modeRafael Lima1-2/+2
2023-05-13tdf#154016: use ScopedVclPtrMike Kaganski1-1/+1
2023-02-25check SmGetActiveView()Xisco Fauli3-10/+12
2023-01-28[cp] Remove Help - Donate to LibreOffice menu itemAndras Timar1-3/+0
2022-12-15starmath: React to touchpad zoom gestures in SmGraphicWidgetPovilas Kanapickas2-1/+30
2022-12-07Resolves: tdf#152411 clear before freeze to let gtk a11y drop referenceCaolán McNamara1-1/+1
2022-12-07Resolves: tdf#152392 use sidebar text color for COL_AUTO in examplesCaolán McNamara1-0/+33
2022-12-06tdf#150940: Store frame reference in the panelMike Kaganski3-7/+14
2022-12-05tdf#148505 Fix COL_AUTO in embedded Math formulasRafael Lima1-1/+2
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-2/+3
2022-12-02tdf#151842: starmath_import: Add unittestXisco Fauli4-2/+20
2022-12-02tdf#151842: Revert "Connect new import / export to starmath"Xisco Fauli2-37/+14
2022-11-24loplugin:unusedfields make some fields privateNoel Grandin1-2/+0
2022-11-23lok: take borders into account in in-place Math cursor/selectionMike Kaganski1-0/+4
2022-11-07Use o3tl::convert instead of temporary FractionsMike Kaganski1-2/+4
2022-11-05lok: show Math selectionMike Kaganski5-34/+68
2022-11-05lok: show Math cursorMike Kaganski6-53/+179
2022-11-04lok: use twips in MathMike Kaganski12-50/+76
2022-11-04Reinstate removal of lcl_GuessPaperSizeStephan Bergmann1-24/+3
2022-11-04Use o3tl::convert in MathMike Kaganski8-51/+22
2022-11-02Simplify LokStarMathHelperMike Kaganski1-1/+2
2022-10-25Address a constexpr template point of instantiation issueStephan Bergmann1-11/+11
2022-10-22loplugin:unusedmethodsNoel Grandin2-12/+0
2022-10-17simplify SmModel::queryInterfaceNoel Grandin1-3/+0
2022-10-05tdf#126917 menu: OpenXMLFilterSettings != MacrosJustin Luth1-2/+1
2022-09-30use more string_view in starmathNoel Grandin4-11/+11
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-1/+1
2022-09-15cid#1500440 Use after freeCaolán McNamara1-2/+4
2022-09-15Conditional jump or move depends on uninitialised valueCaolán McNamara1-2/+2
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin3-3/+3
2022-09-05Connect new import / export to starmathdante2-14/+37
2022-09-05Identify OOo2OasisTransformer and act in consequencedante1-1/+4
2022-09-03cid#1509261 Dereference after null checkCaolán McNamara1-6/+9
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn2-9/+9
2022-09-01cid#1509261 Dereference after null checkCaolán McNamara1-11/+14
2022-08-31cid#1509247 reserve here can't be rightCaolán McNamara1-1/+1
2022-08-30its not ideal to wait until Paint to set the bg colorCaolán McNamara1-0/+8
2022-08-26tdf#150489: Drop Elements docking windowMike Kaganski9-248/+9
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara1-1/+0
2022-08-18Use combobox for category list on Elements sidebar panelMike Kaganski3-49/+19
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann7-7/+7
2022-08-17Return std::optional instead of using bool* argumentMike Kaganski2-5/+3
2022-08-17lok: register view callback also for nested sm viewMike Kaganski2-0/+22
2022-08-15Resolves: tdf#149858 embedded starmath not using correct initial zoomCaolán McNamara2-5/+9
2022-08-07Removed duplicated includesAndrea Gelmini1-1/+0
2022-08-05clang-tidy modernize-pass-by-value in starmathNoel Grandin12-24/+34