aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/QuartzTextStyle.h
AgeCommit message (Collapse)AuthorFilesLines
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-4/+4
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.
2021-03-17Change Font to an interface and stop using FontID. Fonts are shared andNeil1-5/+5
reference counted using std::shared_ptr. This optimizes memory and reduces potential for allocation bugs.
2020-02-09Standardise header guard names and use.Neil1-2/+2
2019-05-11Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour".Neil1-2/+2
2017-06-08Indented consistently by using astyle.Neil1-34/+20
2015-02-14Fix warnings for suspicious type conversions and not fully bracketed ↵Neil Hodgson1-3/+3
initializers,
2012-06-12Reindented as was inconsistent.nyamatongwe1-35/+34
2012-06-12Fix double free of font objects with list box by copying font.nyamatongwe1-0/+12
2011-07-11Fix memory leaks for font and color objects.nyamatongwe1-2/+13
2011-07-10Store character set in QuartzTextStyle.nyamatongwe1-1/+10
2011-05-26Convert text drawing and measurement to use Core Text API.nyamatongwe1-63/+51
Contributed by Elizabeth Irizarry of Adobe with some modifications by Neil Hodgson.
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+90