summaryrefslogtreecommitdiff
path: root/desktop/source/splash
AgeCommit message (Expand)AuthorFilesLines
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-9/+9
2017-02-16drop BitmapMode enumNoel Grandin1-27/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-42/+20
2017-01-19New loplugin:dynexcspec: Add @throws documentation, desktopStephan Bergmann1-0/+1
2016-12-12coverity#1397048 Unchecked return valueCaolán McNamara1-1/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-3/+3
2016-06-27loplugin:singlevalfields in dbaccessNoel Grandin1-4/+1
2016-06-20Convert PART to scoped enumNoel Grandin1-3/+3
2016-05-31Convert ControlType to scoped enumNoel Grandin1-3/+3
2016-05-12warn to info for something that isn't a surpriseCaolán McNamara1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin1-2/+2
2016-03-13quieten debugging soffice startupCaolán McNamara1-3/+3
2016-03-12tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)Rohan Kumar1-15/+6
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-1/+1
2015-12-23loplugin:unusedfields in desktopNoel Grandin2-7/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-6/+6
2015-11-09new loplugin: oncevarNoel Grandin2-6/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-20/+20
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-23desktop: avoid 'using' in headersMiklos Vajna2-12/+10
2015-09-21convert Link<> to typedNoel Grandin1-5/+4
2015-09-12desktop: com::sun::star->cssNoel Grandin4-9/+7
2015-08-14loplugin: defaultparamsNoel Grandin1-4/+4
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-06-24cppcheck: noExplicitConstructorCaolán McNamara2-2/+2
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-06-14surely we only care if *our* window is shown hereCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-06-04tdf#91529 hopefully fixes the issue by painting immediatelyTomaž Vajngerl1-5/+14
2015-05-16refactor desktop classes to use RenderContextTomaž Vajngerl1-11/+11
2015-04-29Fix for gcc 4.6.3Juergen Funk1-1/+1
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-3/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-56/+85
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-17desktop: convert new to ::Create.Michael Meeks1-1/+1
2015-04-10More misc. cleanup.Michael Meeks1-1/+1
2015-04-10splash: de-confuse mixed VCL and UNO reference counting.Michael Meeks1-58/+81
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks1-13/+13
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-1/+7
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-02-12Remove dead implementation specificationStephan Bergmann1-3/+0