summaryrefslogtreecommitdiff
path: root/vcl/source/edit
AgeCommit message (Expand)AuthorFilesLines
2021-01-12transparency->alpha in tools::ColorNoel2-3/+3
2020-11-11loplugin:stringviewNoel1-2/+2
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-10-28std::set->o3tl::sorted_vector in vclNoel Grandin1-4/+4
2020-10-19use tools::Long in vclNoel4-91/+91
2020-09-02move Edit into toolkit only headersCaolán McNamara2-2/+2
2020-08-29loplugin:unusedmethodsNoel Grandin1-9/+0
2020-08-29Fix typo in codeAndrea Gelmini1-6/+6
2020-08-20loplugin:unusedmethodsNoel Grandin1-5/+0
2020-08-20loplugin:virtualdeadNoel Grandin1-29/+0
2020-08-19move VclMultiLineEdit to toolkit-only headersCaolán McNamara1-1/+1
2020-08-04loplugin:flatten in vclNoel Grandin5-305/+305
2020-07-16loplugin:unusedmethodsNoel Grandin1-11/+0
2020-07-09jsdialog: export cursor visibility for text areasSzymon Kłos1-0/+8
2020-07-08query if the cursor can be moved up or downCaolán McNamara1-0/+16
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann2-4/+4
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara1-2/+2
2020-05-04tdf#64690 - Extend selection on find/replaceAndreas Heinisch1-0/+5
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-2/+2
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin2-11/+11
2020-03-10Resolves: tdf#131248 a11y crash when closing SQL Edit QueryCaolán McNamara1-0/+3
2020-02-11tdf#57879 - Expand word boundaries to include connector punctuationsAndreas Heinisch2-15/+43
2020-01-27Use more appropriate variable types, spare explicit castsStephan Bergmann1-5/+5
2020-01-17flush out unused Font objectsCaolán McNamara1-2/+0
2020-01-14move [G|S]etGetSpecialCharsFunction into its own headerCaolán McNamara1-4/+5
2019-12-17loplugin:expandablemethodsNoel Grandin1-1/+1
2019-12-14tdf#127148 select-all on tabbing into version box in help->aboutCaolán McNamara1-1/+1
2019-11-26tdf#127403 Revert "VCL keep / return the original set TextEngine font"Jan-Marek Glogowski2-25/+56
2019-10-22loplugin:constantparamNoel Grandin1-5/+2
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-2/+2
2019-10-04loplugin:unusedfieldsNoel Grandin1-1/+0
2019-10-04loplugin:singlevalfieldsNoel Grandin1-63/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-0/+1
2019-09-06Fixing '....' and '..'Andrea Gelmini1-3/+3
2019-08-27tdf#49482: Searching in the Basic IDE: showing found lineAndreas Heinisch1-0/+19
2019-08-12tdf#118856 vcl: avoid flicker in the about dialogMiklos Vajna1-0/+3
2019-07-17loplugin:unusedmethodsNoel Grandin2-52/+0
2019-07-16cid#1448410 Explicit null dereferencedCaolán McNamara1-1/+1
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen6-14/+3
2019-06-21weld SpellDialogCaolán McNamara1-2/+2
2019-06-17tdf#124907 vcl: react to pan gesture for listbox and other widgetsTomaž Vajngerl1-3/+5
2019-05-22VCL keep / return the original set TextEngine fontJan-Marek Glogowski2-56/+25
2019-04-01tdf#124413 Crash on undo / redo in Basic IDENoel Grandin1-3/+8
2019-03-09loplugin:unusedmethodsNoel Grandin1-6/+0
2019-02-27weld LicenseDialogImplCaolán McNamara1-91/+64
2019-02-13Pointer is pointlessNoel Grandin1-1/+3
2019-02-11loplugin:indentation in vclNoel Grandin1-1/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen2-12/+9
2019-01-23loplugin:constparams in vclNoel Grandin2-2/+2