Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
vertical edges simultaneously.
|
|
|
|
|
|
Optimise drawing of markers that appear in the text area.
|
|
|
|
tool set will not indirectly include <stdexcept>.
|
|
colours and to change the colour of text.
|
|
|
|
set up indicators. Changed field order so that the colour, which is likely to be
set, is before under which is likely to be left default.
|
|
multiple phase drawing option.
|
|
Standardised order of arguments to drawing methods.
|
|
ColourOptional to tightly bind the value with whether it is set.
|
|
conversions and other conversions more consistent.
|
|
|
|
style changes.
From Robert Gieseke.
|
|
guaranty termination where possible.
|
|
|
|
whole view.
|
|
|
|
|
|
Move printing parameters into a separate struct.
|
|
controlCharSymbol setting moved along with calculated fields for tab
width and control symbols.
Use of TextSegment simplified and variables made const where possible.
|
|
|
|
|
|
|
|
unless wanted.
Also affects platform-independent code.
|
|
|
|
|
|
|
|
From Vidya Wasi.
|
|
From Marko Njezic.
|
|
|
|
|
|
Regression from change set 3949.
|
|
|
|
to run at the same time for different windows and operations.
|
|
|
|
|
|
|
|
|
|
|
|
From Marko Njezic.
|
|
From Marko Njezic.
|
|
maximum.
|
|
version of Font.
|
|
|
|
and using aliases of these in the Style objects.
Font measurement is also performed once for each unique font and the results
copied into each style.
No change is needed in callers.
On PLAT_WX, the font ascent is cached in the Font object when Ascent is called
but this is not copied into the aliases as ascent is protected. Therefore the
code that copies the FontID into the alias also calls Ascent to ensure the
ascent value is cached.
|