summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2020-05-17Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist
2020-05-17lok: avoid to send visible cursor msg for formula bar edit viewMarco Cecchetti
2020-05-17lok: calc: send text selection rectangles for the input barMarco Cecchetti
2020-05-17lok: send hyperlink info also in editengGrzegorz Araminowicz
2020-05-17lok: get spelling context menu on long pressMarco Cecchetti
2020-05-13jsdialog: migrate left/right margin to generic items dumpSzymon Kłos
2020-05-13jsdialog: migrate after/before spacing to generic items dumpSzymon Kłos
2020-05-13sd lok: Implement execution of SID_SPELLCHECK_IGNORE_ALLTamás Zolnai
2020-05-13lok: Send spelling popup menu structure for mobile (calc and impress).Tamás Zolnai
2020-05-13tdf#102625: fix Formula editor breaks surrogate pairsJulien Nabet
2020-05-08editeng: add UNO API for semi-transparent textMiklos Vajna
2020-05-08editeng: add doc model for semi-transparent textMiklos Vajna
2020-05-06tdf#116883: sw: support for lists level format stringVasily Melenchuk
2020-04-29Resolves: tdf#132288 don't merge adjacent properties for spell checkingCaolán McNamara
2020-02-25tdf#130760 Fix crash when clicking link to other slideSamuel Mehrbrodt
2020-01-24tdf#128046: preserve list levels on pasteKatarina Behrens
2020-01-04tdf#129708 speed-up: reuse enumeration for each effectSerge Krot
2019-12-31tdf#59666 AutoCorrect: don't capitalize single Greek lettersLászló Németh
2019-12-31tdf#38394 AutoCorrect: fix ’« in French l’« word »László Németh
2019-12-29tdf#54409 fix AutoCorrect with Unicode quotation marksLászló Németh
2019-12-21tdf#106164 AutoCorrect: capitalize words with apostropheLászló Németh
2019-12-11tdf#129300 alignment enums not translated in organizerCaolán McNamara
2019-12-07tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt
2019-12-06tdf#128666 Only enable hyperlink actions when just the field is selectedSamuel Mehrbrodt
2019-11-28tdf#128659 Cannot add AutoCorrect entriesNoel Grandin
2019-11-06make some classes module-privateNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-11-03loplugin:stringaddNoel Grandin
2019-10-31avoid intermediate vcl::WindowsCaolán McNamara
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-23loplugin:unusedfieldsNoel Grandin
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-10-21loplugin:virtualdead unused param in UnknownAttrTokenNoel Grandin
2019-10-19Fix typo and dotsAndrea Gelmini
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16Resolves: tdf#127961 Add NBSP to quotation marks for all French except fr-CHEike Rathke
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-08tdf#128009: Allow spaces in AutoText suggestionsMike Kaganski
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-10-07InsertQuote can be constMike Kaganski
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-10-05Drop bogus memsetStephan Bergmann