summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-07Log correct depth for the created CGBitmapContextTor Lillqvist1-1/+2
2014-04-07Fill these buffers, too, with easily recognizable junk in dbgutil modeTor Lillqvist1-0/+12
2014-04-07Don't bother logging the CGContextSetLineWidth() here eitherTor Lillqvist1-1/+0
2014-04-07I think we should begin a new path in drawPolyLine()Tor Lillqvist1-0/+2
2014-04-07Add a couple of CG_TRACEsTor Lillqvist1-0/+3
2014-04-07Move functions back out of OutputDevice so they aren't exportedChris Sherlock1-6/+10
2014-04-07Minor change to comment in print2.cxxChris Sherlock1-1/+1
2014-04-07Bring static functions into OutputDevice as private functionsChris Sherlock1-30/+34
2014-04-07Clean up ImplSVMainHook declarationStephan Bergmann4-3/+36
2014-04-07Don't special-case iOS here, eitherTor Lillqvist1-4/+0
2014-04-07Don't special-case iOS here, eitherTor Lillqvist1-3/+1
2014-04-07Use same code path for iOS as for OS X here, tooTor Lillqvist1-1/+1
2014-04-07Plug potential resource leakTor Lillqvist1-0/+3
2014-04-07For consistency, set the same "GDI" and "Win" flags for iOS as for OS XTor Lillqvist1-0/+2
2014-04-07Refactored OutputDevice::DrawGradientChris Sherlock1-75/+58
2014-04-07DrawGradient( const PolyPolygon&... etc) gets graphics instance too earlyChris Sherlock1-4/+0
2014-04-07Exit out of DrawGradient that uses PolyPolygon much fasterChris Sherlock1-2/+6
2014-04-07Add CG_TRACEs to this (OS X -only) file, too, for completenessTor Lillqvist1-0/+22