| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
leading to inability to scroll at times.
Added moveThumb argument to ScrollTo to allow smoother manipulation of
thumb on GTK+
|
|
|
|
|
|
|
|
calls Paint.
|
|
SCINTILLA_NOTIFY defines the name of the notify signal used generated
by Scintilla as this has changed for GTK+ 2.x due to a clash with the
"notify" signal defined by GTK+.
|
|
handling of abandoned paints where styling causes fold markers to change.
|
|
of the document.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
container does not lead to 2000 pixel wide windows which do not fit on
most screens.
|
|
|
|
on Windoes when caused by SetWindowLong.
|
|
over margins and selection.
|
|
Surface.
|
|
visibility of these headers to most code.
|
|
|
|
cut, paste and drag operations.
Mouse wheel scrolling moved into platform subclasses.
Macro support always included so MACRO_SUPPORT definition and use removed.
Allowing menu popup moved from Editor to ScintillaBase.
|
|
|
|
|
|
|
|
on Windows.
|
|
Changed from malloc/free to new/delete.
|
|
font selection for non Western European languages.
|
|
|
|
|
|
|
|
|
|
|
|
and right edges.
Further tweaking to scrolling rect to ensure no overlap with scrollbars.
|
|
scroll bar.
Removed end of line spaces and ran through astyle.
|
|
|
|
|
|
|
|
width to 16 if width is 0.
|
|
int to be compatible with other message functions.
|
|
|
|
a warning message and #include "Scintilla.h".
|
|
Scintilla.h must be before ScintillaWidget.h now.
|
|
pointers to allow portability to 64 bit platforms.
|
|
ScintillaGTK to avoid warning from gcc.
|