summaryrefslogtreecommitdiff
path: root/vcl/source/control/combobox.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-04tdf#159817 tdf#159802 Form controls coordinates wrong when export to pdfNoel Grandin1-4/+5
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski1-4/+4
2023-08-29jsdialog: inform that combobox has custom entriesSzymon Kłos1-0/+3
2023-08-13Revert "clang-tidy bugprone-parent-virtual-call in vcl"Noel Grandin1-4/+4
2023-08-11clang-tidy bugprone-parent-virtual-call in vclNoel Grandin1-4/+4
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-2/+2
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-2/+2
2023-07-04unnecessary LogicToPixel in ComboBox::DrawNoel Grandin1-5/+4
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2022-09-19tdf#149797 Change highlight background color in some controlsIlhan Yesil1-0/+34
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-4/+4
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-3/+3
2022-05-05use more o3tl::getTokenNoel Grandin1-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-1/+1
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-3/+4
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-2/+2
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock1-2/+2
2021-08-08no need to allocate ControlLayoutData separatelyNoel Grandin1-2/+1
2021-07-30flatten vcl::ImplControlDataNoel Grandin1-2/+2
2021-07-21flatten ImplListBoxWindowNoel Grandin1-53/+53
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-04-30simplify WallpaperNoel Grandin1-1/+1
2021-04-06remove newly unused mpWindow member of UserDrawEventCaolán McNamara1-1/+0
2021-04-06be more explicit in setting the parent of the buttons in the style dropdownCaolán McNamara1-15/+20
2021-02-22forward declare some things and avoid includesCaolán McNamara1-0/+1
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-0/+1
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara1-1/+1
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos1-8/+10
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-10-19use tools::Long in vclNoel1-18/+18
2020-09-08tdf#136208 make combo/list/spin take focus on use of scroll wheelCaolán McNamara1-1/+1
2020-08-26make get_extents_relative_to constCaolán McNamara1-1/+1
2020-08-04loplugin:flatten in vclNoel Grandin1-27/+27
2020-07-07jsdialog: export combobox entriesSzymon Kłos1-0/+22
2020-07-04tdf#134479 allow disable font preview to work on existing font comboboxesCaolán McNamara1-0/+5
2020-06-23move ListBox to toolkit-only headersCaolán McNamara1-1/+1
2020-05-25loplugin:constantparamNoel Grandin1-1/+1
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara1-5/+10
2020-05-20move ComboBox to toolkit-only headersCaolán McNamara1-1/+1
2020-05-19loplugin:constantparamNoel Grandin1-2/+2
2020-05-18loplugin:unusedfieldsNoel Grandin1-2/+1
2020-05-16loplugin:unusedmethodsNoel Grandin1-4/+0
2020-05-15loplugin:unnecessaryvirtualNoel Grandin1-11/+0
2020-05-13loplugin:unusedmethodsNoel Grandin1-5/+0
2020-04-25loplugin:constantparamNoel Grandin1-2/+2
2020-04-24loplugin:unusedmethodsNoel Grandin1-5/+0
2020-04-21weld FontNameBoxCaolán McNamara1-1/+11
2020-04-20drop EnableSelectAllCaolán McNamara1-4/+0
2020-02-21loplugin:unusedmethodsNoel Grandin1-12/+0
2020-02-13weld FindTextFieldControlCaolán McNamara1-0/+2