summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-30tdf#150045 Set secondary/explanatory labels apartAdolfo Jayme Barrientos1-0/+3
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 Kaganski2-91/+91
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 McNamara2-5/+8
2022-06-18cid#1504663 workaround Resource leak in objectCaolán McNamara3-50/+34
2022-06-09Accessibility for IconViewMike Kaganski1-4/+2
2022-06-09loplugin:unusedmethodsNoel Grandin2-10/+0
2022-06-08gtk: let math GtkIconViews flow to fill available space with iconsCaolán McNamara2-2/+0
2022-06-07Fix ImageView without text on GTKMike Kaganski1-0/+1
2022-06-02Fix typoAndrea Gelmini1-1/+1
2022-06-02Use IconView in SmElementsControlMike Kaganski13-1904/+165
2022-06-01Fix domainMike Kaganski1-1/+1
2022-05-30fix another domainXisco Fauli1-1/+1
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
2022-05-23elide some OUString allocationNoel Grandin1-4/+3
2022-05-23starmath: fix real use-after-free detected by GCC 12Michael Stahl1-1/+5
2022-05-21elide OUString allocationNoel Grandin1-1/+3
2022-05-20new loplugin:unnecessary lockingNoel Grandin1-3/+1
2022-05-19Simplify SmElementsControlMike Kaganski3-362/+409
2022-05-19the size table in MathType can be compile-time dataNoel Grandin2-11/+12
2022-05-18GtkCellRendererText 'text" attrib is the index of the text into the modelCaolán McNamara1-1/+3
2022-05-17Simplify the UIMike Kaganski1-102/+42
2022-05-17Use structured binding to clarify the codeMike Kaganski1-4/+4
2022-05-17use reserve before filling some vectorsNoel Grandin1-0/+1
2022-05-17tdf#65067 Remove excessive spacing from Formula objectsRafael Lima1-1/+1