Age | Commit message (Collapse) | Author | Files | Lines |
|
https://github.com/jendrikseipp/vulture
|
|
|
|
|
|
|
|
|
|
there is a selection text colour into ViewStyle::SelectionTextDrawn.
Pass EditModel to SelectionBackground so focus can be used in a future change.
Simplify code, use const and better names.
Prefer explicit iterator type to auto in cases where it makes little difference.
|
|
drawing more easily.
|
|
|
|
method returns a colour with maximum (0xff) alpha.
|
|
Add Selection::RangeType and EditModel::LineEndInSelection to hoist code out of
EditView.
Replace SimpleAlphaRectangle with Surface::FillRectangleAligned when alpha known
to not be SC_ALPHA_NOALPHA.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
|
|
|
|
|
|
|
|
releases. Using value() produces error:
error: call to unavailable member function 'value': introduced in macOS 10.14
|
|
Size of ViewStyle makes it more difficult to understand and this helps a bit.
|
|
appearance.
|
|
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
|
|
|
|
|
|
|
|
The glib documentation shows use without volatile and mentions that -
While location has a volatile qualifier, this is a historical artifact and
the pointer passed to it should not be volatile.
https://developer.gnome.org/glib/stable/glib-Threads.html#g-once-init-enter
|
|
work on Qt 4.x.
|
|
|
|
|
|
|
|
|
|
by using NSTableViewStylePlain. This prevents truncation of the text of items
as well as avoiding problems with size and padding.
|
|
|
|
|
|
|
|
|
|
Change ColourDesired to ColourAlpha in XPM and RGBAImage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove old SCI_EMPTYCATALOGUE define which is no longer used.
|