summaryrefslogtreecommitdiff
path: root/vcl/source/control/throbber.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-1/+1
2017-07-20loplugin:unusedfields in vclNoel Grandin1-14/+4
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-5/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-05-30Convert ImageSet to scoped enumNoel Grandin1-13/+13
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-2/+2
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-2/+2
2015-12-03uno::Sequence->std::vector in vcl::ThrobberNoel Grandin1-10/+0
2015-11-18com::sun::star->css in vcl/Noel Grandin1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4
2015-08-16Throbber: remove redundant field and fix conversion warningsMatteo Casalin1-5/+5
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-4/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: window destructors calling disposeNoel Grandin1-0/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-05-26callcatcher: update unused codeCaolán McNamara1-15/+0
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-5/+4
2013-09-04remove macro breaking 'make vcl debug=T'Bjoern Michaelsen1-1/+0
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile1-2/+2
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-04-29fdo#39468 Translation and cleanupChris Sherlock1-7/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-04-04unwind tangled mess around spinner buttonsMichael Meeks1-46/+8
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/[source,null]Chr. Rossmanith1-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-2/+4
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz1-1/+6
2011-11-27remove include of pch header from vclNorbert Thiebaud1-1/+0
2011-07-14add missing mode-linesCaolán McNamara1-0/+3
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-0/+325
2011-01-28dba34b: do not use a throbber image which doesn't fit into the windowFrank Schoenheit [fs]1-0/+7
2010-11-30dba34b: include limits headerFrank Schoenheit [fs]1-0/+2
2010-10-11dba34b: #i112779# auto-HC for the VCL-Throbber, tooFrank Schoenheit [fs]1-19/+52
2010-10-11dba34b: #i112779# move throbber images from res/shared/* to shared/*, and add...Frank Schoenheit [fs]1-1/+1
2010-10-11dba34b: during #i112779#: don't hold an extra BitmapEx in ImageControl, use b...Frank Schoenheit [fs]1-2/+2
2010-10-07dba34b: outsourced the Throbber_Impl from toolkit to VCL, promoted to a 'real...Frank Schoenheit [fs]1-0/+283