summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-09-14tdf#93814: Added support for caching shader program binaries.private/mcecchetti/gl-program-binaryMarco Cecchetti6-32/+351
2015-09-14convert Link<> to typedNoel Grandin4-14/+11
2015-09-14ImplCallEventListeners and FireVclEvent can take referencesNoel Grandin3-6/+6
2015-09-14list->vectorNoel Grandin3-7/+10
2015-09-14loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-09-14Refactor graphite integration and update graphiteMartin Hosken5-532/+266
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-09-13boost->stdCaolán McNamara4-8/+7
2015-09-12GetCommandLineParamCount() returns sal_uInt16Matteo Casalin2-2/+2
2015-09-12This parameter type should be sal_Int32, for consistencyMatteo Casalin1-1/+1
2015-09-11getFiles refactoring: kde partJulien Nabet5-20/+49
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe44-90/+82
2015-09-11tdf#93480: Don't send an EMPTY Invalidate() on .uno:DefaultBullet.Jan Holesovsky1-2/+0
2015-09-11coverity#1323754 we apparently can survive std::abort for a whileCaolán McNamara1-0/+1
2015-09-11windows opengl: make sure mpLastContext is indeed the current contextMiklos Vajna2-2/+12
2015-09-11convert Link<> to typedNoel Grandin3-31/+24
2015-09-11convert Link<> to typedNoel Grandin2-19/+16
2015-09-11convert Link<> to typedNoel Grandin1-2/+2
2015-09-10coverity#1323752 Logically dead codeCaolán McNamara1-6/+1
2015-09-10coverity#1323759 Uninitialized pointer fieldCaolán McNamara1-2/+3
2015-09-10coverity#1323760 Uninitialized scalar fieldCaolán McNamara1-1/+6
2015-09-10coverity#1323758 Uninitialized pointer fieldCaolán McNamara1-0/+1
2015-09-10Calling empty std::function behaves different than calling empty LinkStephan Bergmann1-1/+4
2015-09-10vcl: fix utterly mysterious error C2064 term does not evaluateMichael Stahl1-1/+1
2015-09-10windows opengl: mpProgram seen as 0Miklos Vajna1-0/+6
2015-09-10windows opengl: mpCurrentProgram seen as 0Miklos Vajna1-0/+7
2015-09-10remove unused Link<> fieldNoel Grandin1-1/+1
2015-09-10convert Link<> to typedNoel Grandin3-10/+15
2015-09-10Fixup low-prio idle's effect on min-period.Michael Meeks1-1/+1
2015-09-10convert Link<> to typedNoel Grandin2-2/+2
2015-09-10convert Link<> to typed, and introduce LinkParamNoneNoel Grandin4-63/+46
2015-09-10convert Link<> to typedNoel Grandin4-12/+8
2015-09-10remove unused Link<> fieldNoel Grandin1-7/+2
2015-09-10convert Link<> to typedNoel Grandin3-8/+8
2015-09-09vcl: restore lost hunk in Scheduler::ImplStartTimer()Miklos Vajna1-0/+5
2015-09-09Revert "add some warnings to non-implemented features"Tor Lillqvist1-4/+4
2015-09-09tdf#92649: Converted pointers to unique_ptr's in vcl/unx/kde4Ryan McCoskrie6-94/+78
2015-09-09Resolves: tdf#93887 distinguish between empty selection lost selectionCaolán McNamara1-1/+4
2015-09-09convert Link<> to typedNoel Grandin5-13/+7
2015-09-09remove unused Link<> fieldNoel Grandin3-62/+0
2015-09-09remove unused Link<> fieldsNoel Grandin2-16/+0
2015-09-09convert Link<> to typedNoel Grandin4-27/+11
2015-09-08OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks1-2/+2
2015-09-08Ensure the scheduler can set longer timeouts.Michael Meeks2-5/+12
2015-09-08tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks2-1/+16
2015-09-08clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks2-7/+11
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks15-121/+71
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin2-10/+3
2015-09-07don't use a null displayMarkus Mohrhard1-8/+14