summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2018-06-11drop PhysicalFontFace::CloneNoel Grandin2-13/+1
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin2-7/+5
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin2-12/+7
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann2-5/+5
2018-05-22Fix typosAndrea Gelmini1-1/+1
2018-05-12Use HarfBuzz to get Kashida widthKhaled Hosny1-13/+2
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny1-4/+3
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski2-4/+42
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski2-42/+51
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny1-1/+1
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin1-6/+6
2018-04-17tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if neededArmin Le Grand1-5/+27
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin1-0/+1
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