summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2018-02-21tdf#83260 editeng sw: avoid accessing dead nodes in AutoCorrectFyodor Yemelyanenko
2017-11-11tdf#113591 Fix crash when switching between Calc and other LO windowSamuel Mehrbrodt
2017-10-18EditEngine: Enhance visualization of URLsArmin Le Grand
2017-08-17editviewoverlay: Adapted URL in edit modeArmin Le Grand
2017-08-16editviewoverlay: correct reaction on property changeArmin Le Grand
2017-08-16editviewoverlay: more cases securedArmin Le Grand
2017-08-16editviewoverlay: EditViewSelection reorganizedArmin Le Grand
2017-08-16editviewoverlay: Allow EditView to run in OverlayArmin Le Grand
2017-08-09Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-08-09Change Idle to be a Timer subclassJan-Marek Glogowski
2017-08-09Refactor Scheduler to add Task classJan-Marek Glogowski
2017-08-09tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-03-03Resolves: tdf#106123 store and restore the PaM around the menu ExecuteCaolán McNamara
2017-02-01tdf#103927: Share single standard VirtualDevice instance.Kohei Yoshida
2017-01-19tdf#96354 correct broken autocorrect INitial CApitalsYossi Zahn
2016-12-19tdf#104488 editeng,svx: throw less Accessible exceptionsMichael Stahl
2016-12-01Resolves: tdf#104152 suppress notifications from EditEngine during PasteEike Rathke
2016-11-21tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin
2016-11-07tdf#90070 don't clip flys with bordersJustin Luth
2016-09-27Resolves: tdf#83037 <--> corrected into ← → instead of ↔Caolán McNamara
2016-09-06editeng: don't let wild-card auto-correct leave current wordMichael Stahl
2016-09-02Resolves: tdf#96369 don't superscript ordinals for mixed text and numbersCaolán McNamara
2016-08-03masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-07-21Resolves: tdf#97404 outline space wrong on second levelCaolán McNamara
2016-07-15tdf#100880 editeng spellchecking doesn't work sometimes...Caolán McNamara
2016-07-15tdf#100734: Update bullet of paragraph on UNDOMike Kaganski
2016-05-25sw: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-05-25Fix typosAndrea Gelmini
2016-05-25tdf#89329: use unique_ptr for pImpl in xmlcnitmXisco Fauli
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-05-21fix bad index/assertion failure with line ending autocorrect patternsLászló Németh
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-18Resolves: tdf#99930 SetReplaceLeadingSingleQuotationMark(false) for CalcEike Rathke
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin
2016-05-10Fix typosAndrea Gelmini
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-08Translate German commentJulien Nabet
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-05-01Replace '||' with '&&'Rosemary Sebastian
2016-05-01Fix typo in codeAndrea Gelmini
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin