aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/QuartzTextStyleAttribute.h
AgeCommit message (Collapse)AuthorFilesLines
2024-08-16On Cocoa implement more values of font weight and stretch.Neil Hodgson1-33/+55
2024-08-15Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.Neil1-2/+9
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-2/+2
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.
2020-02-09Standardise header guard names and use.Neil1-2/+2
2017-06-08Indented consistently by using astyle.Neil1-24/+14
2011-08-07Support a range of weights on Cocoa.nyamatongwe1-1/+2
2011-07-11Fix memory leaks for font and color objects.nyamatongwe1-0/+1
2011-07-11Fix 64 bit -> 32 bit warnings in Cocoa code.nyamatongwe1-1/+1
2011-07-10If requested font can't be created use same font without bold or italic.nyamatongwe1-1/+16
If that fails, use Monaco.
2011-05-26Convert text drawing and measurement to use Core Text API.nyamatongwe1-111/+34
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/+142