summaryrefslogtreecommitdiff
path: root/vcl/source/control/ctrl.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-18callcatcher: update unused codeCaolán McNamara1-5/+0
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-4/+16
2015-05-15cleanup Control::ImplInitSettingsTomaž Vajngerl1-8/+8
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-08vcl: Control - hold a VclPtr instead of a dogtag over emission.Michael Meeks1-8/+5
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-8/+8
2015-05-05tdf#91081 Fix LO crash after dialog closing by ESCPhilippe Jung1-18/+21
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-2/+2
2015-04-28loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+4
2015-04-09Double dispose protection.Michael Meeks1-1/+1
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-1/+5
2015-04-09vcl: window destructors calling disposeNoel Grandin1-0/+6
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-1/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-8/+8
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-05-29Allow STYLE_OPTION_MONO to be unset from toolkit-created windowLionel Elie Mamane1-25/+0
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-04-14FS_DEBUG is never definedThomas Arnhold1-26/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-3/+0
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock1-0/+10
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock1-75/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-37/+37
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+10
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-17Window::Notify should return boolStephan Bergmann1-3/+3
2013-08-12convert String to OUString in VCLNoel Grandin1-2/+2
2013-02-06replace (Xub)String with OUString in vclChr. Rossmanith1-10/+10
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-3/+3
2013-01-17Personas: Fix one more potential crash.Jan Holesovsky1-6/+7
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara1-12/+4