summaryrefslogtreecommitdiff
path: root/vcl/source/control/ctrl.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-18change DrawControlText to return new rect rather than change old oneCaolán McNamara1-8/+7
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-6/+2
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-3/+3
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-2/+2
2016-10-25no Control loaded from .src nowCaolán McNamara1-13/+0
2016-10-12drop unused argumentCaolán McNamara1-1/+1
2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-10/+0
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-2/+2
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-2/+2
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-09-24convert Link<> to typedNoel Grandin1-2/+2
2015-09-10Calling empty std::function behaves different than calling empty LinkStephan Bergmann1-1/+4
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin1-4/+4
2015-07-22tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens1-15/+5
2015-07-13loplugin:unusedmethods vclNoel Grandin1-5/+0
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-3/+26
2015-07-03tdf#92241 fix crashes and rendering of symbol set previewsLászló Németh1-6/+15
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-3/+3
2015-05-23use ApplySettings instead of ImplInitSettings is calledTomaž Vajngerl1-21/+2
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1