Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
depended on undefined behaviour.
|
|
int is undefined in C++.
|
|
|
|
|
|
|
|
conversion in Editor.
|
|
|
|
|
|
|
|
coordinate
measuring machines.
From Andreas Tscharner.
|
|
|
|
|
|
|
|
|
|
|
|
due to using the visible area instead of the whole drawing area.
|
|
Range::First and Range::Last.
Changing Editor::RectangleFromRange arguments to a Range.
Simplifying code and specifying some local variables as const.
|
|
|
|
|
|
|
|
static.
|
|
From nkmathew.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
literals with
lexer.cpp.backquoted.strings option.
From Eric Promislow.
|
|
From nkmathew.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instead of inside drawing
which then caused the drawing to be abandoned, and black blocks to appear on-screen.
Discard responsive scrolling overdraw when that overdrawn content is invalid.
Style just the visible area instead of the whole document when styling changes run beyond
painting area.
|
|
|
|
|
|
|
|
active
or cause other unexpected behaviour.
|
|
For removeMarkedText, use range deletion instead of setting the selection and
inserting an empty string as this has fewer side effects and should avoid crashes
when an autocompletion list is active.
|