summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2021-09-07ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+2
2021-09-07ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-8/+8
2021-07-11Doubled code correctiondante1-14/+4
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-8/+4
2021-05-06tdf#141930 document set as unmodified if editengine didn't modify on keyeventCaolán McNamara1-2/+2
2021-04-27Related: tdf#140659 on control get/lose focus call update custom a11yCaolán McNamara1-0/+4
2021-04-27Related: tdf#140659 off by one indexes because scrollbar is now outsideCaolán McNamara1-5/+3
2021-03-30[cp] Remove Help - Donate to LibreOffice menu itemAndras Timar1-3/+0
2021-02-25Resolves: rhbz#1931423 start update timer in IM events as well as keyeventsCaolán McNamara2-8/+17
2021-02-15Resolves tdf#140221 auto-adjust Formula Editor widthRafael Lima1-0/+4
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara6-0/+17
2021-01-02tdf#139328 Update Starmath examplesLaurent BP1-9/+9
2020-11-30ofz#27892 recursion too deepCaolán McNamara1-0/+9
2020-11-27Fix typo in code: caos -> chaosMing Hua2-2/+2
2020-11-22Some few more corrections over starmath color stuff.dante2-1/+2
2020-11-22Added tests to mathml color in order to tests the new color sets.dante3-55/+67
2020-11-22clang-formated some headers on starmathdante3-97/+96
2020-11-22Fix typo in codeAndrea Gelmini1-1/+1
2020-11-22Typo apropiate->appropriate (starmath)Julien Nabet1-4/+4
2020-11-21Added documentation on starmathdatabase.dante1-0/+31
2020-11-21Corrected my previous mess on mathml export with color export 2.dante5-43/+91
2020-11-21tdf#123936 Formatting files in module starmath with clang-formatPhilipp Hofer14-183/+198
2020-11-17Starmath has now full support of HTML colors.dante11-328/+779
2020-11-16Instead of labs, use overloaded absStephan Bergmann2-3/+5
2020-11-16replace std::min(std::max()) with std::clampNoel1-1/+1
2020-11-16replace std::max(std::min()) with std::clampNoel1-2/+2
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara6-0/+24
2020-11-12loplugin:unusedfieldsNoel1-2/+0
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin4-12/+12
2020-11-12remove Fraction::operator tools::Long()Noel4-12/+12
2020-11-11loplugin:stringviewNoel2-4/+4
2020-11-11Improved starmath colordante16-269/+520
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-2/+2
2020-11-10Evaluate command: tdf#109338dante13-358/+704
2020-11-08Fix typosAndrea Gelmini2-9/+9
2020-11-07Added documentation on starmath.dante7-0/+89
2020-11-07Starmath examples renovateddante2-3/+17
2020-11-05Added frac command. Sould solve tdf#137234.dante9-11/+45
2020-11-04Fix typosAndrea Gelmini1-2/+2
2020-11-03Reordered token.hxx.dante6-46/+72
2020-11-03Added hexadecimal number and color support for starmath.Dante DM9-261/+463
2020-11-02create common macro and method for logging unknown attributesNoel1-7/+7
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-41/+0
2020-11-01use officecfg for Experimental flagNoel Grandin4-11/+9
2020-10-31remove pimpl from SmViewShellNoel Grandin2-25/+17
2020-10-30convert some tools::Long->sal_Int32Noel1-1/+1
2020-10-28tdf#137620 add explicit SurroundingText support to starmath Edit WindowCaolán McNamara2-0/+25
2020-10-28convert some more long -> tools::LongNoel3-5/+5
2020-10-23CreateTextFromNode is goneIlmari Lauhakangas2-3/+1
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara11-11/+11