summaryrefslogtreecommitdiff
path: root/vcl/source/control/combobox.cxx
AgeCommit message (Expand)Author
10 dayslokit: don't double-buffer combo/list box dropdownsCaolán McNamara
2025-02-18vcl: remove unnecessary includes from combobox.cxxChristopher Sherlock
2025-02-10vcl: make variables const in combobox.cxxChristopher Sherlock
2025-02-03vcl: rename enum variable prefixesChristopher Sherlock
2025-02-03vcl: aType -> eTypeChristopher Sherlock
2024-05-28tdf#160971 gtk: Don't select combobox text on entry selectionMichael Weghorn
2024-05-28tdf#160971 vcl a11y: Make combobox text selection mode style-ableMichael Weghorn
2024-05-13vcl: Merge ComboBox and ComboBox::ImplMichael Weghorn
2024-03-04tdf#159817 tdf#159802 Form controls coordinates wrong when export to pdfNoel Grandin
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski
2023-08-29jsdialog: inform that combobox has custom entriesSzymon Kłos
2023-08-13Revert "clang-tidy bugprone-parent-virtual-call in vcl"Noel Grandin
2023-08-11clang-tidy bugprone-parent-virtual-call in vclNoel Grandin
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2023-07-04unnecessary LogicToPixel in ComboBox::DrawNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-09-19tdf#149797 Change highlight background color in some controlsIlhan Yesil
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-05-05use more o3tl::getTokenNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
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-17split OutputDevice from WindowNoel Grandin
2021-04-30simplify WallpaperNoel Grandin
2021-04-06remove newly unused mpWindow member of UserDrawEventCaolán McNamara
2021-04-06be more explicit in setting the parent of the buttons in the style dropdownCaolán McNamara
2021-02-22forward declare some things and avoid includesCaolán McNamara
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-07-07jsdialog: export combobox entriesSzymon Kłos
2020-07-04tdf#134479 allow disable font preview to work on existing font comboboxesCaolán McNamara
2020-06-23move ListBox to toolkit-only headersCaolán McNamara
2020-05-25loplugin:constantparamNoel Grandin
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara
2020-05-20move ComboBox to toolkit-only headersCaolán McNamara
2020-05-19loplugin:constantparamNoel Grandin
2020-05-18loplugin:unusedfieldsNoel Grandin
2020-05-16loplugin:unusedmethodsNoel Grandin