summaryrefslogtreecommitdiff
path: root/vcl/source/control/listbox.cxx
AgeCommit message (Expand)Author
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski
2023-12-12tdf#158548 vcl: Require mouse over listbox to mouse-wheel through entriesMichael Weghorn
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-02-20tdf#153520 vcl: Align listbox invalidation with mouseover checkMichael Weghorn
2023-01-03tdf#148109 Paint background color in listboxIlhan Yesil
2022-09-19tdf#149797 Change highlight background color in some controlsIlhan Yesil
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-08no need to allocate ControlLayoutData separatelyNoel Grandin
2021-07-30flatten vcl::ImplControlDataNoel Grandin
2021-07-21flatten ImplListBoxWindowNoel Grandin
2021-05-28IsDisposed->isDisposed in vcl/../controlNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-19use tools::Long in vclNoel
2020-09-08tdf#136208 make combo/list/spin take focus on use of scroll wheelCaolán McNamara
2020-08-26make get_extents_relative_to constCaolán McNamara
2020-08-04loplugin:flatten in vclNoel Grandin
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-06-25loplugin:unusedfieldsNoel Grandin
2020-06-23move ListBox to toolkit-only headersCaolán McNamara
2020-06-18mbStackMode is always false nowCaolán McNamara
2020-06-11loplugin:unusedmethodsNoel Grandin
2020-05-25loplugin:unusedmethodsNoel Grandin
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara
2020-04-24loplugin:unnecessaryvirtualNoel Grandin
2020-04-24loplugin:unusedmethodsNoel Grandin
2020-02-19drop newly unused methodsCaolán McNamara
2020-01-31tdf#83248 Print using the right color for other components too.Arnaud Versini
2020-01-13loplugin:unusedmethodsNoel Grandin
2019-12-13loplugin:unusedmethodsNoel Grandin
2019-11-26tdf#129037 add a way to select multiple entries of a ListBox togetherCaolán McNamara
2019-11-07loplugin:unusedmethodsNoel Grandin
2019-10-25tdf#42949 Fix IWYU warning in include/vcl/window.hxxGabor Kelemen
2019-10-01jsdialogs: send selection for listboxSzymon Kłos
2019-10-01jsdialogs: send listbox entriesSzymon Kłos
2019-09-10Fix typosAndrea Gelmini
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-06-17tdf#101978 vcl combobox/listbox floating window: avoid flickerMiklos Vajna
2019-05-13sizing button wrong in ListBox::ResizeNoel Grandin
2019-04-08IsInPopupMode returns true when !mbInPopupModeCaolán McNamara
2019-04-01drop unnecessary includesCaolán McNamara
2019-03-28tdf#124148 add configurable margin for the listbox pop-up listTomaž Vajngerl
2019-02-22loplugin:unusedfields in vclNoel Grandin
2018-12-07LOK: dialogs: limit listbox/combobox drop-down lengthAshod Nakashian