summaryrefslogtreecommitdiff
path: root/vcl/source/control/tabctrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12convert Link<> to typedNoel Grandin1-2/+1
2015-10-01Fix typosAndrea Gelmini1-2/+2
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-7/+7
2015-09-21convert Link<> to typedNoel Grandin1-6/+4
2015-08-11loplugin: defaultparamsNoel Grandin1-5/+5
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-2/+2
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-1/+1
2015-05-27convert DLGWINDOW constants to scoped enumNoel Grandin1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-2/+2
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-5/+5
2015-05-21convert TABITEM constants to scoped enumNoel Grandin1-4/+4
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-16refactor Tab item drawing to RenderContextTomaž Vajngerl1-84/+81
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin1-1/+1
2015-05-12fix buildCaolán McNamara1-9/+0
2015-05-11gtk3: get the native tab item padding and borders sizeCaolán McNamara1-7/+12
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-07refactor "TabControl" to use RenderContextTomaž Vajngerl1-87/+92
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-6/+6
2015-04-30gtk3: use different colors for the different states of a tabCaolán McNamara1-25/+39
2015-04-30gtk3: Set tab normal/rollover/hightlight text colorsCaolán McNamara1-1/+1
2015-04-29Protect against event emission during dispose.Michael Meeks1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28better tab header areaCaolán McNamara1-1/+1
2015-04-28gtk3: implement notebook header supportCaolán McNamara1-0/+16
2015-04-28odd unnecessary castCaolán McNamara1-2/+2
2015-04-28bNativeOK variable is not necessaryCaolán McNamara1-4/+5
2015-04-28trivial clarificationCaolán McNamara1-2/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks1-17/+21
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-17/+21
2015-04-28gtk3: use native tab item sizeCaolán McNamara1-1/+1
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara1-1/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-16/+12
2015-04-09prophylactic double dispose audit.Michael Meeks1-2/+2
2015-04-09vcl: window destructors calling disposeNoel Grandin1-0/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-01-19Resolves: fdo#88417 Dropdown for ruler settings should show radio buttonsCaolán McNamara1-1/+1
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-6/+6
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-3/+3
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-10/+10
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-5/+5
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2