summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-04-15Build the vclopengl lib for Android, too, i.e. for all our platformsTor Lillqvist
2014-04-15move some common OpenGL methods to vclMarkus Mohrhard
2014-04-15move the opengl headers to vcl/opengl for better separationMarkus Mohrhard
2014-04-14update_pchThomas Arnhold
2014-04-14typo: occuring -> occurringThomas Arnhold
2014-04-14typo: hilight -> highlightThomas Arnhold
2014-04-14typo: foreward -> forwardThomas Arnhold
2014-04-14typo: suiteable -> suitableThomas Arnhold
2014-04-14typo: hierarchie -> hierarchyThomas Arnhold
2014-04-14typo: befor -> beforeThomas Arnhold
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-14typo: independend -> independentThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-04-14remove commented out codeThomas Arnhold
2014-04-14FS_DEBUG is never definedThomas Arnhold
2014-04-14InArbeit is unusedThomas Arnhold
2014-04-14OLD_TAB_STYLE never definedThomas Arnhold
2014-04-13fdo#38844 Reduce XOR clipping for gradientsChris Sherlock
2014-04-12cppcheck: Possible inefficient checking for emptinessJulien Nabet
2014-04-12cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2014-04-12cppcheck: multiConditionJulien Nabet
2014-04-12Unify DrawGradient functions in OutputDeviceChris Sherlock
2014-04-12Detect if polypolygon is a rectangle in DrawGradientChris Sherlock
2014-04-12Reduce the clip region in ClipAndDrawGradientChris Sherlock
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl
2014-04-11Remove unused functionStephan Bergmann
2014-04-11Put writing the CGImages behind the env var DBG_WRITE_CGIMAGESTor Lillqvist
2014-04-11coverity#708628 Uninitialized pointer fieldCaolán McNamara
2014-04-11ClipAndDrawGradientToBounds no longer requiredChris Sherlock
2014-04-10Fix crash in ppd parser.Thorsten Behrens
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-10ImageIO does not handle CGImageMasksTor Lillqvist
2014-04-10Avoid a couple of pointless constant variablesTor Lillqvist
2014-04-10Avoid pointless ifdef for iOS inside code not compiled for iOS anywayTor Lillqvist
2014-04-10More iOS-only debugging hackery: write CGImages out as PNGs for inspectionTor Lillqvist
2014-04-10Set mbPrinter anc mbVirDev for iOS, tooTor Lillqvist
2014-04-10Mention early exits in the verbose debugging logTor Lillqvist
2014-04-10CF_TRACE also the CFRetain to avoid confusionTor Lillqvist
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