summaryrefslogtreecommitdiff
path: root/svtools/source/control/tabbar.cxx
AgeCommit message (Expand)Author
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07Abstract out repeated code into a lambdaStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara
2015-09-04convert Link<> to typedNoel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-26Push without PopCaolán McNamara
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-20mbHasInsertTab is not needed anymoreTomaž Vajngerl
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-18WaE: unused-const-variableCaolán McNamara
2015-05-18callcatcher: update unused codeCaolán McNamara
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-17cleanup tabbarTomaž Vajngerl
2015-05-17tabbar: use a button for adding of tabs, move button before tabsTomaž Vajngerl
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11refactor TabBar to use RenderContextTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks
2015-04-28TabBar::GetPageBits return type is TabBarPageBits (aka sal_uInt16)Stephan Bergmann
2015-04-17svtools: convert new to ::Create.Noel Grandin
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10mend misc. lifecycle breakage.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-10tabbar: remove useless whitespace, rearrange constructorTomaž Vajngerl
2015-03-10tabbar: convert ItemList* to ItemList and clean-upTomaž Vajngerl
2015-03-10tabbar: move TabBarList to implTomaž Vajngerl
2015-03-10tabbar: use unique_ptr for buttons, sizer & clean-upTomaž Vajngerl
2015-03-10tabbar: use symbol "plus" instead of image for adding tabsTomaž Vajngerl
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06idle includes and enum useJennifer Liebel