Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-07 | Backport: Add item and reorder. | Neil | 1 | -3/+6 | |
Backport of changeset 6675:ac57ef9d455e. | |||||
2018-04-05 | Backport: Switching to https. | Neil | 6 | -503/+514 | |
Backport of changeset 6674:f2293f8e3cca. | |||||
2018-04-05 | Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on ↵ | Neil | 7 | -42/+28 | |
EditView. This change was not compatible with Cocoa as it uses document-based coordinates rather than view-based. Backport of changeset 6673:a22abea8d41e. | |||||
2018-04-04 | Backport: Remove automatic detection of Direct2D support during build. | Neil | 7 | -21/+8 | |
DISABLE_D2D may still be defined to remove Direct2D features. Backport of changeset 6672:9c1997a14d89. | |||||
2018-04-04 | Backport: Remove redundant forward declaration and move forward declarations ↵ | Neil | 1 | -10/+8 | |
to top. Backport of changeset 6671:4b0f850270d8. | |||||
2018-04-04 | Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into ↵ | Neil | 11 | -94/+89 | |
ScintillaDLL.cxx to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. Backport of changeset 6670:cfe90078d684. | |||||
2018-04-04 | Backport: Cache client rectangle on EditView so it can be used easily inside ↵ | Neil | 7 | -28/+42 | |
EditView. Backport of changeset 6669:7402342dc7a3. | |||||
2018-04-04 | Backport: Bug [#2006]. State SCN_UPDATEUI is an indication that change may ↵ | Neil | 1 | -5/+7 | |
have occurred and not that a change definitely occurred. Backport of changeset 6668:3f20bac89b30. | |||||
2018-04-03 | Backport: Moved web page for LongTerm3 to SourceForge so it can be updated ↵ | Neil | 1 | -1/+1 | |
by others. Backport of changeset 6667:d65ed0ee2893. | |||||
2018-03-31 | Backport: Make clang 6.0 build without warnings. Requires clang to be on the ↵ | Neil | 1 | -4/+6 | |
path now. Backport of changeset 6665:b3db8fb581bb. | |||||
2018-03-31 | Backport: Match struct initialization exactly to declaration to avoid ↵ | Neil | 1 | -3/+5 | |
warnings from clang. Backport of changeset 6663:ff933a6a090b. | |||||
2018-03-28 | Backport: Change '.' to '->' as Document::decorations was changed to a ↵ | Neil Hodgson | 1 | -4/+4 | |
pointer by last set. Backport of changeset 6659:bb434e6d3f9b. | |||||
2018-05-05 | Backport: Split decorations into interface and implementation. | mitchell | 8 | -120/+201 | |
Backport of changeset 6658:693e737f3155. | |||||
2018-03-27 | Backport: Return a FillResult struct from RunStyles::FillRange instead of ↵ | Neil | 7 | -58/+72 | |
modifying arguments as that is clumsy when converting types. Backport of changeset 6657:43515e7709c6. | |||||
2018-03-27 | Backport: Use an interface for ContractionState so that there can be different | Neil | 9 | -279/+331 | |
implementations of that interface. Backport of changeset 6656:ffa2a06d3987. | |||||
2018-03-26 | Backport: Suppress new warnings because of Catch 2.0.1. | Neil | 1 | -4/+6 | |
Suppress unused private function warnings in ScintillaWin as they are used. Backport of changeset 6654:dde7d711bde3. | |||||
2018-03-26 | Backport: Update Catch from 1.0 build 47 to 2.0.1 and modify UnitTester.cpp ↵ | Neil | 2 | -6090/+9371 | |
to suit. Use #define for Catch to report memory leaks after main as the previous call to _CrtDumpMemoryLeaks was too early and listed a static allocation as a leak. Backport of changeset 6653:0d68633e33ce. | |||||
2018-03-26 | Backport: Avoid warnings about ignored diagnostic with Clang. | Neil | 1 | -0/+2 | |
Backport of changeset 6652:4d04a4cc73af. | |||||
2018-03-25 | Backport: Removed comment about script that is not included. | Neil | 1 | -1/+0 | |
Backport of changeset 6649:07f35aa742ca. | |||||
2018-03-25 | Backport: Feature [feature-requests:#1213]. Clarify UTF8Classify. | Zufu Liu | 2 | -76/+90 | |
Use UTF8BytesOfLead to determine expected length early in function to quickly detect argument not long enough, invalid single bytes and invalid first trail then branching on length for more detailed checks. Backport of changeset 6648:5f2c128ad6dc. | |||||
2018-03-24 | Backport: Removed unreachable branches in UTF8Classify. | Neil | 1 | -8/+0 | |
Backport of changeset 6647:f81b6f34bf07. | |||||
2018-03-24 | Backport: Removed unwanted include. | Neil | 4 | -5/+3 | |
Backport of changeset 6646:c64207e7e584. | |||||
2018-05-05 | Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵ | mitchell | 16 | -237/+226 | |
UniConversion. Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. Backport of changeset 6645:463fa6965d9a. | |||||
2018-05-05 | Backport: Feature [feature-requests:#1211]. Use pre-computed table for ↵ | mitchell | 11 | -194/+243 | |
UTF8BytesOfLead. Friendlier treatment of invalid UTF-8. Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests. Backport of changeset 6643:ebbb4e5aaf93. | |||||
2018-05-05 | Use correct domain for scintilla380 release zip. | mitchell | 1 | -1/+1 | |
2018-04-29 | Fixed potential crashes in curses platform with newer versions of ncurses. | mitchell | 1 | -4/+4 | |
2018-04-07 | lexlua: Added 'var' keyword for C#. | mitchell | 1 | -1/+1 | |
2018-03-28 | Added tag rel-3-8-0 for changeset 7c78091d5d6c | mitchell | 1 | -0/+1 | |
2018-03-26 | Removed unwanted files in lexlua/.rel-3-8-0 | mitchell | 4 | -2149/+0 | |
2018-03-25 | Added BACKPORTING notice. | mitchell | 1 | -0/+162 | |
2018-03-25 | Fixed LPeg lexer incorrectly applying style changes to stale property sets. | mitchell | 1 | -6/+11 | |
Also, when manually updating the default style, call SCI_STYLECLEARALL in order for subsequent style updates to inherit from the default style. | |||||
2018-03-22 | Update changelog with LPeg lexers and curses additions. | mitchell | 1 | -0/+6 | |
2018-03-22 | Updating for 3.8.0. | mitchell | 8 | -14/+14 | |
2018-03-21 | Backport: Fix some runtime warnings caused by previous change as wSelection | Neil Hodgson | 1 | -4/+4 | |
created later and clients (such as SciTE's about box) may use API to set up text before window is realized. Backport of changeset 6637:f5bc6b39f3fa. | |||||
2018-03-21 | Backport: Fix warnings about NULL selection widget by moving creation and ↵ | Mitchell Foral | 1 | -4/+2 | |
destruction of wSelection into the realize and unrealize handlers. Backport of changeset 6636:faac617dc312. | |||||
2018-03-21 | Backport: Include header needed for ptrdiff_t. | Mitchell Foral | 7 | -0/+7 | |
Backport of changeset 6635:f59121877e75. | |||||
2018-03-20 | Backport: Add unit tests for UniCoversion. | Neil | 5 | -3/+270 | |
Backport of changeset 6631:dab8d8906cfb. | |||||
2018-03-19 | Backport: Fix warning from MSVC 64-bit. | Neil | 1 | -2/+2 | |
Backport of changeset 6630:9a68a8f20de9. | |||||
2018-03-16 | Backport: Remove line-end white space. | Neil | 28 | -83/+83 | |
Backport of changeset 6625:2dd6b8049c4e. | |||||
2018-03-16 | Remove unused inclusion of "XPM.h" in curses. | mitchell | 1 | -1/+0 | |
2018-03-15 | Backport: Use forward class definitions of XPM and RGBAImage so only code ↵ | Neil | 14 | -47/+46 | |
that uses them 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. Backport of changeset 6624:32adac0930bb. | |||||
2018-03-14 | Backport: Bug [#2001]. Make masking and comparison code clearer. | Neil | 1 | -16/+25 | |
Backport of changeset 6623:85eff0bae17a. | |||||
2018-03-16 | Fixed compiler warnings in LPeg lexer. | mitchell | 1 | -8/+7 | |
2018-03-09 | Backport: Use Position/Line/int more accurately in preparation for large ↵ | Neil | 17 | -131/+136 | |
documents. Backport of changeset 6480:f2650eaa75e6. | |||||
2018-03-08 | Backport: Fix relexing from inside multiline comments. | Gunter Königsmann | 1 | -9/+17 | |
Fix some warnings. Backport of changeset 6479:065b6d800991. | |||||
2018-03-08 | Backport: Change log. | Neil | 1 | -0/+3 | |
Backport of changeset 6478:e7f3cfe25244. | |||||
2018-03-08 | Backport: Create static library libscintilla.a or libscintilla.lib on Windows. | Neil | 4 | -38/+53 | |
Stop creating Lexers.a static library. Harmonize make files. Backport of changeset 6477:a65186aab9f9. | |||||
2018-03-08 | Backport: Bug [#1952]. Match identifier chains with dots and colons. | Kein-Hong Man | 2 | -56/+98 | |
Backport of changeset 6475:8fb85a29591f. | |||||
2018-03-06 | Backport: Feature [feature-requests:#1210]. Maxima lexer added. | Gunter Königsmann | 9 | -0/+257 | |
Backport of changeset 6474:7a2aeece58b6. | |||||
2018-03-05 | Backport: Bug [#1999]. Fix hang lexing a Lua label where the range ends ↵ | Neil | 2 | -0/+9 | |
before "::". Backport of changeset 6473:daf991b38f03. |