summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/TabBar.cxx
AgeCommit message (Expand)Author
2019-04-05tdf#42949 Fix IWYU warnings in include/sfx2/sidebar/*Gabor Kelemen
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-02-22loplugin:unusedfields in sfx2Noel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-10-18tdf#120231 Focus to document on sidebar tabbar deck tab clickJim Raykowski
2018-10-10Unhardcode sidebar used customizable key bindingsJim Raykowski
2018-10-05tdf#85850 Pass CTRL+F5 event in sidebar to parent classesJim Raykowski
2018-09-27tdf#120122 Fix key input being passed to doc view from floating sidebarJim Raykowski
2018-08-29tdf#119461 Fix focus hidden on deck collapseJim Raykowski
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-02-08Use for-range loops in sfx2 (part2)Julien Nabet
2018-02-06tdf#115451 Set focus on sidebar deck button when clickedJim Raykowski
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sfx2 module away from OSL_ASSERT to assertChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-10-29HiDPI: remove unneeded image scaling when HiDPI is enabledTomaž Vajngerl
2016-10-07we don't need the code, but we need the images in the src fileCaolán McNamara
2016-10-07Revert "SidebarResource doesn't do anything useful"Caolán McNamara
2016-10-06SidebarResource doesn't do anything usefulCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-06-03Resolves: tdf#96008 crash when an extension with legacy decks is installedCaolán McNamara
2016-03-24tdf#97398: Toggle deck/panel visibility individually for each appKatarina Behrens
2015-11-20tdf#67770 store sidebar elements statesLaurent Godard
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28handle scrollwheel events in TabBar of SidebarBjoern Michaelsen
2015-08-31tdf#87009 Add a tooltip to the sidebar settings buttonMaxim Monastirsky
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-31sfx2: replace boost::function with std::functionMichael Stahl
2015-06-22new uno sidebar api tdf#91806Laurent Godard
2015-05-14refactor sidebar classes to use RenderContext, cleanupTomaž Vajngerl
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-05-07tdf#90994 Sidebar tab bar buttons should should have accessible namesNiklas Johansson
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks
2015-04-10lingering smart_ptr 'reset' -> disposeAndClear.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin