summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-01tdf#93530 - glClear our depth, stencil and buffer contents on init.Michael Meeks1-0/+5
2015-09-01vcl opengl: fix setting up debug context on WindowsMiklos Vajna1-7/+22
2015-09-01get rid of a few thousand unnecessary OpenGL callsMarkus Mohrhard1-2/+5
2015-09-01tdf#93736 opengl: use "old" SubdivideBezier when drawing PolyLinesTomaž Vajngerl1-19/+14
2015-09-01tdf#93822 - disable horror legacy menu background saving for OpenGL.Michael Meeks1-0/+5
2015-08-31vcl: Improve management of mnRef0Count.Jan Holesovsky3-5/+20
2015-08-31Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks3-25/+25
2015-08-31tdf#93798 - avoid apitrace provoked infinite loop dumping errors.Michael Meeks1-3/+13
2015-08-31VclPtr: no dialog loaded from a .ui ever actually destructedCaolán McNamara1-0/+1
2015-08-31WaE: remove unused parameter.Michael Meeks1-1/+1
2015-08-30tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks1-0/+2
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-3/+3