| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-01-06 | Backport: Bug [#2147]. Don't clear clipboard before copying text. | Neil | 2 | -1/+4 | |
| Backport of changeset 7926:184f4b475993. | |||||
| 2020-01-06 | More synchronizing LongTerm3 with default. | mitchell | 7 | -14/+21 | |
| Ideally this covers anything missed during the backport process. | |||||
| 2020-01-05 | Added Sci::round() and Sci::lround() for better compatibility with the ↵ | mitchell | 5 | -15/+28 | |
| default branch. Some olders MacOSX SDKs do not have std::round() or std::lround(). | |||||
| 2020-01-05 | Updated checkdeps.mak. | mitchell | 1 | -1706/+1896 | |
| 2020-01-05 | Added Sci::make_unique() and Sci::size() for better compatibility with the ↵ | mitchell | 24 | -92/+143 | |
| default branch. std::make_unique() is c++14 and std::size() is c++17. | |||||
| 2020-01-05 | Backport: Fix some warnings. | Neil | 3 | -4/+4 | |
| Backport of changeset 7921:4b676e61f983. | |||||
| 2020-01-05 | Synchronizing LongTerm3 with default. | mitchell | 21 | -51/+64 | |
| Ideally this covers anything missed during the backport process. | |||||
| 2020-01-04 | Always use string property values in lexlua themes. | mitchell | 3 | -6/+6 | |
| 2020-01-04 | Removed accidentally backported lexilla files. | mitchell | 3 | -221/+0 | |
| 2020-01-04 | Backport: Feature [feature-requests:#1328] Handle CRLF in ↵ | Mark Reay | 2 | -7/+10 | |
| SCE_RAKU_COMMENTLINEs and HEREDOCs style termination. Backport of changeset 7915:4bdfd413a442. | |||||
| 2020-01-04 | Backport: Mention Raku in change log. | Neil | 1 | -0/+5 | |
| Backport of changeset 7914:3be72c607651. | |||||
| 2020-01-04 | Backport: Added Raku lexer and style properties and example files | mitchell | 13 | -0/+1935 | |
| Backport of changeset 7900:bcb95162cd06. | |||||
| 2020-01-01 | Backport: Be more accurate for 'make clean'. | Neil | 2 | -2/+6 | |
| Backport of changeset 7874:295a6e54d582. | |||||
| 2020-01-04 | Backport: Define ILexerWithIdentity with methods for retrieving name, ID, ↵ | mitchell | 33 | -64/+270 | |
| and property values. Implement ILexerWithIdentity on object lexers. Implement ILexerWithIdentity on LexerSimple wrapper for function lexers. Backport of changeset 7870:6ffcbd42288c, but with a new interface compatible with ILexer, not ILexer5. | |||||
| 2019-11-09 | Backport: Remember string values in OptionSet so can be easily retrieved. | Neil | 1 | -1/+14 | |
| Backport of changeset 7869:7dac229bc696. | |||||
| 2019-12-14 | Backport: Remove links to lexers with SCI_EMPTYCATALOGUE definition. | Neil | 3 | -0/+10 | |
| This allows building a version of SciTE that is statically linked to Scintilla and does not include any lexers but allows the use of lexers provided by loading a DLL. Backport of changeset 7867:f17a228be4d8. | |||||
| 2020-01-03 | Backport: Move collection of modules from Catalogue.cxx to ↵ | mitchell | 14 | -124/+90 | |
| CatalogueModules.h so it can be reused. Backport of changeset 7866:fff1071ea1db. | |||||
| 2019-12-13 | Backport: Implement DynamicLibrary on Cocoa. | Neil | 4 | -5/+55 | |
| Backport of changeset 7865:a5c2f8a3f171. | |||||
| 2019-12-13 | Backport: Move automatic numbering of external lexers from Catalogue to ↵ | Neil | 2 | -6/+5 | |
| ExternalLexer. This is preparing to move much of Catalogue into a header for reuse. Backport of changeset 7864:616ca0866c49. | |||||
| 2020-01-03 | Backport: Use safe mechanism for converting between function pointers and void*. | mitchell | 2 | -15/+14 | |
| Backport of changeset 7863:507307a6c315. | |||||
| 2020-01-03 | Backport: Use safe mechanism to convert to function pointers. | mitchell | 1 | -10/+23 | |
| Mark noexcept where reasonable. Check that functions are available. Backport of changeset 7862:f4cf92e43f48. | |||||
| 2019-12-13 | Backport: Hide details of ExternalLexer and export ExternalLexerLoad ↵ | Neil | 3 | -58/+72 | |
| function only. Backport of changeset 7861:0680563a97c5. | |||||
| 2020-01-03 | Updated makefile dependencies. | mitchell | 1 | -13/+11 | |
| 2019-12-13 | Backport: Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx. | Neil | 10 | -79/+18 | |
| This allows removal of related #include statements. Backport of changeset 7860:4ca969c2fa45. | |||||
| 2020-01-03 | Fixed a build error on Windows introduced by r7280 (changeset 9cf6a15d6c85). | mitchell | 3 | -12/+18 | |
| 2020-01-03 | Fixed a stray gnu++0x that crept in in recent makefile backports. | mitchell | 1 | -1/+1 | |
| 2019-12-30 | Backport: Remove Scintilla.def prerequisite as not used by gcc or clang. | Neil | 1 | -4/+4 | |
| That allows simplifying the recipe to just use the prerequisites $^. Backport of changeset 7857:09ace49cbc12. | |||||
| 2019-12-30 | Backport: Use pattern rules instead of suffix rules as they are clearer. | Neil | 2 | -5/+10 | |
| Add a .PHONY target to avoid possible failure caused by file with same name. Backport of changeset 7856:477749c2f095. | |||||
| 2019-12-30 | Backport: Remove line end whitespace. | Neil | 1 | -1/+1 | |
| Backport of changeset 7855:cdee9adbbb07. | |||||
| 2019-12-29 | Backport: Builds without GNU extensions so set to standard C++11. | Neil | 1 | -1/+1 | |
| Backport of changeset 7854:ab518c9df18e. | |||||
| 2019-12-29 | Backport: Standardize names and order between make files on win32 and gtk. | Neil | 3 | -71/+104 | |
| Backport of changeset 7853:662b62122bcb. | |||||
| 2019-12-29 | Backport: Support Clang on Windows. | Neil | 1 | -0/+12 | |
| Backport of changeset 7852:876b77cb9acd. | |||||
| 2019-12-27 | Backport: Use Unix paths except when deleting files, then call normalize to ↵ | Neil | 1 | -3/+5 | |
| change / to \. Backport of changeset 7851:c1e4d8c34272. | |||||
| 2019-12-29 | Backport: Use if function to simplify GTK version setting. | Neil | 1 | -6/+2 | |
| Backport of changeset 7850:914269287f12. | |||||
| 2019-12-29 | Backport: Simplify makefile and use better variable names. | Neil | 1 | -30/+26 | |
| Accumulate BASE_FLAGS and DEFINES instead of using multiple variables. Backport of changeset 7849:6d94e99d9847. | |||||
| 2019-12-27 | Backport: Collect objects into variables and define one-per-line. | Neil | 1 | -7/+52 | |
| This simplifies referencing the objects and makes for smaller patches when changing the set of objects. Backport of changeset 7848:07c2626ea7c3. | |||||
| 2019-12-29 | Backport: Drop G_THREADS_IMPL_NONE as not implemented in glib since 2011. | Neil | 1 | -9/+3 | |
| Backport of changeset 7847:8ee2f1357c30. | |||||
| 2019-12-29 | Backport: Use ranlib everywhere so no special case on macOS. | Neil | 1 | -7/+1 | |
| Backport of changeset 7846:64f49fc46eee. | |||||
| 2019-12-29 | Backport: Move suppression of Clang warning missing-braces from makefile to ↵ | Neil | 3 | -2/+8 | |
| apply to lexers but not most other files. Backport of changeset 7845:f3264e486266. | |||||
| 2019-12-29 | Backport: Move suppression of Clang warning language-extension-token from ↵ | Neil | 2 | -2/+6 | |
| makefile to only C++ file that requires it. Backport of changeset 7844:bb2bc0e7f17a. | |||||
| 2019-12-29 | Backport: Remove MinGW linker options that do not appear needed with recent ↵ | Neil | 1 | -2/+1 | |
| versions of Mingw-w64. add-stdcall-alias was added by revision 1106 in 2002 enable-runtime-pseudo-reloc-v2 was added by revision 3371 in 2010 Backport of changeset 7842:5899c8a8c448. | |||||
| 2019-12-29 | Backport: Update comments. | Neil | 2 | -4/+6 | |
| Backport of changeset 7841:023ad180a294. | |||||
| 2019-12-29 | Backport: Update suppressions for Cppcheck 1.90. | Neil | 1 | -6/+10 | |
| Backport of changeset 7840:3d58032b15df. | |||||
| 2019-12-13 | Backport: Add or fix file name comments. | Neil | 19 | -11/+19 | |
| Backport of changeset 7838:c924b214edf5. | |||||
| 2019-12-13 | Backport: Fix incorrect comments. | Neil | 2 | -3/+3 | |
| Backport of changeset 7837:89f1e0f361f0. | |||||
| 2019-12-12 | Backport: Hoist common painting code into PaintDC method. | Neil | 1 | -40/+32 | |
| Avoid warnings for potentially NULL pRenderTarget. Backport of changeset 7836:270a67bbe4cb. | |||||
| 2020-01-03 | Updated check.mak for new build environment. | mitchell | 1 | -7/+7 | |
| 2019-12-31 | Updated copyright year for lexlua-specific bits of LongTerm3. | mitchell | 137 | -139/+139 | |
| 2019-12-28 | lexlua: Added txt2tags lexer. | mitchell | 2 | -0/+198 | |
| Thanks to Julien L. | |||||
| 2019-12-07 | Added tag rel-3-11-2 for changeset c0957c0aa4ed | mitchell | 1 | -0/+1 | |
