summaryrefslogtreecommitdiff
path: root/vcl/source/control/tabctrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-22jsdialog: fix tabcontrol json structureSzymon Kłos1-4/+23
2020-12-07move various notebookbar widgets into vclCaolán McNamara1-1/+1
2020-12-03don't need to include button.hxx hereCaolán McNamara1-0/+5
2020-11-04loplugin:unusedmethodsNoel1-25/+6
2020-10-19use tools::Long in vclNoel1-51/+51
2020-09-02tdf#136331 implement applying atk properties to tab pagesCaolán McNamara1-0/+34
2020-08-04loplugin:flatten in vclNoel Grandin1-156/+156
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin1-15/+12
2020-06-24jsdialog: send selected tab and namesSzymon Kłos1-0/+2
2020-06-23move ListBox to toolkit-only headersCaolán McNamara1-1/+1
2020-06-16tdf#133877 use optimal size for hamburger buttonJan-Marek Glogowski1-4/+4
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-05-20jsdialog: send tab namesSzymon Kłos1-0/+18
2020-05-15loplugin:unnecessaryvirtualNoel Grandin1-1/+0
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara1-1/+1
2020-04-25controllayout.hxx can be a toolkit-only headerCaolán McNamara1-1/+1
2020-04-25tdf#123292 notebookbar: vertical align for shortcuts toolbarSzymon Kłos1-2/+6
2020-04-22Include <deque>Mike Kaganski1-0/+1
2020-04-17loplugin:buriedassign in vclNoel Grandin1-4/+3
2019-12-13loplugin:unusedmethodsNoel Grandin1-23/+0
2019-10-19loplugin:unusedfieldsNoel Grandin1-10/+1
2019-10-04loplugin:unusedmethodsNoel Grandin1-16/+0
2019-10-03loplugin:virtualdeadNoel Grandin1-1/+0
2019-08-20loplugin:constvars in vclNoel Grandin1-1/+1
2019-07-08tdf#126266 adjust calculations for invisble tabsJan-Marek Glogowski1-55/+59
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen1-2/+0
2019-06-21VCL constify ImplTabItem::m_nIdJan-Marek Glogowski1-38/+45
2019-06-21tdf#105884 Qt5 implement TabControl themingJan-Marek Glogowski1-9/+22
2019-06-21VCL merge most of NotebookbarTabControlBaseJan-Marek Glogowski1-426/+143
2019-06-12Revert "improve empty tools::Rectangle (width)"Noel Grandin1-1/+1
2019-06-07improve empty tools::Rectangle (width)Noel Grandin1-1/+1
2019-05-13handle empty tools::Rectangle in vclNoel Grandin1-2/+4
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-3/+1
2018-11-30loplugin:unusedmethodsNoel Grandin1-10/+0
2018-11-27remove unused HelpEventMode enum valueNoel Grandin1-12/+0
2018-11-12Fix typosAndrea Gelmini1-1/+1
2018-11-12loplugin:singlevalfields in vclNoel Grandin1-5/+0
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin1-1/+2
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-12Fix typoAndrea Gelmini1-1/+1
2018-05-11[GSoC]Notebookbar: Hamburger icon is now well alignedKshitij Pathania1-1/+1
2018-05-11tdf#117549 crash with focus setting during disposingCaolán McNamara1-1/+4
2018-04-24loplugin:useuniqueptr in TabControlNoel Grandin1-3/+2
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-96/+96