summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2015-09-07don't use a null displayMarkus Mohrhard
2015-09-07avoid some OpenGL calls when vcl OpenGL is not enabledMarkus Mohrhard
2015-09-07prevent crash with non-vcl OpenGL contextsMarkus Mohrhard
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
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-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-03convert Link<> to typedNoel Grandin
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#93850 - Defer watchdog during shader compiles.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-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-01Removed no more needed code in ImpBitmap::ImplGetChecksuMarco Cecchetti
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks
2015-09-01windows opengl: Call InitGLEWDebugging() after we have the context.Jan Holesovsky
2015-09-01Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering"Miklos Vajna
2015-08-31tdf#93822 - disable horror legacy menu background saving for OpenGL.Michael Meeks
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-08-31tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks
2015-08-31Extended GL painting debug tracing.Michael Meeks
2015-08-31tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski
2015-08-31other bitmap methods check for bad_allocCaolán McNamara
2015-08-31vcl: try to disable font cache in CppUnit testsMichael Stahl
2015-08-31check stream statusCaolán McNamara