summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel
2020-10-28std::set->o3tl::sorted_vector in ImpEditEngineNoel Grandin
2020-10-28convert some more long -> tools::LongNoel
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-25editeng: AccessibleImageBullet : avoid recursive SolarMutextArnaud Versini
2020-10-23tdf#104378: don't reset para attributes whileMark Hung
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20use tools::Long in editengNoel
2020-10-16weld InputBarCaolán McNamara
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel
2020-10-15don't crash if not hosted in a vcl::WindowCaolán McNamara
2020-10-13combine duplicates togetherCaolán McNamara
2020-10-13static_cast after dynamic_castNoel
2020-10-12ofz#24932 collatoral ubsan failure seen in TimeOut caseCaolán McNamara
2020-10-10drop newly unused OutlinerParaObject ctor variantCaolán McNamara
2020-10-10ofz#23492 the only user of this ctor throws away the original of the cloneCaolán McNamara
2020-10-08add EditViewCallbacks handler to support updating scrollbar stateCaolán McNamara
2020-10-06loplugin:const& make some params and methods constNoel
2020-10-02loplugin:reducevarscope in desktop..emfioNoel
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara
2020-10-01Related: tdf#134566 tell IM cursor pos for empty paragraph tooCaolán McNamara
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-15Online: selection highlight in Calc should follow font size changes.Marco Cecchetti
2020-09-13tdf#124176 Use #pragma once in editengGeorge Bateman
2020-09-12replace sal_IntPtr with simple integer typeCaolán McNamara
2020-09-08Fix typo in code+comment (vaules->values)Julien Nabet
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-31Fix typo in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26lok: send cell border state updatesSzymon Kłos
2020-08-19Fix typosAndrea Gelmini
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-12expand out DELETEZNoel Grandin
2020-08-03loplugin:flatten in configmgr..i18nutilNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara
2020-07-16compact namespace: editeng-filterNoel Grandin
2020-07-14tdf#134478 Refactor dumping of EditEngine dataJan-Marek Glogowski
2020-07-11cid#1465259 silence Arguments in wrong orderCaolán McNamara
2020-07-10lokit: editeng: Use 'special-positioning' data for selectionsDennis Francis
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens