summaryrefslogtreecommitdiff
path: root/vcl/source/control/ctrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Control::LogicInvalidate takes a pixel rectangleNoel Grandin1-3/+2
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-1/+1
2023-07-06DrawTextFlags::HideMnemonic is unusedNoel Grandin1-6/+0
2023-06-30loplugin:unusedmethodsNoel Grandin1-8/+0
2023-03-11Fix typoAndrea Gelmini1-1/+1
2023-03-10lok: some tunneled dialog control was not invalidated correctlyMarco Cecchetti1-7/+8
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti1-0/+31
2023-02-21tdf#142783 consider the Calendar Edit and DropDown as one compound controlCaolán McNamara1-1/+6
2022-10-24Drop Window::LogicMouse*Mike Kaganski1-15/+0
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-2/+2
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock1-2/+3
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-2/+2
2021-08-08no need to allocate ControlLayoutData separatelyNoel Grandin1-21/+20
2021-07-30flatten vcl::ImplControlDataNoel Grandin1-48/+43
2021-05-28IsDisposed->isDisposed in vcl/../controlNoel Grandin1-2/+2
2021-05-17split OutputDevice from WindowNoel Grandin1-3/+3
2021-05-03vcl: remove MetricVectorChris Sherlock1-1/+1
2021-04-26lok: add rendering and input for form controls in CalcTomaž Vajngerl1-0/+15
2020-10-19use tools::Long in vclNoel1-14/+14
2020-08-26make get_extents_relative_to constCaolán McNamara1-1/+1
2020-05-25loplugin:unusedmethodsNoel Grandin1-1/+1
2019-10-04loplugin:singlevalfieldsNoel Grandin1-4/+2
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen1-2/+0
2019-04-01drop unnecessary includesCaolán McNamara1-1/+0
2019-02-11loplugin:indentation in vclNoel Grandin1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-15tdf#118377 Do not use disposed OutputDeviceArmin Le Grand1-4/+18
2018-07-06uitest logger: log the events calling CallEventListeners()Saurav Chirania1-2/+9
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-2/+0
2018-04-23loplugin:useuniqueptr in ControlNoel Grandin1-3/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-02-12One less ctor/dtorMike Kaganski1-2/+1
2018-02-10lokdialog: Handle dialog items' invalidation in generalTamás Zolnai1-18/+0
2018-01-20tdf#115023 Check mpControlData for nullptrMaxim Monastirsky1-1/+2
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2017-12-06lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky1-1/+1
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant1-16/+6
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant1-1/+3
2017-10-06coverity#1418966 static_cast should be sufficientCaolán McNamara1-1/+1
2017-10-02lokdialog: Mouse events for dialog floating child windowsPranav Kant1-1/+15
2017-10-02lokdialog: Dialog invalidation supportPranav Kant1-0/+15
2017-05-19loplugin:stringcopy: vclStephan Bergmann1-1/+1
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-1/+1
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-11/+11
2017-03-20uitest: start logging the actions on UI elementsMarkus Mohrhard1-0/+2
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-1/+0
2017-01-18Resolves: tdf#98593 buttons in writer show different text at different zoomsCaolán McNamara1-2/+31