summaryrefslogtreecommitdiff
path: root/vcl/source/window/layout.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12convert Link<> to typedNoel Grandin1-1/+1
2015-10-06loplugin:unusedmethodsNoel Grandin1-8/+0
2015-10-06loplugin:mergeclassesNoel Grandin1-25/+49
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-20convert Link<> to typedNoel Grandin1-3/+2
2015-09-14convert Link<> to typedNoel Grandin1-3/+2
2015-09-04convert Link<> to typedNoel Grandin1-6/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-20/+20
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-46/+90
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-20vcl: convert new to ::CreateMichael Meeks1-16/+16
2015-04-13More lifecycle correction.Michael Meeks1-1/+0
2015-04-10get messagebox dispose ordering right.Michael Meeks1-4/+4
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin1-0/+5
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-0/+14
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-15/+20
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin1-0/+6
2015-04-09vcl: a couple more places that shouldn't be stack-allocating Window objectsNoel Grandin1-5/+5
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin1-10/+11
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-1/+1
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin1-25/+25
2015-04-09vcl: implement upcasting of VclReference typesNoel Grandin1-9/+8
2015-04-09vcl: convert MessageDialog to use VclReferences.Michael Meeks1-29/+24
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks1-1/+21
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin1-2/+2
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin1-1/+1
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-2/+2
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-17Fix 32bit build.Jan Holesovsky1-2/+2
2014-12-17vcl: Sidebar corner case.Jan Holesovsky1-2/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-11-15vcl: let the Dialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-29Resolves: rhbz#1146169 a11y frames label dies before frameCaolán McNamara1-1/+12
2014-10-29ref-counting vcl::Window subclassesNoel Grandin1-45/+45
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-25coverity#1241396 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-84/+84
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12harden access to OUString[0]Norbert Thiebaud1-1/+1