summaryrefslogtreecommitdiff
path: root/vcl/source/window/layout.cxx
AgeCommit message (Expand)Author
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-10-06loplugin:mergeclassesNoel Grandin
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-20convert Link<> to typedNoel Grandin
2015-09-14convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-13More lifecycle correction.Michael Meeks
2015-04-10get messagebox dispose ordering right.Michael Meeks
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin
2015-04-09vcl: a couple more places that shouldn't be stack-allocating Window objectsNoel Grandin
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin
2015-04-09vcl: implement upcasting of VclReference typesNoel Grandin
2015-04-09vcl: convert MessageDialog to use VclReferences.Michael Meeks
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin
2015-03-27convert BUTTON_ constants to enum classNoel Grandin
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Fix 32bit build.Jan Holesovsky
2014-12-17vcl: Sidebar corner case.Jan Holesovsky
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-15vcl: let the Dialog ctor take an OUStringMiklos Vajna
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-29Resolves: rhbz#1146169 a11y frames label dies before frameCaolán McNamara
2014-10-29ref-counting vcl::Window subclassesNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-25coverity#1241396 Uninitialized pointer fieldCaolán McNamara