| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Ideally this covers anything missed during the backport process.
|
|
default branch.
Some olders MacOSX SDKs do not have std::round() or std::lround().
|
|
default branch.
std::make_unique() is c++14 and std::size() is c++17.
|
|
Ideally this covers anything missed during the backport process.
|
|
Backport of changeset 7900:bcb95162cd06.
|
|
CatalogueModules.h so it can be reused.
Backport of changeset 7866:fff1071ea1db.
|
|
This allows removal of related #include statements.
Backport of changeset 7860:4ca969c2fa45.
|
|
Add a .PHONY target to avoid possible failure caused by file with same name.
Backport of changeset 7856:477749c2f095.
|
|
Backport of changeset 7855:cdee9adbbb07.
|
|
Backport of changeset 7854:ab518c9df18e.
|
|
Backport of changeset 7853:662b62122bcb.
|
|
Backport of changeset 7852:876b77cb9acd.
|
|
change / to \.
Backport of changeset 7851:c1e4d8c34272.
|
|
Backport of changeset 7850:914269287f12.
|
|
Accumulate BASE_FLAGS and DEFINES instead of using multiple variables.
Backport of changeset 7849:6d94e99d9847.
|
|
This simplifies referencing the objects and makes for smaller patches when
changing the set of objects.
Backport of changeset 7848:07c2626ea7c3.
|
|
Backport of changeset 7847:8ee2f1357c30.
|
|
Backport of changeset 7846:64f49fc46eee.
|
|
apply to
lexers but not most other files.
Backport of changeset 7845:f3264e486266.
|
|
Backport of changeset 7841:023ad180a294.
|
|
Backport of changeset 7837:89f1e0f361f0.
|
|
g_get_monotonic_time.
GTimeVal was deprecated in GLib 2.61.2 as it is not year-2038-safe.
Backport of changeset 7772:f94afe919e93.
|
|
Backport of changeset 7768:5d73aa55a6ee.
|
|
Backport of changeset 7761:abba8b1c6f4a.
|
|
to copy.
Backport of changeset 7696:18f98becfeaa.
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
Backport of changeset 7613:4cfac35c71bd.
|
|
Backed out changeset: 512ec9ab2e7c
Backport of changeset 7611:8c487135a6e4.
|
|
Backport of changeset 7599:512ec9ab2e7c.
|
|
Backport of changeset 7597:f2298aa753d1.
|
|
of INDIC_ as
INDIC_ is also used for indicator styles.
Backport of changeset 7594:190079cd334f.
|
|
Backport of changeset 7575:e1e9f53b0423.
|
|
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function
since `strnlen` is not part of the C or C++ standard.
|
|
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct
definition not having default values, which is a C++14 feature.
|
|
This reverts parts of changeset 7371:886ffb3884fe.
|
|
GTK between
SciTE tabs.
This does not allow primary selection to work between tabs as the tabs are
sharing a single Scintilla and the old primary selection is unclaimed when the
file is changed.
This fix adds a new ReceivedClipboard method which does not try to convert the
selection if received in a different format than asked for. It was the call to
gtk_selection_convert that seemed to cause the flickering. ReceivedClipboard is
only called from SelectionReceiver::ClipboardReceived so only occurs due to a
call to RequestSelection and can not occur because of a selection_received
signal.
ReceivedSelection is left with its complexity in case it is needed for some
other issue although it doesn't appear to be called for drag&drop, for example.
Backport of changeset 7422:22864dcaca0b.
|
|
character in
accessibility if UTF32 index not available.
Backport of changeset 7421:2c8b52af4ae5.
|
|
deletion
This allows the accessibility layer to request detail, such as which
characters have been deleted. ATK will query the deleted range to
report the data that was removed, so it must still be available for
the query to give a correct answer.
So, emit the signal in BEFOREDELETE instead of DELETETEXT.
Backport of changeset 7406:0a937b4c0b2b.
|
|
cache
It's quite a lot faster even after trying and optimizing the custom
version, and it makes the code simpler.
Also improve ByteOffsetFromCharacterOffset() to make use of the cache,
making it drastically faster.
Backport of changeset 7405:01aab5f24e50.
|
|
Backport of changeset 7404:04d3bf0afce8.
|
|
hide the implementation.
Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's
string_view.
|
|
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line
as that makes it easier to examine differences between versions.
Backport of changeset 7397:997e6203e270.
|
|
"Document.h" as it will
be needed for adding a CharacterCategory feature.
Backport of changeset 7391:9d98d77e920f.
|
|
Backport of changeset 7346:5e3a239e7484.
|
|
Backport of changeset 7345:a3dcfd0b7083.
|
|
Backport of changeset 7344:e7dc1e59619e.
|
|
Backport of changeset 7342:7ce2da0f95ef.
|
|
Backport of changeset 7341:dcdb1db960e3.
|
|
Backport of changeset 7340:9b570ca5091d.
|
|
anonymous
namespace and type safety.
Backport of changeset 7339:26bd40db4f24.
|