summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2014-03-26Seems we don't need any basebmp stuff in AquaSalGraphics on iOSTor Lillqvist2-87/+11
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-9/+0
2014-03-24fix Mac buildStephan Bergmann1-1/+1
2014-03-24Revert "Resolves: #i124375# force soft-hyphen visibility for CoreText..."Caolán McNamara1-10/+1
2014-03-24Fix a few problems in the iOS vcl codeTor Lillqvist3-89/+121
2014-03-24Resolves: #i124375# force soft-hyphen visibility for CoreText...Herbert Dürr1-1/+10
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+1
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud2-6/+6
2014-03-20Bin some dead codeTor Lillqvist1-89/+5
2014-03-17fdo#67808 Fix Outline Font Effect support with CoreTextNorbert Thiebaud1-5/+54
2014-03-13fdo#55142 CoreText handling of trailing whitespace in justified modeHerbert Dürr1-58/+142
2014-03-10Hack on the iOS vcl codeTor Lillqvist3-71/+54
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-02-28Add SAL_OVERRIDE markup for the vcl OS X and iOS code, and follow-up cleanupTor Lillqvist1-21/+21
2014-02-26fdo#64957: #i124233# prevent the accumulation of rounding errorsHerbert Dürr1-4/+12
2014-02-26Use SAL_OVERRIDE consistently in CTLayoutTor Lillqvist1-14/+12
2014-02-26Remove visual noise from vclAlexander Wilms5-11/+11
2014-02-23CoreText SDK 10.5 compatibilityDouglas Mencken2-5/+27
2014-02-23Remove unneccessary commentsAlexander Wilms6-70/+70
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann2-8/+8
2014-02-21Mac OS X vcl: sal_Bool -> bool fixupStephan Bergmann2-6/+6
2014-02-20vcl: try to fix the Mac build a bitMichael Stahl1-0/+2
2014-02-18fix SIGBUS on mac due to Font Attribute not always availableNorbert Thiebaud1-2/+5
2014-02-18Fix iOS fallout from cda903f83831341f44833b94e7d38e598f5a7198Tor Lillqvist1-0/+8
2014-02-18fdo#72042: Fix for "Font names are not localized (Mac OS X)"Tomofumi Yagi1-1/+10
2014-02-11Bin old leftover debugging fprintfTor Lillqvist1-1/+1
2014-01-28Resolves: #i124121# prevent italic emulation with ITALIC_DONTKNOW fontsHerbert Dürr1-2/+4
2014-01-24Related: #i123895# adjust VCL support for 64bit OSX portHerbert Dürr1-1/+1
2014-01-17fix dropshadow on iostsahi glik1-1/+15
2014-01-17Indentation fixTor Lillqvist1-1/+1
2014-01-16fix compile break on macostsahi glik1-11/+11
2014-01-16fix rendering issues in iOS with aquatsahi glik3-50/+165
2014-01-15Bin unused codeTor Lillqvist1-154/+0
2014-01-10Normalized aqua graphics line and fill colors to RGBAtsahi glik1-4/+8
2014-01-08Fix compilation error for 64-bit OS X by simplifying codeTor Lillqvist1-8/+0
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-1/+1
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr4-24/+24
2013-12-31Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr1-17/+17
2013-12-26WaE: unused variable 'aRefreshRect'Tor Lillqvist1-0/+1
2013-12-25cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-12-19The "fake DPI scale" was always 1Tor Lillqvist4-15/+9
2013-12-18Add a view-only iOS test app using tiled renderingTor Lillqvist2-1/+27
2013-12-17Related: #i123840# normalize SalFrame resolution type to sal_Int32Herbert Dürr1-2/+2
2013-12-14iOS tiled rendering workTor Lillqvist4-46/+369
2013-12-12Related: #i123840# use CoreGraphic helper methods for primitivesHerbert Dürr1-19/+19
2013-12-12Much better fix for the iOS text colour problemTor Lillqvist1-33/+0
2013-12-12Fix the iOS coloured text problemTor Lillqvist1-0/+33
2013-12-11Try to fix colour issuesTor Lillqvist1-0/+15
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist8-1/+4105
2013-05-24Newer boost is more picky with null pointersTor Lillqvist1-1/+1