summaryrefslogtreecommitdiff
path: root/vcl/source/edit
AgeCommit message (Expand)Author
2018-11-26remove unused DrawFlags enum valuesNoel Grandin
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-10-04use regular Set methods in TextCharAttribNoel Grandin
2018-10-04use unique_ptr in TextCharAttribList::InsertAttribNoel Grandin
2018-10-03no need to call empty() before clear()Noel Grandin
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-07-27loplugin:stringloop in vclNoel Grandin
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