summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2015-10-24tdf#94138 fix printing of edit form fieldsTomaž Vajngerl2-1/+3
2015-10-20tdf#94495 - protect lstbox usage post-dispose, and fix ItemWin focus.Michael Meeks1-1/+19
2015-10-20Resolves: tdf#94848 crash on focus with un-cleared but dead mpSubEditDennis Francis2-0/+72
2015-10-20tdf#94384 fix black icons with OpenGL enabled on WindowsTomaž Vajngerl1-1/+5
2015-10-12Don't re-read the same glsl files over and over againTor Lillqvist1-4/+17
2015-10-06don't allocate (by eraseing) an un-initialized 1x1 virtual deviceTomaž Vajngerl1-4/+6
2015-10-06create "disabled" image (icon) only if the original changesTomaž Vajngerl1-1/+6
2015-10-01vcl: clean up before error returns in OpenGLContext::ImplInit()Michael Stahl1-0/+10
2015-09-28wmf spec says that these are only allowed bitcount valuesCaolán McNamara1-1/+13
2015-09-28tdf#83252 - Wrong punctuation direction after Chinese characters inMark Hung1-1/+1
2015-09-21valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convertCaolán McNamara1-2/+2
2015-09-17don't crash with unknown out color spaceCaolán McNamara1-1/+7
2015-09-16tdf#93814: Added support for caching shader program binaries.Marco Cecchetti2-30/+274
2015-09-16GL paint-flushing guard re-work.Michael Meeks3-25/+49
2015-09-16tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks2-1/+15
2015-09-16tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks2-0/+11
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 Vajna1-2/+11
2015-09-11tdf#92505 vcl: fix substituting missing glyphsMiklos Vajna1-4/+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 Meeks4-55/+32
2015-09-07avoid some OpenGL calls when vcl OpenGL is not enabledMarkus Mohrhard1-1/+1
2015-09-07tdf#93989 - prevent crash with non-vcl OpenGL contextsMarkus Mohrhard1-1/+2
2015-09-03Fix mis-mergeStephan Bergmann1-6/+6
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks1-0/+6
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks2-1/+15
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 Meeks1-1/+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:simplifyboolStephan Bergmann1-1/+1
2015-09-02tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski1-5/+5
2015-09-02tdf#93532 - Switching to 64-bit checksumMarco Cecchetti10-172/+301
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 McNamara1-1/+1
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks1-0/+3
2015-09-01tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks1-0/+5
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-01Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering"Miklos Vajna1-3/+2
2015-09-01tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks1-0/+20
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#93822 - disable horror legacy menu background saving for OpenGL.Michael Meeks1-0/+5
2015-08-31vcl: Improve management of mnRef0Count.Jan Holesovsky1-3/+12
2015-08-31Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks1-12/+12
2015-08-31tdf#93798 - avoid apitrace provoked infinite loop dumping errors.Michael Meeks1-3/+13