summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)Author
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-29This cast seems completely unnecessary to me?Tor Lillqvist
2018-06-29tdf#117335 Fix displaying GIF imagesBartosz Kosiorek
2018-06-27This should be a const NSString* so that we can pass such variables to itTor Lillqvist
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-11drop PhysicalFontFace::CloneNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann
2018-05-22Fix typosAndrea Gelmini
2018-05-12Use HarfBuzz to get Kashida widthKhaled Hosny
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin
2018-04-17tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if neededArmin Le Grand
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin
2018-03-26replace SalColor with ColorNoel Grandin
2018-03-21Don't initialize data for --enable-dbgutil onlyStephan Bergmann
2018-03-21Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann
2018-03-16tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit alignedChris Sherlock
2018-03-09loplugin:constantparam in vclNoel Grandin
2018-03-09drop getColor() method of ColorNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-26use less RGB_COLORDATANoel Grandin
2018-02-22tdf#68889: Fix the weight reported by the system for the problematic fontTor Lillqvist
2018-02-22tdf#67744: Fix the weight reported by the system for the problematic fontTor Lillqvist
2018-02-22ColorData->Color in vcl quartzNoel Grandin
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock
2018-01-23tdf#69254: Tweak mapping from CoreText weight to our FontWeight a bitTor Lillqvist
2018-01-23The CT prefix is used by the CoreText APITor Lillqvist
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-06iOS, correct DPIX calculationjan Iversen
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann
2017-09-29OSX rename mpFirstInstance to mpInstanceJan-Marek Glogowski
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann
2017-08-31loplugin:constparams: vcl (macOS)Stephan Bergmann
2017-08-08tdf#111497: fix leak in FindFontSubstitute with CFReleaseJulien Nabet
2017-08-07tdf#111432: fix leaks in AddTempDevFont with CFReleaseJulien Nabet
2017-08-07loplugin:casttovoidStephan Bergmann
2017-08-07loplugin:unnecessaryparenStephan Bergmann
2017-06-20new cannot return nullptrNoel Grandin