summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Deck.cxx
AgeCommit message (Expand)Author
2019-10-10jsdialogs: emit JSON at idle to avoid repeated emission.Michael Meeks
2019-10-10jsdialogs: set LOKNotifier in DeckSzymon Kłos
2019-10-10sfx2: LOK: route the parent sidebar window instead of the deckAshod Nakashian
2019-10-08lok: only generate sidebar JSON for mobile views, for now.Michael Meeks
2019-10-01jsdialogs: send JSON to the clientSzymon Kłos
2019-08-30Smaller-width animations pane on mobileMuhammet Kara
2019-08-24loplugin:returnconstval in sfx2Noel Grandin
2019-08-20loplugin:constvars in sdext..sfx2Noel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann
2019-07-26sfx2: LOK: resize the sidebar after layouting to avoid scrollbarsAshod Nakashian
2019-07-26sfx: LOK: don't shrink sidebar height below minimumAshod Nakashian
2019-07-25sd: sidebars are now visible in LOOLAshod Nakashian
2019-02-07loplugin:flatten in sfx2Noel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-02-16Revert "loplugin:changetoolsgen in sfx2" and reapply plugin...Noel Grandin
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin
2018-02-08Use for-range loops in sfx2 (part2)Julien Nabet
2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin
2017-07-21loplugin:constparams in sfx2Noel Grandin
2017-07-02loplugin:casttovoid: sfx2Stephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-07tdf#104870 - keep reference on the TitleBar while setting title.Michael Meeks
2017-01-10New loplugin:conststringvar: sfx2Stephan Bergmann
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2015-12-23loplugin:unusedfields in /includeNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-04convert Link<> to typedNoel Grandin
2015-06-22loplugin:passstuffbyrefStephan Bergmann
2015-06-22new uno sidebar api tdf#91806Laurent Godard
2015-05-20Deck, TitleBar - setup background in ApplySettingsTomaž Vajngerl
2015-05-20boost::function to std for sidebar Deck, cleanup a bitTomaž Vajngerl
2015-05-14refactor sidebar classes to use RenderContext, cleanupTomaž Vajngerl
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-05-08callcatcher: update unused codeCaolán McNamara
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann
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-15Properly dispose old sidebar Panels when we switch panel.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-13Re-work sidebar factory to use VclPtr.Michael Meeks
2015-04-13More lifecycle correction.Michael Meeks
2015-04-11Fix more misc. lifecycle mistakes.Michael Meeks