summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-09-07don't use a null displayMarkus Mohrhard1-8/+14
2015-09-07avoid some OpenGL calls when vcl OpenGL is not enabledMarkus Mohrhard1-1/+1
2015-09-07windows opengl: fix CppunitTest_writerperfect_writerMiklos Vajna1-0/+4
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-12/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-10/+1
2015-09-07prevent crash with non-vcl OpenGL contextsMarkus Mohrhard1-1/+2
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-07tdf#93884 windows opengl: make space around cached glyphs depend on font sizeMiklos Vajna1-20/+39
2015-09-06Related: tdf#84277 Hide separator only between two windowsMaxim Monastirsky1-35/+36
2015-09-04Minor refactoring and cleanup of Scheduler and Timer.Ashod Nakashian3-81/+62
2015-09-04Reduce nVal scopeStephan Bergmann1-8/+7
2015-09-04Uniformly use if --- else if brachnes hereStephan Bergmann1-5/+1
2015-09-04clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-04clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+0
2015-09-04missing part of natural sort commitCaolán McNamara1-0/+7
2015-09-04tdf#92505 vcl: fix substituting missing glyphsMiklos Vajna1-4/+2
2015-09-04Avoid a SAL_INFO about OpenGL when not using OpenGLTor Lillqvist1-2/+7
2015-09-04fix slider drawing, change to always draw the whole widgetTomaž Vajngerl1-59/+22
2015-09-04vcl: replace boost::ptr_deque with std::deque<std::unique_ptr>Caolán McNamara2-5/+5
2015-09-04Related: tdf#92982 vcl rendercontext: optimize non-buffered paint of CursorMiklos Vajna1-5/+11
2015-09-04convert Link<> to typedNoel Grandin4-15/+9
2015-09-04remove unused Link<> fieldsNoel Grandin1-2/+2
2015-09-03tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky1-1/+17
2015-09-03Fix mis-mergeStephan Bergmann1-6/+6
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-7/+2
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-18/+0
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks1-0/+6
2015-09-03Restored missing includes from source files.Ashod Nakashian2-0/+3
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl5-162/+1
2015-09-03convert Link<> to typedNoel Grandin1-5/+0
2015-09-03convert Link<> to typedNoel Grandin2-5/+3
2015-09-03opengl: let OutputDevice do the bezier subdivisionTomaž Vajngerl1-22/+8
2015-09-02Resolve merge failure: an OutputDevice parameter not WorkWindow.Michael Meeks1-1/+1
2015-09-02Add another vcldemo OpenGL test to try to catch another Windows nasty.Michael Meeks1-4/+43
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks5-4/+21
2015-09-02Don't call GL debugging methods if there is no context.Michael Meeks2-15/+34
2015-09-02Add SAL_DISABLE_GL_WATCHDOG env. var for obvious reasons.Michael Meeks2-1/+3
2015-09-02tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl3-3/+6
2015-09-02tdf#93857 opengl: adapt UniscribeLayout's DrawCachedGlyphs() to FillDXArray()Miklos Vajna1-1/+7
2015-09-02vcl: rename DESKTOP_KDE to DESKTOP_KDE3Michael Stahl3-4/+4
2015-09-02ditch gnome-vfs2 supportCaolán McNamara2-2/+2
2015-09-02tdf#93850 - Defer watchdog during shader compiles.Michael Meeks1-16/+54