summaryrefslogtreecommitdiff
path: root/vcl/source/edit
AgeCommit message (Expand)AuthorFilesLines
2018-03-08loplugin:unusedfieldsNoel Grandin1-4/+1
2018-03-02drop old tools/gen methods in vclNoel Grandin2-2/+4
2018-02-27replace Color(COL_*) with COL_*Noel Grandin3-7/+7
2018-02-22weld native message dialogsCaolán McNamara1-1/+2
2018-02-22loplugin:changetoolsgen in vclNoel Grandin3-82/+82
2018-02-02loplugin:useuniqueptr in TEParaPortionsNoel Grandin4-9/+3
2018-01-30Typ-o negativIlmari Lauhakangas1-1/+1
2018-01-29Modernize a bit vcl (part2)Julien Nabet2-7/+6
2018-01-24loplugin:unused-returns in vclNoel Grandin3-13/+8
2018-01-22improve RTL detection in TextEngineNoel Grandin2-8/+9
2018-01-19new loplugin:emptyifNoel Grandin1-4/+0
2018-01-17loplugin:useuniqueptr in TextEngineNoel Grandin2-18/+16
2018-01-15More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann3-14/+14
2018-01-07uitest: add support for GtkTextView/VclMultiLineEditMarkus Mohrhard1-41/+11
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-1/+1
2017-11-30silence various coverity warningsCaolán McNamara1-7/+7
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-15loplugin:flatten in vclNoel Grandin1-35/+36
2017-10-31tdf#113519: fix crash by releasing returned unique_ptrJulien Nabet1-2/+1
2017-10-25tdf#113400: fix crash by destroying returned unique_ptrJulien Nabet1-1/+4
2017-10-23loplugin:includeform: vclStephan Bergmann5-11/+11
2017-10-05loplugin:finalclasses in vclNoel Grandin1-4/+0
2017-09-28tdf#112658: fix leak when calling TextEngine::SetAttribJulien Nabet2-3/+10
2017-09-25Translate German comments and debug strings (leftovers)Johnny_M1-1/+1
2017-09-15Fix BASIC storage that stored an HTML <P> elementEike Rathke1-17/+2
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-3/+3
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M1-9/+9
2017-09-08tdf#108722 vcl: fix bugs in TextEngine with TEXTATTR_PROTECTEDMichael Stahl2-1/+3
2017-09-08loplugin:constantparamNoel Grandin1-38/+14
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-25loplugin:unusedmethodsNoel Grandin3-36/+0
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-08-15tdf#111337 - Introduce alternative workflows at the special characters dialogAkshay Deep1-25/+0
2017-08-13tdf#110988 Middle click does not paste primary selectionNoel Grandin1-1/+9
2017-08-11vcl: use default copy-ctor for TextAttribJochen Nitschke2-37/+6
2017-08-11vcl: remove dead TextAttribHyperLinkJochen Nitschke3-83/+3
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl1-1/+1
2017-07-27align ImpVclMEdit::SetMaxTextWidth arg with TextEngine::SetMaxTextWidthCaolán McNamara1-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara4-83/+7
2017-07-18loplugin:constparams in vclNoel Grandin2-3/+3
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+1
2017-07-13loplugin:oncevar: empty strings: vclStephan Bergmann1-2/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-28loplugin:oncevar in vclNoel Grandin1-2/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin2-2/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-2/+2
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin2-4/+4