summaryrefslogtreecommitdiff
path: root/vcl/source/edit
AgeCommit message (Expand)Author
2018-07-16cppcheck: useInitializationList in vclJochen Nitschke
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin
2018-06-03Fix tdf#100937: LO Freezed when I insert a very long text in...Matteo Casalin
2018-05-08tdf#117491 Base crash when editing text in SQL query editorNoel Grandin
2018-04-26loplugin:useuniqueptr in TextDocNoel Grandin
2018-04-24loplugin:useuniqueptr in TextWindowNoel Grandin
2018-04-24loplugin:useuniqueptr in TETextPortionListNoel Grandin
2018-04-16loplugin:useuniqueptr in VclMultiLineEditNoel Grandin
2018-04-13make TextAttrib::Clone return by std::unique_ptrNoel Grandin
2018-03-08loplugin:unusedfieldsNoel Grandin
2018-03-02drop old tools/gen methods in vclNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-22weld native message dialogsCaolán McNamara
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-02loplugin:useuniqueptr in TEParaPortionsNoel Grandin
2018-01-30Typ-o negativIlmari Lauhakangas
2018-01-29Modernize a bit vcl (part2)Julien Nabet
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-22improve RTL detection in TextEngineNoel Grandin
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-17loplugin:useuniqueptr in TextEngineNoel Grandin
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-07uitest: add support for GtkTextView/VclMultiLineEditMarkus Mohrhard
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-11-30silence various coverity warningsCaolán McNamara
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-15loplugin:flatten in vclNoel Grandin
2017-10-31tdf#113519: fix crash by releasing returned unique_ptrJulien Nabet
2017-10-25tdf#113400: fix crash by destroying returned unique_ptrJulien Nabet
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-05loplugin:finalclasses in vclNoel Grandin
2017-09-28tdf#112658: fix leak when calling TextEngine::SetAttribJulien Nabet
2017-09-25Translate German comments and debug strings (leftovers)Johnny_M
2017-09-15Fix BASIC storage that stored an HTML <P> elementEike Rathke
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M
2017-09-08tdf#108722 vcl: fix bugs in TextEngine with TEXTATTR_PROTECTEDMichael Stahl
2017-09-08loplugin:constantparamNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-08-15tdf#111337 - Introduce alternative workflows at the special characters dialogAkshay Deep
2017-08-13tdf#110988 Middle click does not paste primary selectionNoel Grandin
2017-08-11vcl: use default copy-ctor for TextAttribJochen Nitschke
2017-08-11vcl: remove dead TextAttribHyperLinkJochen Nitschke
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl
2017-07-27align ImpVclMEdit::SetMaxTextWidth arg with TextEngine::SetMaxTextWidthCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara