Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
controlled completely at run-time.
|
|
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
|
|
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases.
|
|
|
|
implementations for each platform.
|
|
horizontal gradients.
|
|
|
|
|
|
sites
and standardize use of options.
|
|
|
|
|
|
|
|
|
|
Polygon and delete the standard copy and assignment methods.
|
|
ColourDesired is an int instead of long for consistency over different platforms.
Changes made to Point, PRectangle, and ColourDesired.
RoundXYPosition removed.
|
|
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu,
DynamicLibrary, and Platform.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use namespaces more consistently.
Fix typo.
|
|
|
|
|
|
Use const where there is a benefit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also use #if for painting measurement as there are 7 sections of code to enable.
|
|
|
|
|
|
|
|
|
|
type.
|
|
|
|
|
|
|
|
RoundXYPosition, XYMinimum, and XYMaximum.
|
|
Constructor not marked explicit as may be used in external platform layers.
|
|
builds. Some of the changes ensure no truncation while others remove casts
that are no longer needed because the externally visible Sci_Position is now
identical to Sci::Position. Some extra methods (CellBuffer::UCharAt and
Document::SciLineFromPosition) added to avoid casting in client code.
Sci::Line is currently identical to Sci::Position but it could be made smaller
so lines have Sci::Line types and are cast.
Some arguments widened.
|
|
|
|
|
|
|
|
This change was not compatible with Cocoa as it uses document-based coordinates
rather than view-based.
|