summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2018-03-26replace SalColor with ColorNoel Grandin3-24/+24
2018-03-21Don't initialize data for --enable-dbgutil onlyStephan Bergmann1-13/+0
2018-03-21Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann1-3/+12
2018-03-16tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit alignedChris Sherlock1-12/+3
2018-03-09loplugin:constantparam in vclNoel Grandin1-1/+1
2018-03-09drop getColor() method of ColorNoel Grandin1-3/+3
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-26use less RGB_COLORDATANoel Grandin1-3/+3
2018-02-22tdf#68889: Fix the weight reported by the system for the problematic fontTor Lillqvist1-0/+11
2018-02-22tdf#67744: Fix the weight reported by the system for the problematic fontTor Lillqvist1-1/+13
2018-02-22ColorData->Color in vcl quartzNoel Grandin1-38/+29
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-3/+3
2018-01-23tdf#69254: Tweak mapping from CoreText weight to our FontWeight a bitTor Lillqvist1-1/+1
2018-01-23The CT prefix is used by the CoreText APITor Lillqvist1-7/+7
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann4-25/+25
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin1-1/+1
2018-01-06iOS, correct DPIX calculationjan Iversen1-1/+1
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin1-1/+1
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski1-5/+0
2017-12-13convert tolerance params to sal_uInt8Noel Grandin1-1/+1
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-2/+2
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski3-3/+3
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann7-42/+42
2017-09-29OSX rename mpFirstInstance to mpInstanceJan-Marek Glogowski1-1/+1
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski1-13/+4
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann1-1/+1
2017-08-31loplugin:constparams: vcl (macOS)Stephan Bergmann1-1/+1
2017-08-08tdf#111497: fix leak in FindFontSubstitute with CFReleaseJulien Nabet1-0/+1
2017-08-07tdf#111432: fix leaks in AddTempDevFont with CFReleaseJulien Nabet1-0/+2
2017-08-07loplugin:casttovoidStephan Bergmann2-2/+0
2017-08-07loplugin:unnecessaryparenStephan Bergmann2-2/+2
2017-06-20new cannot return nullptrNoel Grandin1-6/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin3-6/+6
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna3-6/+6
2017-03-28ofz#954 out of memoryCaolán McNamara1-0/+5
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-02-26Round glyph bbox on Mac similar to other platformsKhaled Hosny1-4/+5
2017-02-22tdf#104509: Fix GetGlyphBoundRect on MacKhaled Hosny1-2/+2
2017-02-09convert FontType to scoped enumNoel Grandin1-3/+3
2017-02-08drop unused enum TTCreationFlagsNoel Grandin1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-7/+3
2017-01-30tdf#104693: screenshot: fix mirrored mac screenshotsThorsten Behrens2-2/+10
2016-12-12Don’t return false for blank glyphsKhaled Hosny1-0/+13
2016-12-11sal_GlyphId is a simple glyph id nowKhaled Hosny3-4/+4
2016-12-11Don’t encode font fallback level in the glyph idKhaled Hosny1-2/+2
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny2-3/+3
2016-12-10Use GlyphItem in more placesKhaled Hosny2-11/+11
2016-12-10Pass GlyphItem aroundKhaled Hosny1-4/+4
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-3/+3