summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-11-03svx: add result of "badstatics" plugin to fix abuse of VCL BitmapsMichael Stahl1-1/+1
2015-10-30tdf#94138 also apply settings when printing (Draw call)Tomaž Vajngerl1-0/+2
2015-10-28tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann9-143/+82
2015-10-28tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn2-6/+45
2015-10-27take the world scaling factor for fonts, but not the rotationCaolán McNamara1-2/+12
2015-10-27afl-eventtesting: crash on undoing insert new page in impressCaolán McNamara1-0/+0
2015-10-27tdf#95096 avoid invalid cursor position exceptionJustin Luth1-2/+5
2015-10-23tdf#94138 fix printing of edit form fieldsTomaž Vajngerl2-1/+3
2015-10-22tdf#94384 change the black icons fix for LO 5.0Tomaž Vajngerl1-3/+24
2015-10-18tdf#94936 Update the button removal hack to 3.18Maxim Monastirsky1-1/+5
2015-10-15Resolves: tdf#94848 crash on focus with un-cleared but dead mpSubEditDennis Francis2-0/+72
2015-10-15tdf#94495 - protect lstbox usage post-dispose, and fix ItemWin focus.Michael Meeks1-1/+19
2015-10-14tdf#94384 fix black icons with OpenGL enabled on WindowsTomaž Vajngerl1-20/+3
2015-10-09Don't re-read the same glsl files over and over againTor Lillqvist1-4/+20
2015-10-08Resolves: tdf#92993 access violation on particular .docx on glyph layoutCaolán McNamara1-2/+4
2015-10-08tdf#92702 Unable to select menu items that were initially off-screenLászló Németh1-1/+1
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