summaryrefslogtreecommitdiff
path: root/vcl/quartz/salgdicommon.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-26Seems we don't need any basebmp stuff in AquaSalGraphics on iOSTor Lillqvist1-3/+9
2014-03-24fix Mac buildStephan Bergmann1-1/+1
2014-03-24Fix a few problems in the iOS vcl codeTor Lillqvist1-0/+116
2014-03-10Hack on the iOS vcl codeTor Lillqvist1-45/+17
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann1-7/+7
2014-02-21Mac OS X vcl: sal_Bool -> bool fixupStephan Bergmann1-5/+5
2014-01-16fix compile break on macostsahi glik1-11/+11
2014-01-16fix rendering issues in iOS with aquatsahi glik1-20/+70
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: #i123840# add and use the sal_GlyphId typeHerbert Dürr1-13/+13
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 Lillqvist1-5/+2
2013-12-18Add a view-only iOS test app using tiled renderingTor Lillqvist1-0/+12
2013-12-17Related: #i123840# normalize SalFrame resolution type to sal_Int32Herbert Dürr1-2/+2
2013-12-14iOS tiled rendering workTor Lillqvist1-35/+57
2013-12-12Related: #i123840# use CoreGraphic helper methods for primitivesHerbert Dürr1-19/+19
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist1-0/+1755