summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Collabora Office: hackish fix of repaint problem of vcl widgetsAndras Timar1-15/+3
2015-11-03svx: add result of "badstatics" plugin to fix abuse of VCL BitmapsMichael Stahl1-1/+1
2015-11-03tdf#94138 also apply settings when printing (Draw call)Tomaž Vajngerl1-0/+2
2015-10-29tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann9-143/+82
2015-10-29tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn2-6/+45
2015-10-29take the world scaling factor for fonts, but not the rotationCaolán McNamara1-2/+12
2015-10-29afl-eventtesting: crash on undoing insert new page in impressCaolán McNamara1-0/+0
2015-10-29tdf#95096 avoid invalid cursor position exceptionJustin Luth1-2/+5
2015-10-27vcl: add Window::SetClipboard()Miklos Vajna1-0/+6
2015-10-26tdf#94138 fix printing of edit form fieldsTomaž Vajngerl2-1/+3
2015-10-26tdf#94384 change the black icons fix for LO 5.0Tomaž Vajngerl1-3/+24
2015-10-26tdf#94936 Update the button removal hack to 3.18Maxim Monastirsky1-1/+5
2015-10-17Resolves: tdf#94848 crash on focus with un-cleared but dead mpSubEditDennis Francis2-0/+72
2015-10-17tdf#94495 - protect lstbox usage post-dispose, and fix ItemWin focus.Michael Meeks1-1/+19
2015-10-17tdf#94384 fix black icons with OpenGL enabled on WindowsTomaž Vajngerl1-20/+3
2015-10-17Don't re-read the same glsl files over and over againTor Lillqvist1-4/+20
2015-10-17Resolves: tdf#92993 access violation on particular .docx on glyph layoutCaolán McNamara1-2/+4
2015-10-17tdf#92702 Unable to select menu items that were initially off-screenLászló Németh1-1/+1
2015-10-17tdf#94686: Disable all vendors except for AMD/ATI/Intel/NVIDIA for nowMichael Meeks1-0/+8
2015-10-17don't allocate (by eraseing) an un-initialized 1x1 virtual deviceTomaž Vajngerl1-4/+6
2015-10-17create "disabled" image (icon) only if the original changesTomaž Vajngerl2-1/+8
2015-10-17opengl: take row stride into account when reading to 1-bit bitmapTomaž Vajngerl1-15/+21
2015-10-17tdf#94428 - don't use OpenGL font rendering when we're printing.Michael Meeks1-1/+1
2015-10-17vcl: clean up before error returns in OpenGLContext::ImplInit()Michael Stahl1-0/+10
2015-10-17wmf spec says that these are only allowed bitcount valuesCaolán McNamara2-1/+13
2015-10-17tdf#83252 - Wrong punctuation direction after Chinese characters inMark Hung2-2/+2
2015-10-17Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung2-0/+4
2015-10-17valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convertCaolán McNamara1-2/+2
2015-10-17tdf#94275: core dump when XKeysymToString returns NULLJulien Nabet1-4/+9
2015-10-16vcl: aAlphaBitmap.ImplGetImpBitmap() seen as 0Miklos Vajna1-4/+7
2015-10-15java: 'final static' to 'static final'Noel Grandin1-1/+1
2015-10-15Bin unused codeTor Lillqvist2-110/+0
2015-10-15WaE: macro "LOGW" is not usedTor Lillqvist1-1/+0
2015-10-15Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist1-161/+0
2015-10-07vcl tiled rendering: avoid 'Pixel represents color values!' warningsMiklos Vajna1-1/+5
2015-10-07desktop, vcl: support transparency in VirtualDevices with user-provided memoryMiklos Vajna1-4/+8
2015-09-18deb#795131 plausible fixCaolán McNamara1-0/+2
2015-09-18don't crash with unknown out color spaceCaolán McNamara2-1/+7
2015-09-18opengl: support reading back 1-bit masks from textureTomaž Vajngerl1-12/+46
2015-09-18tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks4-3/+12
2015-09-18Fix a merge problem.Jan Holesovsky1-2/+9
2015-09-18opengl: check framebuffer completenessTomaž Vajngerl1-2/+5
2015-09-18opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl2-43/+4
2015-09-18tdf#93814: Added support for caching shader program binaries.Marco Cecchetti6-42/+354
2015-09-18opengl: optimize search for a free slot in texture atlasTomaž Vajngerl1-7/+10
2015-09-18tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl1-10/+12
2015-09-18GL paint-flushing guard re-work.Michael Meeks16-85/+62
2015-09-18tdf#94252 - avoid switching contexts un-necessarily to reduce flicker.Michael Meeks1-0/+9
2015-09-18tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks2-1/+15
2015-09-18tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks6-5/+39