Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
implementation.
|
|
be needed for adding a CharacterCategory feature.
|
|
|
|
|
|
|
|
|
|
Scintilla instance.
|
|
|
|
|
|
|
|
Remove inclusion of <cctype> except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
|
|
|
|
|
|
|
|
character that can not take that diacritic, such as option+e (acute accent)
followed by g.
|
|
|
|
This can reduce the time taken to fold a document by half.
|
|
CFStringRef. Performs more stringent validation on input text.
|
|
|
|
|
|
This fixes a bug where clicking seemed to affect the wrong margin.
|
|
|
|
|
|
|
|
|
|
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
|
|
implementations for each platform.
|
|
horizontal gradients.
|
|
visible.
|
|
where it can easily be provided. Retaining a CGContextRef in QuartzTextLayout
could lead to it being used after being invalidated.
|
|
|
|
text, case-insensitive searching, and retrieving text as UTF-8.
|
|
|
|
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 nullptr where unambiguous and is C++ as distinct from Objective C.
|
|
|
|
|
|
Also use #if for painting measurement as there are 7 sections of code to enable.
|
|
|
|
|
|
|