Age | Commit message (Collapse) | Author | Files | Lines |
|
problems when printing.
|
|
so mark ViewStyle parameters as const.
Provide a FontAlias copy constructor and use it to work around non-const Font
arguments to Surface when sourced from const ViewStyle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
recommended
by Apple's documentation.
|
|
This checks that the Scintilla framework exposes headers correctly.
|
|
|
|
|
|
|
|
surface to be finished.
|
|
|
|
|
|
|
|
future
release. Client code should use the delegate or subclassing instead.
|
|
in the future.
|
|
by Apple's "Adopting Modern Objective-C" documentation. Helps tools such as the IDE
and Swift interoperation.
|
|
units. Previously the
position used was that reported after the first code unit (0) instead of that after both code units.
This led to the character after the emoji sharing space with it.
|
|
|
|
From Kein-Hong Man.
|
|
|
|
accurately determining whether the area being drawn covers the entire window
when the area is a complex shape.
|
|
|
|
|
|
C compiler.
Allow overriding file deletion command on command line so that 'rm' can be used
when cross-compiling from Unix to Windows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
previous text.
From Mitchell Foral.
|
|
defined in scripts/HeaderOrder.txt.
|
|
selection when multiple selections are active.
From Mitchell Foral.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
behaviour sanitizer.
|
|
Also, make the recent redraw fixes depend on the GTK version Scintilla
is running against, rather than built against. This allows for the
same build to work with both GTK < 3.9.2 or >= 3.9.2.
|