summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2022-12-08Resolves: tdf#152411 clear before freeze to let gtk a11y drop referenceCaolán McNamara1-1/+1
2022-12-05tdf#148505 Fix COL_AUTO in embedded Math formulasRafael Lima1-1/+2
2022-09-15Conditional jump or move depends on uninitialised valueCaolán McNamara1-2/+2
2022-09-05its not ideal to wait until Paint to set the bg colorCaolán McNamara1-0/+8
2022-09-02cid#1509247 reserve here can't be rightCaolán McNamara1-1/+1
2022-08-16Resolves: tdf#149858 embedded starmath not using correct initial zoomCaolán McNamara2-5/+9
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
2022-05-16use explicit translatable="no" like we typically do in this caseCaolán McNamara1-4/+8
2022-05-14elid some OUString construction in SmXMLExportWrapper::ExportNoel Grandin1-13/+20
2022-05-13use vector as backing for stackNoel Grandin1-1/+3
2022-05-13tdf#121740 reduce cost of mathml parsingNoel Grandin7-46/+44
2022-05-11cache the PropertySetInfo in lcl_createModelPropertyInfoNoel Grandin1-2/+3
2022-05-11reserve vector space in SmSymbolManager::GetSymbolsNoel Grandin1-0/+1
2022-05-06tdf#148962 starmath's UnicodeNotationToggle (alt+x) getting called twiceCaolán McNamara1-1/+3
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-04Just use Any ctor instead of makeAny in starmathStephan Bergmann4-12/+12
2022-05-03add o3tl::equalsAsciiNoel Grandin4-9/+10
2022-05-01ofz#47162 Integer-overflowCaolán McNamara1-0/+6
2022-05-01use more string_view in variousNoel Grandin1-2/+3
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin2-2/+2
2022-04-27tdf#148819: let the scroller know the custom widget's line sizeMike Kaganski1-0/+2
2022-04-27Clean up includesMike Kaganski1-2/+0
2022-04-27tdf#125931: add Properties panel to Math's Properties deckMike Kaganski6-1/+228
2022-04-26tdf#125931: Add Elements deck and Elements panel to Math's sidebarMike Kaganski7-0/+456
2022-04-26tdf#125931: Enable sidebar in MathMike Kaganski3-0/+40
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-8/+9
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin3-3/+6
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-2/+2
2022-03-24loplugin:constantparamNoel Grandin3-5/+5