Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
conversions and other conversions more consistent.
|
|
Fixes possible loss of data warnings when switched on.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
This may move the caret to the right 1 pixel in some situations. While sometimes this
appears a little worse, on average it is slightly better than the precious code, with
carets appearing inside the previous character less often.
|
|
|
|
|
|
|
|
|
|
for comments and ';' to separate statements.
From nkmathew.
|
|
|
|
moving code
from Editor to LineLayout.
|
|
of the annotations on the next line.
|
|
to appear below text so lesss likely to cut off start of calltip.
|
|
style changes.
From Robert Gieseke.
|
|
|
|
|
|
|
|
other platforms and ensure for folding markers that the '+' or '-' do
not touch the circle.
Change order of drawing so that circles are drawn after connecting
lines so overwrite any tails.
|
|
Avoid drawing one arm of each arrow longer than the other on Cocoa.
The weight of the strokes is more uniform on Windows/Direct2D and Cairo.
|
|
|
|
|
|
provided functionality.
|
|
|
|
guaranty termination where possible.
|
|
|
|
|
|
|
|
|
|
Parameter names added to method declarations.
|
|
|