summaryrefslogtreecommitdiff
path: root/vcl/source/control/throbber.cxx
AgeCommit message (Expand)Author
2019-08-31throbber.hxx only used by vcl and toolkit nowCaolán McNamara
2019-07-21loplugin:referencecasting in vbahelper..vclNoel Grandin
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-07-20loplugin:unusedfields in vclNoel Grandin
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-05-30Convert ImageSet to scoped enumNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2015-12-03uno::Sequence->std::vector in vcl::ThrobberNoel Grandin
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-16Throbber: remove redundant field and fix conversion warningsMatteo Casalin
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-26callcatcher: update unused codeCaolán McNamara
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
2013-09-04remove macro breaking 'make vcl debug=T'Bjoern Michaelsen
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-04-29fdo#39468 Translation and cleanupChris Sherlock
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-04unwind tangled mess around spinner buttonsMichael Meeks
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/[source,null]Chr. Rossmanith
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-07-14add missing mode-linesCaolán McNamara
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-01-28dba34b: do not use a throbber image which doesn't fit into the windowFrank Schoenheit [fs]
2010-11-30dba34b: include limits headerFrank Schoenheit [fs]
2010-10-11dba34b: #i112779# auto-HC for the VCL-Throbber, tooFrank Schoenheit [fs]
2010-10-11dba34b: #i112779# move throbber images from res/shared/* to shared/*, and add...Frank Schoenheit [fs]
2010-10-11dba34b: during #i112779#: don't hold an extra BitmapEx in ImageControl, use b...Frank Schoenheit [fs]
2010-10-07dba34b: outsourced the Throbber_Impl from toolkit to VCL, promoted to a 'real...Frank Schoenheit [fs]