summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-7/+1
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky4-4/+0
2017-04-20loplugin:unusedmethodsNoel Grandin1-1/+0
2017-04-16logging the simple message is sufficientCaolán McNamara7-14/+14
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-8/+3
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: slideshowStephan Bergmann1-4/+4
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna3-8/+8
2017-03-26Fix typosAndrea Gelmini6-7/+7
2017-03-23convert UpdateFlags to scoped enumNoel Grandin4-39/+44
2017-03-09some OSL_FAIL to SAL_WARNCaolán McNamara7-38/+15
2017-03-08show the last gif frame when the animation endsCaolán McNamara1-3/+6
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-2/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-28new loplugin unoanyNoel Grandin2-7/+7
2017-02-21loplugin:subtlezeroinit: slideshowStephan Bergmann1-1/+1
2017-02-15convert AttributeType to scoped enumNoel Grandin3-200/+181
2017-02-15convert DocTreeNode::NodeType to scoped enumNoel Grandin7-51/+31
2017-02-15drop CycleMode enumNoel Grandin7-67/+14
2017-02-15convert ReverseMethod to scoped enumNoel Grandin3-201/+183
2017-02-14BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE has been defined forever in these filesTor Lillqvist1-10/+1
2017-02-06Add missing #includesStephan Bergmann2-0/+4
2017-02-03new loplugin:unusedenumconstantsNoel Grandin1-1/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin2-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann5-112/+65
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin4-11/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2017-01-17remove SunStudio hacksMichael Stahl1-14/+0
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-1/+1
2017-01-12silence coverity#1371305 Missing move assignment operatorCaolán McNamara1-20/+19
2016-12-15no point in having both SAL_WARN and OSL_FAIL for the same thingNoel Grandin1-4/+0
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin2-2/+2
2016-12-13post glew->epoxy, we don't need to link to win openg32 and mac OpenGLCaolán McNamara1-18/+0
2016-12-13gtk3: implement opengl support for slideshowCaolán McNamara3-43/+46
2016-12-13change from glew to epoxyCaolán McNamara5-13/+3
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin11-77/+55
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin2-2/+2
2016-12-05getVerticesSize got renamed to getVerticesByteSizeCaolán McNamara1-1/+1
2016-12-05rework diamond transition to use only opengl coreCaolán McNamara1-8/+18
2016-12-05loplugin:unnecessaryoverride (dtors) in slideshowStephan Bergmann2-8/+2
2016-12-02warning C4018: '<' : signed/unsigned mismatchStephan Bergmann1-1/+1
2016-12-02get vertices count without jumping through hoopsDavid Tardon2-2/+8
2016-12-02rename to avoid further misunderstandingsDavid Tardon2-3/+3
2016-12-02coverity#1371200 Missing move assignment operatorCaolán McNamara4-49/+48
2016-11-30glDrawArrays takes num of indices, not size of storageCaolán McNamara1-1/+1
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann1-1/+1
2016-11-17loplugin:unusedfieldsNoel Grandin1-22/+0
2016-11-07loplugin:unnecessaryvirtual in sfx2..svtoolsNoel Grandin4-22/+8
2016-11-06tdf#103696 ensure glm always uses radiansDavid Tardon1-0/+4