summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2016-04-26tdf#79679 vcl: dashed lines show as solid lines when importing EMF filesChris Sherlock3-35/+14
2016-04-06tdf#98989: vcl: fix handling of non-scalable fonts like "Courier"Michael Stahl1-1/+6
2016-03-17tdf#98052 - even polygons were not drawn on the alpha deviceMarco Cecchetti1-0/+2
2016-03-14tdf#96687 - force validation after External InputJustin Luth1-0/+1
2016-03-06Fix the import of line joins and caps from EMF filesStephan van den Akker2-6/+39
2016-03-05Improve the import of pen styles from EMF filesStephan van den Akker1-12/+24
2016-03-04tdf#98052 - polypolygons were not drawn on the alpha deviceMarco Cecchetti1-0/+2
2016-02-24tdf#85761 vcl: JPEG export does not save PPI values correctlyChris Sherlock5-7/+81
2016-02-18fix inverted logic regressionCaolán McNamara1-1/+1
2016-02-17update graphite to 1.3.5Caolán McNamara3-518/+299
2016-02-04Resolves: tdf#96653 distorted images on export to pdfCaolán McNamara1-1/+2
2016-01-26Resolves: tdf#97331 use VclPtr instead of pointers to avoid crashCaolán McNamara1-7/+7
2016-01-25valgrind: memleak on thrown exceptionCaolán McNamara4-12/+10
2016-01-25valgrind: memleak on thrown exceptionCaolán McNamara1-16/+13
2016-01-12tdf#94831: Check for null mpReadAccess before first useMatúš Kukan1-21/+18
2015-12-16Resolves: tdf#95700 index dialog cut offCaolán McNamara1-2/+4
2015-12-11tdf#94739 use GetScanlineSize instead of calculating itTomaž Vajngerl1-1/+1
2015-12-04tdf#94138 Use correct fonts for multiline edit when printingTomaž Vajngerl1-2/+8
2015-11-26vcl: OutputDevice::GetTextArray() should always init pDXAryMichael Stahl1-1/+13
2015-11-26tdf#95783: Don't calculate width of text with glyph fallback as way too wideTor Lillqvist1-3/+6
2015-11-12Resolves: tdf#93317 Modified Document Dialog misses focus on Gtk3Caolán McNamara1-0/+1
2015-11-11tdf#95481 catch out-of-range access in vcl bitmapArmin Le Grand1-3/+5
2015-11-10tdf#81144 Chinese full-width punctuation does not align properlyMark Hung2-0/+24
2015-11-10compilerplugins: enhance "badstatics" plugin to find membersMichael Stahl2-3/+3
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 Bergmann7-23/+80
2015-10-27take the world scaling factor for fonts, but not the rotationCaolán McNamara1-2/+12
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-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-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