summaryrefslogtreecommitdiff
path: root/vcl/source/control/button.cxx
AgeCommit message (Expand)Author
2021-10-05Related: tdf#141633 drawing buttons to outputdevice affects later drawingCaolán McNamara
2021-05-28IsDisposed->isDisposed in vcl/../controlNoel Grandin
2021-05-18tdf#142337 Button::GetOptimalSize only considered image beside text caseCaolán McNamara
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-03sal_uLong->sal_Int32 in ButtonNoel Grandin
2021-04-24Fix typosAndrea Gelmini
2021-04-22tdf#141761 Avoid vanishing FormControlsArmin Le Grand (Allotropia)
2021-04-19tdf#138901 Refresh button tooltip in sidebar created by extensionIlhan Yesil
2021-04-11Fix typoAndrea Gelmini
2021-04-10tdf#141195:fix button text color with default background colorbykivi
2021-04-07tdf#136918 restrict symbol size to button widthJan-Marek Glogowski
2021-02-23loplugin:constantparamNoel
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara
2021-01-21merge pair of duplicate blocks together into one functionCaolán McNamara
2021-01-21RadioButton tick in a different place than CheckBox tickCaolán McNamara
2021-01-20jsdialog: dump radio groupsSzymon Kłos
2020-12-29lok: don't use focus window to request helpSzymon Kłos
2020-12-03support completely styling a welded buttonCaolán McNamara
2020-10-22Qt5 forward the flat push button styleJan-Marek Glogowski
2020-10-22tdf#137660 send some focus event for push buttonsJan-Marek Glogowski
2020-10-19use tools::Long in vclNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-09-02move Edit into toolkit only headersCaolán McNamara
2020-08-27tdf#134708 Text coloring of buttons within forms amendedThorsten Wagner
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-21loplugin:unusedfieldsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-06-23FixedBitmap can be in a toolkit only headerCaolán McNamara
2020-06-01Revert "tdf#125609 c10 vcl/button: enforce only one radio selected on init"Justin Luth
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara
2020-05-11tdf#132832 calcAdjustedSize: Take max width into accountMichael Weghorn
2020-05-08remove TriStateBox classCaolán McNamara
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara
2020-05-08move DisclosureButton out of public headersCaolán McNamara
2020-05-06Resolves: tdf#132581 allow disabling the auto-group RadioButton featureCaolán McNamara
2020-04-17loplugin:buriedassign in vclNoel Grandin
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin
2020-03-16remove unnecessary Window::Update() calls, which immediately follow InvalidateNoel Grandin
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara
2020-02-04Place button text in tooltip if it doesn't fit into the buttonSamuel Mehrbrodt
2020-02-03make some headers privateCaolán McNamara
2020-02-02no difference between ImageRadioButton and RadioButtonCaolán McNamara
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2020-01-07Use virtual method instead of switch in parent classAdrien Ollier
2019-11-19loplugin:unusedenumconstantsNoel Grandin
2019-11-19tdf#84183 Give infobar close btn some 'clicked' stateSamuel Mehrbrodt
2019-11-14Revert "tdf#108687 vcl: always enable tabstop on radio buttons"Justin Luth