summaryrefslogtreecommitdiff
path: root/sfx2/source/control/thumbnailview.cxx
AgeCommit message (Expand)Author
2018-05-02loplugin:useuniqueptr in ThumbnailViewNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-11-13Fix typosAndrea Gelmini
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-07-21loplugin:constparams in sfx2Noel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-26Fix typosAndrea Gelmini
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-10-27loplugin:expandablemethods in sfx2Noel Grandin
2016-10-11loplugin:unnecessaryoverride in sfx2Noel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-09loplugin:constantparam in sfx2Noel Grandin
2016-09-04tdf#101852 Revert "tdf#101779 Allow multiline tooltips in template manager"Maxim Monastirsky
2016-08-31tdf#101779 Allow multiline tooltips in template managerMaxim Monastirsky
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin
2016-06-11coverity#1202784 Division or modulo by zeroCaolán McNamara
2016-06-08Disable multiselection in Impress Template SelectionAkshay Deep
2016-06-07Missing selected + hover state in Template ManagerAkshay Deep
2016-05-31Remove inline renaming of title in ThumbnailViewItemAkshay Deep
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-17boost->stdCaolán McNamara
2015-09-04convert Link<> to typedNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-31sfx2: replace boost::function with std::functionMichael Stahl
2015-06-30tdf#90452: Templates should adhere to the recent docs colors too.Jan Holesovsky
2015-06-30tdf#90452: Implement the new design of the startcenter.Jan Holesovsky
2015-06-18fix start center renderingLászló Németh
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-14refactor Template and ThumbnailView to use RenderContextTomaž Vajngerl
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks