summaryrefslogtreecommitdiff
path: root/vcl/source/edit
AgeCommit message (Expand)AuthorFilesLines
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-1/+1
2022-05-01don't use an empty fontname, reuse the default from the virtual devCaolán McNamara1-1/+1
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin1-1/+1
2021-12-13tdf#145764 - Change behaviour of BASIC IDE Home KeyAndreas Heinisch1-5/+11
2021-12-11tdf#145764 - BASIC IDE Home Key: move cursor to the beginning/first characterAndreas Heinisch1-1/+16
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-2/+2
2021-09-30loplugin:constmethod handle more casesNoel Grandin3-6/+6
2021-09-28gives names to all the Idles and TasksNoel Grandin2-2/+2
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-2/+2
2021-09-11clang:optin.performance.Padding in vclNoel Grandin1-3/+3
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock1-17/+2
2021-08-18undo changes to TextAlignCaolán McNamara1-1/+1
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-1/+1
2021-06-24Delete copy ctors/assignments for DLLEXPORT classMike Kaganski1-1/+0
2021-05-27TETextPortion can be allocated inside the vectorNoel Grandin4-110/+109
2021-05-18cid#1484904 Dereference after null checkCaolán McNamara1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin3-3/+3
2021-05-14Fix assertion in vcl/textengJulien Nabet1-1/+1
2021-05-02sal_uLong->sal_Int32 in TextHintNoel Grandin2-2/+2
2021-04-06Fix --disable-pch build: missing includeMike Kaganski1-0/+1
2021-03-09this should be dynamic_castNoel1-1/+1
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara1-3/+4
2021-03-07loplugin:staticdynamic now with extra saltNoel1-3/+2
2021-02-22forward declare some things and avoid includesCaolán McNamara1-0/+2
2021-02-19loplugin:refcounting in vclNoel1-4/+3
2021-01-28simplify code, use more subView()Noel1-2/+2
2021-01-28remove unused SelectionOptions valuesNoel Grandin2-99/+11
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