summaryrefslogtreecommitdiff
path: root/vcl/source/control/edit.cxx
AgeCommit message (Expand)Author
2025-02-18vcl: nType -> eTypeChristopher Sherlock
2025-02-18vcl: rename DDInfo to DragDropInfoChristopher Sherlock
2025-02-17vcl: initialize DDInfo members in definitionChristopher Sherlock
2025-02-13vcl: remove using namespace from edit.cxxChristopher Sherlock
2025-02-02vcl: remove unnecessary headers in edit.cxxChristopher Sherlock
2025-01-13tdf#164127 vcl: Skip further focus processing for disposed EditMichael Weghorn
2024-09-10use more concrete UNO type in vclNoel Grandin
2024-05-10loplugin:ostr in vclNoel Grandin
2023-09-18a11y: Call base class impl at beginning of Edit::GetFocusMichael Weghorn
2023-08-16Resolves: tdf#156751 add "Special Character..." to GtkEntry context menusCaolán McNamara
2023-07-23tdf#156377: Improve cursor traversal in UI widgetsKhaled Hosny
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-09new loplugin:unnecessarygetstrNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-12-26tdf#127588 - extend selection to the entire field if nothing is selectedAndreas Heinisch
2022-11-09jsdialog: send edit widget's type informationSzymon Kłos
2022-11-03Related: tdf#149932 honour PANGO_UNDERLINE_DOUBLE for preedit underlineCaolán McNamara
2022-10-07Related: tdf#98067 do RollOver for Edit as well as SpinButtonCaolán McNamara
2022-10-07Related: tdf#98067 use EP_EDITBORDER_NOSCROLL for EditsCaolán McNamara
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
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