Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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)
|
|
|
|
possibility of sign extension problems and to minimize type conversions.
|
|
|
|
|
|
|
|
|
|
static methods as there were too many failures with mixed types and not-quite
matching types.
|
|
|