summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/tabbar.cxx
Commit message (Expand)AuthorAgeFilesLines
* rendercontext: Mass fix of using the wrong size.Jan Holesovsky2015-08-061-3/+3
* convert POINTER constants to scoped enumNoel Grandin2015-05-291-1/+1
* Push without PopCaolán McNamara2015-05-261-2/+3
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-261-3/+3
* mbHasInsertTab is not needed anymoreTomaž Vajngerl2015-05-201-3/+1
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-2/+2
* WaE: unused-const-variableCaolán McNamara2015-05-181-1/+0
* callcatcher: update unused codeCaolán McNamara2015-05-181-17/+0
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-181-16/+11
* cleanup tabbarTomaž Vajngerl2015-05-171-373/+378
* tabbar: use a button for adding of tabs, move button before tabsTomaž Vajngerl2015-05-171-32/+37
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-4/+3
* refactor TabBar to use RenderContextTomaž Vajngerl2015-05-111-265/+246
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-6/+6
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-051-5/+3
* Gradually typed LinkStephan Bergmann2015-04-301-1/+1
* replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2015-04-291-3/+3
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-3/+3
* Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks2015-04-281-30/+34
|\
| * svtools: convert new to ::Create.Noel Grandin2015-04-171-6/+6
| * ScopedVclPtr: needs an = operator to make life flow.Michael Meeks2015-04-101-0/+6
| * re-insert erroneously converted delete calls.Michael Meeks2015-04-101-17/+7
| * mend misc. lifecycle breakage.Michael Meeks2015-04-101-9/+5
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-15/+21
| * svtools: apply vcl::window refcounting changesNoel Grandin2015-04-091-0/+6
* | TabBar::GetPageBits return type is TabBarPageBits (aka sal_uInt16)Stephan Bergmann2015-04-281-1/+1
|/
* loplugin:staticmethodsNoel Grandin2015-04-021-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* tabbar: remove useless whitespace, rearrange constructorTomaž Vajngerl2015-03-101-164/+12
* tabbar: convert ItemList* to ItemList and clean-upTomaž Vajngerl2015-03-101-96/+109
* tabbar: move TabBarList to implTomaž Vajngerl2015-03-101-90/+94
* tabbar: use unique_ptr for buttons, sizer & clean-upTomaž Vajngerl2015-03-101-105/+106
* tabbar: use symbol "plus" instead of image for adding tabsTomaž Vajngerl2015-03-101-12/+5
* Idle: Changed to new enum nameTobias Madl2015-03-061-1/+1
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-061-1/+1
* idle includes and enum useJennifer Liebel2015-03-061-1/+1
* use DrawHandle for drawing of tab sizer in tabbarTomaž Vajngerl2015-03-061-29/+3
* tabbar: scroll tabs with wheelTomaž Vajngerl2015-03-061-1/+25
* add margin before/after button handles in tabbarTomaž Vajngerl2015-03-051-1/+8
* in tabbar - don't show tab background on tab add (plus icon)Tomaž Vajngerl2015-03-021-1/+0
* tabbar buttons next/previous act as last/first if MOD1 is pressedTomaž Vajngerl2015-03-021-11/+33
* make tabbar buttons flat by defaultTomaž Vajngerl2015-03-021-1/+1
* cleanup TabBar's ImplTabButtonTomaž Vajngerl2015-03-021-22/+23
* variable is assigned the same value twiceMarkus Mohrhard2015-03-011-1/+0
* fix self-assignmentDavid Tardon2015-03-011-6/+4
* TyposJulien Nabet2015-02-261-1/+1
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-3/+3
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-121-5/+4