summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-09-06Related: tdf#84277 Hide separator only between two windowsMaxim Monastirsky
2015-09-04Minor refactoring and cleanup of Scheduler and Timer.Ashod Nakashian
2015-09-04Reduce nVal scopeStephan Bergmann
2015-09-04Uniformly use if --- else if brachnes hereStephan Bergmann
2015-09-04clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-04clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-04missing part of natural sort commitCaolán McNamara
2015-09-04tdf#92505 vcl: fix substituting missing glyphsMiklos Vajna
2015-09-04Avoid a SAL_INFO about OpenGL when not using OpenGLTor Lillqvist
2015-09-04fix slider drawing, change to always draw the whole widgetTomaž Vajngerl
2015-09-04vcl: replace boost::ptr_deque with std::deque<std::unique_ptr>Caolán McNamara
2015-09-04Related: tdf#92982 vcl rendercontext: optimize non-buffered paint of CursorMiklos Vajna
2015-09-04convert Link<> to typedNoel Grandin
2015-09-04remove unused Link<> fieldsNoel Grandin
2015-09-03tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky
2015-09-03Fix mis-mergeStephan Bergmann
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks
2015-09-03Restored missing includes from source files.Ashod Nakashian
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl
2015-09-03convert Link<> to typedNoel Grandin
2015-09-03convert Link<> to typedNoel Grandin
2015-09-03opengl: let OutputDevice do the bezier subdivisionTomaž Vajngerl
2015-09-02Resolve merge failure: an OutputDevice parameter not WorkWindow.Michael Meeks
2015-09-02Add another vcldemo OpenGL test to try to catch another Windows nasty.Michael Meeks
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks
2015-09-02Don't call GL debugging methods if there is no context.Michael Meeks
2015-09-02Add SAL_DISABLE_GL_WATCHDOG env. var for obvious reasons.Michael Meeks
2015-09-02tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl
2015-09-02tdf#93857 opengl: adapt UniscribeLayout's DrawCachedGlyphs() to FillDXArray()Miklos Vajna
2015-09-02vcl: rename DESKTOP_KDE to DESKTOP_KDE3Michael Stahl
2015-09-02ditch gnome-vfs2 supportCaolán McNamara
2015-09-02tdf#93850 - Defer watchdog during shader compiles.Michael Meeks
2015-09-02tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.Michael Meeks
2015-09-02windows opengl: Avoid an unnecessary wglMakeCurrent() call.Jan Holesovsky
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
2015-09-01More useful param typeStephan Bergmann
2015-09-01More vcl unit test headers for good measure.Michael Meeks
2015-09-01vcl: evidently that test needs glew headers nowMichael Stahl
2015-09-01Fixup CRC related unit tests for now.Michael Meeks
2015-09-01Tweak VCL unit tests for OpenGL.Michael Meeks
2015-09-01WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist
2015-09-01WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist
2015-09-01windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.Jan Holesovsky
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti
2015-09-01Modified CRC test in order to fix test failure on OSXMarco Cecchetti
2015-09-01tdf#93532 - Bitmap CRC unit tests.Michael Meeks