summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-04-09Double dispose protection.Michael Meeks
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09sw: more double dispose work.Michael Meeks
2015-04-09vcl: more double dispose protection.Michael Meeks
2015-04-09vcl: new lifecycle test.Michael Meeks
2015-04-09vcl: add assert and improve lifecycle test.Michael Meeks
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks
2015-04-09vcl: don't emit events on disposed objects & handle some method calls.Michael Meeks
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks
2015-04-09vcl:fixes towards unit test happinessNoel Grandin
2015-04-09vclwidget: add some dispose() checkingNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin
2015-04-09vcl: plugin: check that VclPtr is passed by referenceNoel 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: chain to parent dispose properly.Michael Meeks
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks
2015-04-09vcl: convert MessageDialog to use VclReferences.Michael Meeks
2015-04-09vcl: double dispose protection & unit test.Michael Meeks
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara
2015-04-09Resolves: tdf#90481 fix cropped buttonsCaolán McNamara
2015-04-09NSAppKitVersionNumber is always greater than NSAppKitVersionNumber10_7Robert Antoni Buj Gelonch
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-07fix gtk3 buildCaolán McNamara
2015-04-07invalid index on load of ooo86460-1.xlsCaolán McNamara
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann
2015-04-07vcl tiled rendering: don't do anything with disabled mapmode and mm100 mapunitMiklos Vajna
2015-04-07vcl tiled rendering: fix Writer/Impress invalidation rectangleMiklos Vajna
2015-04-07sc tiled editing: Invalidate graphic selection.Henry Castro
2015-04-04callcatcher: update unusedcodeCaolán McNamara
2015-04-04Pointless to have a macro that is used just onceTor Lillqvist
2015-04-02loplugin:redundantcastStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Resolves: tdf#86399 don't clobber cluster start caret posCaolán McNamara
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02vcl: [loplugin:staticcall]Michael Stahl
2015-04-02fix crash with ooo71962-1.odtCaolán McNamara
2015-04-02loplugin:staticmethodsNoel Grandin