summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2022-12-06tdf#150940: Store frame reference in the panelMike Kaganski3-7/+14
2022-11-23lok: take borders into account in in-place Math cursor/selectionMike Kaganski1-0/+4
2022-11-09lok: Register sidebar for frame explicitlyMike Kaganski1-0/+30
2022-11-07Use o3tl::convert instead of temporary FractionsMike Kaganski1-2/+4
2022-11-07lok: show Math selectionMike Kaganski5-34/+68
2022-11-05lok: show Math cursorMike Kaganski6-53/+179
2022-11-04lok: use twips in MathMike Kaganski12-48/+74
2022-11-04Use o3tl::convert in Mathcp-22.05.8-1Mike Kaganski8-51/+22
2022-11-02Simplify LokStarMathHelperMike Kaganski1-1/+2
2022-09-28lok: find active SmViewShell reliably in Elements panelMike Kaganski1-1/+10
2022-08-28Resolves: tdf#149858 embedded starmath not using correct initial zoomCaolán McNamara2-5/+9
2022-08-26lok: Edit equations inlineMike Kaganski1-2/+2
2022-08-26tdf#150489: Drop Elements docking windowMike Kaganski9-248/+9
2022-08-19Use combobox for category list on Elements sidebar panelMike Kaganski3-47/+19
2022-08-19cid#1506514 Uninitialized scalar fieldCaolán McNamara2-5/+8
2022-08-19cid#1504663 workaround Resource leak in objectCaolán McNamara3-51/+34
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-07-28lok: Properly update sidebar context in MathMike Kaganski1-31/+1
2022-07-28lok: Enable sidebar in MathMike Kaganski1-3/+36
2022-07-28lok: find active SmViewShell reliablyMike Kaganski1-1/+11
2022-07-27Handle Ctrl+Z / Ctrl+Y in Math graphic window correctlyMike Kaganski1-0/+7
2022-07-27Some refactorMike Kaganski2-91/+91
2022-07-27Related: tdf#128610 drop obsolete encoding attribute replacementMike Kaganski1-10/+0
2022-07-27lok: enable in-place editing of math equationsMike Kaganski2-59/+125
2022-07-26Drop useless indirectionMike Kaganski2-19/+13
2022-06-14Accessibility for IconViewMike Kaganski1-4/+2
2022-06-14gtk: 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-05Use IconView in SmElementsControlMike Kaganski13-1904/+165
2022-06-05fix another domainXisco Fauli1-1/+1
2022-06-05Fix domainMike Kaganski1-1/+1
2022-06-05Simplify SmElementsControlMike Kaganski3-362/+409
2022-06-05Simplify the UIMike Kaganski1-102/+42
2022-06-05Use structured binding to clarify the codeMike Kaganski1-4/+4
2022-06-05tdf#148819: let the scroller know the custom widget's line sizeMike Kaganski1-0/+2
2022-06-05Clean up includesMike Kaganski1-2/+0
2022-06-05tdf#125931: add Properties panel to Math's Properties deckMike Kaganski6-1/+228
2022-06-05tdf#125931: Add Elements deck and Elements panel to Math's sidebarMike Kaganski7-0/+461
2022-06-05tdf#125931: Enable sidebar in MathMike Kaganski3-0/+40
2022-05-25starmath: fix real use-after-free detected by GCC 12Michael Stahl1-1/+5
2022-05-13tdf#148962 starmath's UnicodeNotationToggle (alt+x) getting called twiceCaolán McNamara1-1/+3
2022-03-22Related: tdf#128610 Avoid use-after-freeMike Kaganski1-17/+4
2022-03-09Fix tdf#147755 by copying the vector.Arnaud VERSINI2-5/+5
2022-03-09cid#1500654 Using a moved objectCaolán McNamara1-1/+2
2022-02-13[cp] Remove Help - Donate to LibreOffice menu itemAndras Timar1-3/+0
2021-12-28tdf#140726 Change func func(<?>) to func <?>(<?>) in MathJeff Huang1-1/+1
2021-12-03Resolves: tdf#145959 menu pos should be relative to SmCmdBoxWindowCaolán McNamara3-8/+25
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-3/+3
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann1-1/+5