summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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-07tdf#94686: Disable all vendors except for AMD/ATI/Intel/NVIDIA for nowMichael Meeks1-0/+8
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ž Vajngerl2-1/+8
2015-10-05opengl: take row stride into account when reading to 1-bit bitmapTomaž Vajngerl1-15/+21
2015-10-02tdf#94428 - don't use OpenGL font rendering when we're printing.Michael Meeks1-1/+1
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 McNamara2-1/+13
2015-09-28tdf#83252 - Wrong punctuation direction after Chinese characters inMark Hung2-2/+2
2015-09-26Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung2-0/+4
2015-09-21valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convertCaolán McNamara1-2/+2
2015-09-21tdf#94275: core dump when XKeysymToString returns NULLJulien Nabet1-4/+9
2015-09-17deb#795131 plausible fixCaolán McNamara1-0/+2
2015-09-17don't crash with unknown out color spaceCaolán McNamara2-1/+7
2015-09-17opengl: support reading back 1-bit masks from textureTomaž Vajngerl1-12/+46
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks4-3/+12
2015-09-16Fix a merge problem.Jan Holesovsky1-2/+9
2015-09-16opengl: check framebuffer completenessTomaž Vajngerl1-2/+5
2015-09-16opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl2-43/+4
2015-09-16tdf#93814: Added support for caching shader program binaries.Marco Cecchetti6-42/+354
2015-09-16opengl: optimize search for a free slot in texture atlasTomaž Vajngerl1-7/+10
2015-09-16tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl1-10/+12
2015-09-16GL paint-flushing guard re-work.Michael Meeks16-85/+62
2015-09-16tdf#94252 - avoid switching contexts un-necessarily to reduce flicker.Michael Meeks1-0/+9
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 Meeks6-5/+39
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