summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2020-10-26std::unique_ptr -> std::optionalNoel1-13/+7
2020-10-26std::unique_ptr -> std::optionalNoel2-5/+5
2020-10-25editeng: AccessibleImageBullet : avoid recursive SolarMutextArnaud Versini2-5/+11
2020-10-23tdf#104378: don't reset para attributes whileMark Hung5-8/+24
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin11-28/+28
2020-10-20use tools::Long in editengNoel30-394/+394
2020-10-16weld InputBarCaolán McNamara1-0/+5
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-4/+6
2020-10-15don't crash if not hosted in a vcl::WindowCaolán McNamara1-0/+4
2020-10-13combine duplicates togetherCaolán McNamara2-8/+16
2020-10-13static_cast after dynamic_castNoel1-2/+1
2020-10-12ofz#24932 collatoral ubsan failure seen in TimeOut caseCaolán McNamara1-2/+5
2020-10-10drop newly unused OutlinerParaObject ctor variantCaolán McNamara1-5/+0
2020-10-10ofz#23492 the only user of this ctor throws away the original of the cloneCaolán McNamara2-4/+4
2020-10-08add EditViewCallbacks handler to support updating scrollbar stateCaolán McNamara4-1/+26
2020-10-06loplugin:const& make some params and methods constNoel2-2/+2
2020-10-02loplugin:reducevarscope in desktop..emfioNoel6-11/+8
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara1-5/+6
2020-10-01Related: tdf#134566 tell IM cursor pos for empty paragraph tooCaolán McNamara1-2/+2
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara3-19/+20
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara1-2/+3
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara1-1/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-3/+5
2020-09-15Online: selection highlight in Calc should follow font size changes.Marco Cecchetti3-156/+140
2020-09-13tdf#124176 Use #pragma once in editengGeorge Bateman21-83/+21
2020-09-12replace sal_IntPtr with simple integer typeCaolán McNamara1-1/+1
2020-09-08Fix typo in code+comment (vaules->values)Julien Nabet1-2/+2
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-2/+2
2020-08-31Fix typo in codeAndrea Gelmini3-9/+9
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann6-60/+60
2020-08-26lok: send cell border state updatesSzymon Kłos1-0/+33
2020-08-19Fix typosAndrea Gelmini1-1/+1
2020-08-14loplugin:simplifybool moreNoel Grandin6-9/+8
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin3-3/+3
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin2-2/+2
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin5-50/+50
2020-08-12expand out DELETEZNoel Grandin1-2/+4
2020-08-03loplugin:flatten in configmgr..i18nutilNoel Grandin1-10/+10
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen4-0/+4
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara1-1/+1
2020-07-16compact namespace: editeng-filterNoel Grandin1-8/+2
2020-07-14tdf#134478 Refactor dumping of EditEngine dataJan-Marek Glogowski8-65/+26
2020-07-11cid#1465259 silence Arguments in wrong orderCaolán McNamara1-0/+1
2020-07-10lokit: editeng: Use 'special-positioning' data for selectionsDennis Francis2-8/+46
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-09scPrintTwipsMsgs: Use top-left of output-area as the refpointDennis Francis1-1/+1
2020-07-09lokit: Avoid sending wrong edit-cursor/selection messages when...Dennis Francis3-3/+18
2020-07-08scPrintTwipsMsgs: Use print-twips paper-sizeDennis Francis2-0/+14
2020-07-07Typo: pargraph->paragraphJulien Nabet1-1/+1