Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sanitizers.
|
|
warnings from Clang.
|
|
|
|
Includes work from Sébastien Granjoux and Colomban Wendling.
|
|
#define MAC(x) MAC(x+1)
Also fixes macros that are co-recursive with other macros.
|
|
|
|
|
|
Previously required braces around like #if defined(SYMBOL).
Also understand macros with arguments such as version checking macros like
#if GTK_CHECK_VERSION(2,22,0)
|
|
|