summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-09-15Resolves: tdf#93887 distinguish between empty selection lost selectionCaolán McNamara1-1/+4
2015-09-14Resolves: tdf#93778 fixed crashSzymon Kłos1-7/+10
2015-09-11windows opengl: mpProgram seen as 0Miklos Vajna1-0/+6
2015-09-11windows opengl: mpCurrentProgram seen as 0Miklos Vajna1-0/+7
2015-09-11Related: tdf#92982 vcl rendercontext: optimize non-buffered paint of CursorMiklos Vajna1-5/+11
2015-09-11windows opengl: make sure mpLastContext is indeed the current contextMiklos Vajna2-2/+12
2015-09-11tdf#92505 vcl: fix substituting missing glyphsMiklos Vajna1-4/+2
2015-09-10windows opengl: fix CppunitTest_writerperfect_writerMiklos Vajna1-0/+4
2015-09-09OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks1-2/+2
2015-09-08tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks2-2/+17
2015-09-08don't use a null displayMarkus Mohrhard1-8/+14
2015-09-08tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks16-127/+87
2015-09-07avoid some OpenGL calls when vcl OpenGL is not enabledMarkus Mohrhard1-1/+1
2015-09-07tdf#93884 windows opengl: make space around cached glyphs depend on font sizeMiklos Vajna1-20/+39
2015-09-07tdf#93989 - prevent crash with non-vcl OpenGL contextsMarkus Mohrhard1-1/+2
2015-09-04WaE: loplugin:redundantcastTor Lillqvist1-2/+2
2015-09-04WaE: loplugin:unreffunTor Lillqvist1-24/+0
2015-09-03Fix mis-mergeStephan Bergmann1-6/+6
2015-09-03tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky1-1/+17
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks1-0/+6
2015-09-03tdf#93662 - allow GL by default only on recent drivers on recent windows.Michael Meeks1-101/+56
2015-09-03Tweak VCL unit tests for OpenGL.Michael Meeks2-7/+22
2015-09-03opengl: let OutputDevice do the bezier subdivisionTomaž Vajngerl1-22/+8
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-02tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.Michael Meeks1-0/+2
2015-09-02tdf#93850 - Defer watchdog during shader compiles.Michael Meeks1-16/+55
2015-09-02windows opengl: Avoid an unnecessary wglMakeCurrent() call.Jan Holesovsky1-2/+2
2015-09-02loplugin:staticmethodsStephan Bergmann1-1/+1
2015-09-02loplugin:simplifyboolStephan Bergmann1-1/+1
2015-09-02WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist3-5/+5
2015-09-02WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist1-1/+1
2015-09-02tdf#93532 - Bitmap CRC unit tests.Michael Meeks1-0/+60
2015-09-02tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski3-5/+22
2015-09-02tdf#93532 - Switching to 64-bit checksumMarco Cecchetti21-181/+552
2015-09-02windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.Jan Holesovsky1-2/+2
2015-09-01check stream statusCaolán McNamara2-1/+1
2015-09-01tdf#93838 windows opengl: fix vertical text position in UniscribeLayoutMiklos Vajna1-3/+3
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks6-1/+23
2015-09-01tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks7-7/+101
2015-09-01Extended GL painting debug tracing.Michael Meeks2-0/+9
2015-09-01windows opengl: Call InitGLEWDebugging() after we have the context.Jan Holesovsky1-1/+2
2015-09-01windows opengl: Don't paint cached widgets upside down.Jan Holesovsky1-2/+2
2015-09-01Turn on glyph caching by default when using OpenGLTor Lillqvist2-2/+2
2015-09-01Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering"Miklos Vajna1-3/+2
2015-09-01Compensate for the extra two pixels in ImplWinFontEntry::AddChunkOfGlyphs()Tor Lillqvist1-1/+1
2015-09-01tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks4-2/+38