summaryrefslogtreecommitdiff
path: root/vcl/source/control/tabctrl.cxx
AgeCommit message (Expand)Author
2023-06-29increase space around tabbed pane titlesNoel Grandin
2023-06-29maLayoutLineToPageId and maLayoutPageIdToLine are dead.Noel Grandin
2023-06-28these TAB_ constants do not need to be in the header fileNoel Grandin
2023-06-23tdf#141136 NBB SetContext: try to stay on the same tabJustin Luth
2023-06-23tdf#141136 NBB SetContext: don't SetCurPageId twice for the same pageJustin Luth
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-26tdf#126632 tdf#152908 Resize the notebook bar on context changeJim Raykowski
2022-11-20Fix sending empty tab pages to onlineNickWingate
2022-10-27calculate the header bounds even for !bPaneWithHeader caseCaolán McNamara
2022-10-26tab items not exactly centeredCaolán McNamara
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock
2022-08-22DumpAsPropertyTree: use more efficient overloads of JsonWriter::putMike Kaganski
2022-06-03implement "show-tabs" for TabControlCaolán McNamara
2022-01-26move ToolBoxItemId into its own headerCaolán McNamara
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-08-08no need to allocate ControlLayoutData separatelyNoel Grandin
2021-07-30flatten vcl::ImplControlDataNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-02-11jsdialog: properly export visibility of tabSzymon Kłos
2021-02-11Related: tdf#139667 allow TabControl tabs to always show tooltipsCaolán McNamara
2021-02-11ImplGetTabRect(ImplTabItem*) variant always returns 0 with default argsCaolán McNamara
2021-01-22jsdialog: fix tabcontrol json structureSzymon Kłos
2020-12-07move various notebookbar widgets into vclCaolán McNamara
2020-12-03don't need to include button.hxx hereCaolán McNamara
2020-11-04loplugin:unusedmethodsNoel
2020-10-19use tools::Long in vclNoel
2020-09-02tdf#136331 implement applying atk properties to tab pagesCaolán McNamara
2020-08-04loplugin:flatten in vclNoel Grandin
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-06-24jsdialog: send selected tab and namesSzymon Kłos
2020-06-23move ListBox to toolkit-only headersCaolán McNamara
2020-06-16tdf#133877 use optimal size for hamburger buttonJan-Marek Glogowski
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-20jsdialog: send tab namesSzymon Kłos
2020-05-15loplugin:unnecessaryvirtualNoel Grandin
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara
2020-04-25controllayout.hxx can be a toolkit-only headerCaolán McNamara
2020-04-25tdf#123292 notebookbar: vertical align for shortcuts toolbarSzymon Kłos
2020-04-22Include <deque>Mike Kaganski
2020-04-17loplugin:buriedassign in vclNoel Grandin
2019-12-13loplugin:unusedmethodsNoel Grandin
2019-10-19loplugin:unusedfieldsNoel Grandin
2019-10-04loplugin:unusedmethodsNoel Grandin
2019-10-03loplugin:virtualdeadNoel Grandin
2019-08-20loplugin:constvars in vclNoel Grandin
2019-07-08tdf#126266 adjust calculations for invisble tabsJan-Marek Glogowski
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-06-21VCL constify ImplTabItem::m_nIdJan-Marek Glogowski