summaryrefslogtreecommitdiff
path: root/vcl/source/control/edit.cxx
AgeCommit message (Expand)Author
2022-05-05use more o3tl::getTokenNoel Grandin
2022-02-06We know the length hereMike Kaganski
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin
2021-10-10Revert "Initialize nDXBuffer array (vcl/edit)"Julien Nabet
2021-10-10Initialize nDXBuffer array (vcl/edit)Julien Nabet
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-29Resolves: tdf#144783 shift+RETURN not searching backwardsCaolán McNamara
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-26use max of avg digit or 'average char' width to measure Edit spaceCaolán McNamara
2021-08-08no need to allocate ControlLayoutData separatelyNoel Grandin
2021-07-30flatten vcl::ImplControlDataNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-28IsDisposed->isDisposed in vcl/../controlNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-03-29cid#1474054 Uninitialized scalar variableCaolán McNamara
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara
2021-02-19loplugin:refcounting in vclNoel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2020-12-14Revert unneeded isEmpty check in Edit::GetTextJan-Marek Glogowski
2020-12-13tdf#138857 fix font replacement table GUIJan-Marek Glogowski
2020-11-25jsdialog: export placeholder text for edit fieldsSzymon Kłos
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara
2020-10-19use tools::Long in vclNoel
2020-09-02move Edit into toolkit only headersCaolán McNamara
2020-09-02loplugin:unusedmethodsNoel Grandin
2020-09-01check if Edit was disposed while insert special character was still openCaolán McNamara
2020-08-28Simplify some operations involving OUString and OUStringBufferStephan Bergmann
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn
2020-08-20loplugin:unusedmethodsNoel Grandin
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara
2020-07-25cid#1465512 Wrong operator usedCaolán McNamara
2020-07-23map border without shadow to WindowBorderStyle::MONOCaolán McNamara
2020-07-21loplugin:unusedfieldsNoel Grandin
2020-07-03remove some dead WindowType valuesNoel Grandin
2020-05-29tdf#133498 Make native drawing of FormattedField work (again)Michael Weghorn
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-04-20drop EnableSelectAllCaolán McNamara
2020-04-17loplugin:buriedassign in vclNoel Grandin
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-02-11tdf#130555: Prevent negative aSelection.Min()Stephan Bergmann
2020-02-11Drop some static_cast from long to sal_Int32Stephan Bergmann
2020-02-03Related: tdf#129933 assert on pasting over selection in editCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann