summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
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: Revert "Connect new import / export to starmath"Xisco Fauli1-13/+14
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 Kaganski3-25/+49
2022-11-05lok: show Math cursorMike Kaganski3-37/+124
2022-11-04lok: use twips in MathMike Kaganski11-50/+63
2022-11-04Reinstate removal of lcl_GuessPaperSizeStephan Bergmann1-24/+3
2022-11-04Use o3tl::convert in MathMike Kaganski7-22/+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 Grandin1-9/+0
2022-10-17simplify SmModel::queryInterfaceNoel Grandin1-3/+0
2022-09-30use more string_view in starmathNoel Grandin3-10/+10
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-05Connect new import / export to starmathdante1-14/+13
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 Kaganski4-146/+9
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara1-1/+0
2022-08-18Use combobox for category list on Elements sidebar panelMike Kaganski2-7/+7
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann6-6/+6
2022-08-17Return std::optional instead of using bool* argumentMike Kaganski1-4/+2
2022-08-17lok: register view callback also for nested sm viewMike Kaganski1-0/+21
2022-08-15Resolves: tdf#149858 embedded starmath not using correct initial zoomCaolán McNamara1-2/+6
2022-08-07Removed duplicated includesAndrea Gelmini1-1/+0
2022-08-05clang-tidy modernize-pass-by-value in starmathNoel Grandin3-5/+8
2022-07-28lok: Properly update sidebar context in MathMike Kaganski1-31/+1
2022-07-28lok: Enable sidebar in MathMike Kaganski1-3/+36
2022-07-25Handle Ctrl+Z / Ctrl+Y in Math graphic window correctlyMike Kaganski1-0/+7
2022-07-25Some refactorMike Kaganski1-87/+82
2022-07-22elide some makeStringAndClear() callsNoel Grandin2-3/+3
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin2-14/+12
2022-06-19cid#1506514 Uninitialized scalar fieldCaolán McNamara1-2/+5
2022-06-18cid#1504663 workaround Resource leak in objectCaolán McNamara2-47/+31
2022-06-09Accessibility for IconViewMike Kaganski1-4/+2
2022-06-02Fix typoAndrea Gelmini1-1/+1
2022-06-02Use IconView in SmElementsControlMike Kaganski7-1568/+103
2022-05-26ofz#47639 avoid Integer-overflowCaolán McNamara1-0/+1
2022-05-25std::set->o3tl::sorted_vector in MathTypeFontSetNoel Grandin2-3/+4
2022-05-24modernize and improve PropertySetInfoNoel Grandin5-41/+35