summaryrefslogtreecommitdiff
path: root/vcl/source/window/layout.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-01prototype native gtk3 .ui loading message dialogfeature/gtk3nativedialogsCaolán McNamara1-4/+10
2015-07-01some random tweaksCaolán McNamara1-21/+40
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
2014-09-08make this ctor of MessageDialog for the builder onlyCaolán McNamara1-1/+0
2014-09-08return RET_CANCEL for ui-previewerCaolán McNamara1-0/+2
2014-08-20add a VclViewportCaolán McNamara1-6/+23
2014-08-19only subtract height of hscroll if visibleCaolán McNamara1-2/+5
2014-08-19facepalm: nAvailHeight is not derived from allocation WidthCaolán McNamara1-1/+1
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara1-2/+2