Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
|
|
|
|
removing casts to int.
|
|
QuartzTextLayout::SetText
and adding helper TextStyleFromFont to cast from Font to QuartzTextStyle.
|
|
|
|
|
|
it fiddled with the projects and schemes.
|
|
implementations of that interface.
|
|
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character
into UniConversion.
|
|
Friendlier treatment of invalid UTF-8.
Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests.
|
|
needs to #include "XPM.h".
Move definition of standard methods on LineMarker from header to implementation
to reduce included text and further isolate use of XPM and RGBAImage.
|
|
|