summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-04-12Unify DrawGradient functions in OutputDeviceChris Sherlock1-157/+64
2014-04-12Detect if polypolygon is a rectangle in DrawGradientChris Sherlock1-2/+14
2014-04-12Reduce the clip region in ClipAndDrawGradientChris Sherlock1-0/+6
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl2-8/+2
2014-04-11Remove unused functionStephan Bergmann1-7/+0
2014-04-11Put writing the CGImages behind the env var DBG_WRITE_CGIMAGESTor Lillqvist1-0/+3
2014-04-11coverity#708628 Uninitialized pointer fieldCaolán McNamara1-0/+7
2014-04-11ClipAndDrawGradientToBounds no longer requiredChris Sherlock2-11/+1
2014-04-10Fix crash in ppd parser.Thorsten Behrens1-1/+3
2014-04-10It's "its", not "it's"Tor Lillqvist2-4/+4
2014-04-10ImageIO does not handle CGImageMasksTor Lillqvist1-1/+0
2014-04-10Avoid a couple of pointless constant variablesTor Lillqvist2-13/+5
2014-04-10Avoid pointless ifdef for iOS inside code not compiled for iOS anywayTor Lillqvist2-2/+2
2014-04-10More iOS-only debugging hackery: write CGImages out as PNGs for inspectionTor Lillqvist1-1/+37
2014-04-10Set mbPrinter anc mbVirDev for iOS, tooTor Lillqvist1-1/+1
2014-04-10Mention early exits in the verbose debugging logTor Lillqvist1-29/+32
2014-04-10CF_TRACE also the CFRetain to avoid confusionTor Lillqvist1-0/+1
2014-04-10Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist4-61/+1
2014-04-09-Werror=deprecated-declarations (on Debian, reportedly) (part2)Julien Nabet3-0/+12
2014-04-09CTRunData fix include mishapNorbert Thiebaud2-9/+4
2014-04-09coretext: what to include is SDK dependantNorbert Thiebaud1-0/+4
2014-04-09vcl quartz: cache per-run glyphs informationNorbert Thiebaud4-131/+271
2014-04-10Minor whitespace changeChris Sherlock1-3/+3
2014-04-10Check if polygon is a rectangle when drawing gradientChris Sherlock1-4/+12
2014-04-10Cannot draw metafile-based grayscale gradient into a polygonChris Sherlock1-7/+7
2014-04-09WaE: -Werror=sign-compareCaolán McNamara1-1/+1
2014-04-10Remove unnecessary bound-box parameter from clipping functionsChris Sherlock2-21/+21
2014-04-09fdo#70666 avoid only bad Graphite ligature replacementLászló Németh1-3/+5
2014-04-09Fix gradient regressionsChris Sherlock1-7/+7
2014-04-09Remove a couple of now unneeded includesTor Lillqvist1-2/+0
2014-04-09-Werror=deprecated-declarations (on Debian, reportedly)Stephan Bergmann1-0/+4
2014-04-09Remove unused functionStephan Bergmann1-4/+0
2014-04-08-Werror,-Wunused-parameterStephan Bergmann1-0/+2
2014-04-08hidpi: Forgotten rounding.Jan Holesovsky1-1/+1
2014-04-08-Werror=uninitializedStephan Bergmann1-0/+1
2014-04-08Make libvclopengl build for iOSTor Lillqvist2-3/+11
2014-04-08fdo#77059, hidpi: Increase the threshold of what DPI we consider hi-dpi.Jan Holesovsky1-10/+20
2014-04-08Starting to bring DrawGradient functions into line with each otherChris Sherlock1-60/+66
2014-04-08coverity#738863 Uninitialized scalar fieldCaolán McNamara1-12/+18
2014-04-08coverity#705329 Missing break in switchCaolán McNamara1-0/+1
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann34-431/+105
2014-04-08temporarily render to a fileMarkus Mohrhard2-0/+54
2014-04-08improve the code for temporary OpenGl contextMarkus Mohrhard1-1/+0
2014-04-08call glewInit in vcl's OpenGLContext just onceMarkus Mohrhard1-0/+14
2014-04-08fix crash when passing external Window to OpenGLContext::initMarkus Mohrhard1-13/+16
2014-04-08prevent initializing the OpenGL context multiple timesMarkus Mohrhard1-1/+6
2014-04-08OSL_TRACE to SAL_INFO in opengl codeMarkus Mohrhard1-9/+9
2014-04-08Remove unnecessary ImplDrawMask function in OutputDeviceChris Sherlock2-65/+22
2014-04-07Fix thinkoTor Lillqvist1-1/+1
2014-04-07Add somewhat ridiculous debug hacks for CoreGrahics drawing debugging on iOSTor Lillqvist1-0/+141