summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* typo: choosen -> chosenThomas Arnhold2014-04-141-1/+1
* typo: independend -> independentThomas Arnhold2014-04-141-1/+1
* typo: dependend -> dependentThomas Arnhold2014-04-141-2/+2
* remove commented out codeThomas Arnhold2014-04-141-1/+0
* FS_DEBUG is never definedThomas Arnhold2014-04-141-26/+0
* InArbeit is unusedThomas Arnhold2014-04-141-7/+0
* OLD_TAB_STYLE never definedThomas Arnhold2014-04-141-5/+1
* fdo#38844 Reduce XOR clipping for gradientsChris Sherlock2014-04-132-30/+6
* cppcheck: Possible inefficient checking for emptinessJulien Nabet2014-04-121-1/+1
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2014-04-121-1/+1
* cppcheck: multiConditionJulien Nabet2014-04-121-1/+1
* Unify DrawGradient functions in OutputDeviceChris Sherlock2014-04-121-157/+64
* Detect if polypolygon is a rectangle in DrawGradientChris Sherlock2014-04-121-2/+14
* Reduce the clip region in ClipAndDrawGradientChris Sherlock2014-04-121-0/+6
* replace some SvStream seeking with calls to remainingSize()Michael Stahl2014-04-112-8/+2
* Remove unused functionStephan Bergmann2014-04-111-7/+0
* Put writing the CGImages behind the env var DBG_WRITE_CGIMAGESTor Lillqvist2014-04-111-0/+3
* coverity#708628 Uninitialized pointer fieldCaolán McNamara2014-04-111-0/+7
* ClipAndDrawGradientToBounds no longer requiredChris Sherlock2014-04-112-11/+1
* Fix crash in ppd parser.Thorsten Behrens2014-04-101-1/+3
* It's "its", not "it's"Tor Lillqvist2014-04-102-4/+4
* ImageIO does not handle CGImageMasksTor Lillqvist2014-04-101-1/+0
* Avoid a couple of pointless constant variablesTor Lillqvist2014-04-102-13/+5
* Avoid pointless ifdef for iOS inside code not compiled for iOS anywayTor Lillqvist2014-04-102-2/+2
* More iOS-only debugging hackery: write CGImages out as PNGs for inspectionTor Lillqvist2014-04-101-1/+37
* Set mbPrinter anc mbVirDev for iOS, tooTor Lillqvist2014-04-101-1/+1
* Mention early exits in the verbose debugging logTor Lillqvist2014-04-101-29/+32
* CF_TRACE also the CFRetain to avoid confusionTor Lillqvist2014-04-101-0/+1
* Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist2014-04-104-61/+1
* -Werror=deprecated-declarations (on Debian, reportedly) (part2)Julien Nabet2014-04-093-0/+12
* CTRunData fix include mishapNorbert Thiebaud2014-04-092-9/+4
* coretext: what to include is SDK dependantNorbert Thiebaud2014-04-091-0/+4
* vcl quartz: cache per-run glyphs informationNorbert Thiebaud2014-04-094-131/+271
* Minor whitespace changeChris Sherlock2014-04-101-3/+3
* Check if polygon is a rectangle when drawing gradientChris Sherlock2014-04-101-4/+12
* Cannot draw metafile-based grayscale gradient into a polygonChris Sherlock2014-04-101-7/+7
* WaE: -Werror=sign-compareCaolán McNamara2014-04-091-1/+1
* Remove unnecessary bound-box parameter from clipping functionsChris Sherlock2014-04-102-21/+21
* fdo#70666 avoid only bad Graphite ligature replacementLászló Németh2014-04-091-3/+5
* Fix gradient regressionsChris Sherlock2014-04-091-7/+7
* Remove a couple of now unneeded includesTor Lillqvist2014-04-091-2/+0
* -Werror=deprecated-declarations (on Debian, reportedly)Stephan Bergmann2014-04-091-0/+4
* Remove unused functionStephan Bergmann2014-04-091-4/+0
* -Werror,-Wunused-parameterStephan Bergmann2014-04-081-0/+2
* hidpi: Forgotten rounding.Jan Holesovsky2014-04-081-1/+1
* -Werror=uninitializedStephan Bergmann2014-04-081-0/+1
* Make libvclopengl build for iOSTor Lillqvist2014-04-082-3/+11
* fdo#77059, hidpi: Increase the threshold of what DPI we consider hi-dpi.Jan Holesovsky2014-04-081-10/+20
* Starting to bring DrawGradient functions into line with each otherChris Sherlock2014-04-081-60/+66
* coverity#738863 Uninitialized scalar fieldCaolán McNamara2014-04-081-12/+18