summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-09-19Fix a merge problem.Jan Holesovsky
2015-09-19opengl: check framebuffer completenessTomaž Vajngerl
2015-09-19opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl
2015-09-19tdf#93814: Added support for caching shader program binaries.Marco Cecchetti
2015-09-19opengl: optimize search for a free slot in texture atlasTomaž Vajngerl
2015-09-19tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl
2015-09-19GL paint-flushing guard re-work.Michael Meeks
2015-09-19tdf#94252 - avoid switching contexts un-necessarily to reduce flicker.Michael Meeks
2015-09-19tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks
2015-09-19tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks
2015-09-19Resolves: tdf#93887 distinguish between empty selection lost selectionCaolán McNamara
2015-09-19Resolves: tdf#93778 fixed crashSzymon Kłos
2015-09-19windows opengl: mpProgram seen as 0Miklos Vajna
2015-09-19windows opengl: mpCurrentProgram seen as 0Miklos Vajna
2015-09-19Related: tdf#92982 vcl rendercontext: optimize non-buffered paint of CursorMiklos Vajna
2015-09-19windows opengl: make sure mpLastContext is indeed the current contextMiklos Vajna
2015-09-19tdf#92505 vcl: fix substituting missing glyphsMiklos Vajna
2015-09-19windows opengl: fix CppunitTest_writerperfect_writerMiklos Vajna
2015-09-19OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks
2015-09-19tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks
2015-09-19don't use a null displayMarkus Mohrhard
2015-09-19tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks
2015-09-19avoid some OpenGL calls when vcl OpenGL is not enabledMarkus Mohrhard
2015-09-19tdf#93884 windows opengl: make space around cached glyphs depend on font sizeMiklos Vajna
2015-09-19tdf#93989 - prevent crash with non-vcl OpenGL contextsMarkus Mohrhard
2015-09-19WaE: loplugin:redundantcastTor Lillqvist
2015-09-19WaE: loplugin:unreffunTor Lillqvist
2015-09-19Fix mis-mergeStephan Bergmann
2015-09-19tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky
2015-09-19tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks
2015-09-19tdf#93662 - allow GL by default only on recent drivers on recent windows.Michael Meeks
2015-09-19Tweak VCL unit tests for OpenGL.Michael Meeks
2015-09-19opengl: let OutputDevice do the bezier subdivisionTomaž Vajngerl
2015-09-19tdf#93867 - clear current GL context before thread switch.Michael Meeks
2015-09-19Don't call GL debugging methods if there is no context.Michael Meeks
2015-09-19Add SAL_DISABLE_GL_WATCHDOG env. var for obvious reasons.Michael Meeks
2015-09-19tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl
2015-09-19tdf#93857 opengl: adapt UniscribeLayout's DrawCachedGlyphs() to FillDXArray()Miklos Vajna
2015-09-19tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.Michael Meeks
2015-09-19tdf#93850 - Defer watchdog during shader compiles.Michael Meeks
2015-09-19windows opengl: Avoid an unnecessary wglMakeCurrent() call.Jan Holesovsky
2015-09-19loplugin:staticmethodsStephan Bergmann
2015-09-19loplugin:simplifyboolStephan Bergmann
2015-09-19WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist
2015-09-19WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist
2015-09-19tdf#93532 - Bitmap CRC unit tests.Michael Meeks
2015-09-19tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski
2015-09-19tdf#93532 - Switching to 64-bit checksumMarco Cecchetti
2015-09-19windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.Jan Holesovsky
2015-09-19check stream statusCaolán McNamara