summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-04-10Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist
2014-04-09-Werror=deprecated-declarations (on Debian, reportedly) (part2)Julien Nabet
2014-04-09CTRunData fix include mishapNorbert Thiebaud
2014-04-09coretext: what to include is SDK dependantNorbert Thiebaud
2014-04-09vcl quartz: cache per-run glyphs informationNorbert Thiebaud
2014-04-10Minor whitespace changeChris Sherlock
2014-04-10Check if polygon is a rectangle when drawing gradientChris Sherlock
2014-04-10Cannot draw metafile-based grayscale gradient into a polygonChris Sherlock
2014-04-09WaE: -Werror=sign-compareCaolán McNamara
2014-04-10Remove unnecessary bound-box parameter from clipping functionsChris Sherlock
2014-04-09fdo#70666 avoid only bad Graphite ligature replacementLászló Németh
2014-04-09Fix gradient regressionsChris Sherlock
2014-04-09Remove a couple of now unneeded includesTor Lillqvist
2014-04-09-Werror=deprecated-declarations (on Debian, reportedly)Stephan Bergmann
2014-04-09Remove unused functionStephan Bergmann
2014-04-08-Werror,-Wunused-parameterStephan Bergmann
2014-04-08hidpi: Forgotten rounding.Jan Holesovsky
2014-04-08-Werror=uninitializedStephan Bergmann
2014-04-08Make libvclopengl build for iOSTor Lillqvist
2014-04-08fdo#77059, hidpi: Increase the threshold of what DPI we consider hi-dpi.Jan Holesovsky
2014-04-08Starting to bring DrawGradient functions into line with each otherChris Sherlock
2014-04-08coverity#738863 Uninitialized scalar fieldCaolán McNamara
2014-04-08coverity#705329 Missing break in switchCaolán McNamara
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-08temporarily render to a fileMarkus Mohrhard
2014-04-08improve the code for temporary OpenGl contextMarkus Mohrhard
2014-04-08call glewInit in vcl's OpenGLContext just onceMarkus Mohrhard
2014-04-08fix crash when passing external Window to OpenGLContext::initMarkus Mohrhard
2014-04-08prevent initializing the OpenGL context multiple timesMarkus Mohrhard
2014-04-08OSL_TRACE to SAL_INFO in opengl codeMarkus Mohrhard
2014-04-08Remove unnecessary ImplDrawMask function in OutputDeviceChris Sherlock
2014-04-07Fix thinkoTor Lillqvist
2014-04-07Add somewhat ridiculous debug hacks for CoreGrahics drawing debugging on iOSTor Lillqvist
2014-04-07Log correct depth for the created CGBitmapContextTor Lillqvist
2014-04-07Fill these buffers, too, with easily recognizable junk in dbgutil modeTor Lillqvist
2014-04-07Don't bother logging the CGContextSetLineWidth() here eitherTor Lillqvist
2014-04-07I think we should begin a new path in drawPolyLine()Tor Lillqvist
2014-04-07Add a couple of CG_TRACEsTor Lillqvist
2014-04-07Move functions back out of OutputDevice so they aren't exportedChris Sherlock
2014-04-07Minor change to comment in print2.cxxChris Sherlock
2014-04-07Bring static functions into OutputDevice as private functionsChris Sherlock
2014-04-07Clean up ImplSVMainHook declarationStephan Bergmann
2014-04-07Don't special-case iOS here, eitherTor Lillqvist
2014-04-07Don't special-case iOS here, eitherTor Lillqvist
2014-04-07Use same code path for iOS as for OS X here, tooTor Lillqvist
2014-04-07Plug potential resource leakTor Lillqvist
2014-04-07For consistency, set the same "GDI" and "Win" flags for iOS as for OS XTor Lillqvist
2014-04-07Refactored OutputDevice::DrawGradientChris Sherlock
2014-04-07DrawGradient( const PolyPolygon&... etc) gets graphics instance too earlyChris Sherlock
2014-04-07Exit out of DrawGradient that uses PolyPolygon much fasterChris Sherlock