Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-09 | Backport: Feature [feature-requests:#1265]. Common Intermediate Language ↵ | mitchell | 2 | -0/+26 | |
(CIL) lexer. Backport of changeset 7283:aaeca7f7cf9d. | |||||
2019-02-05 | Backport: Feature [feature-requests:#1217]. Change API so block just for ↵ | Zufu Liu | 2 | -2/+6 | |
overstrike. Backport of changeset 7249:06b6a93d8e3f. | |||||
2019-02-02 | Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS. | Zufu Liu | 2 | -0/+2 | |
Backport of changeset 7248:aba09a1c7c63. | |||||
2018-11-21 | Backport: Feature [feature-requests:#1242]. Add lexer for Nim | Jad Altahan | 2 | -0/+38 | |
Backport of changeset 7173:3e6cf75864cc. | |||||
2018-10-11 | Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 2 | -0/+8 | |
This can reduce the time taken to fold a document by half. Backport of changeset 7110:09c647755bed. | |||||
2018-09-30 | Backport: Synchronize definition and documentation. | Neil | 1 | -1/+1 | |
Backport of changeset 7102:927e7d62e917. | |||||
2018-07-31 | Backport: Define PLAT_HAIKU and use to avoid a reported compilation problem ↵ | Neil | 1 | -0/+5 | |
on 32-bit Haiku where ptrdiff_t and int are the same size but different types. Backport of changeset 7070:406da729a8b3. | |||||
2018-07-10 | Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ↵ | Neil | 2 | -2/+40 | |
points and UTF-16 code units added. Converted instances of C++17 std::string_view to C++11. Also used const_casts where appropriate to fix compile errors. Backport of changeset 7063:0d5edc93e280. | |||||
2018-06-21 | Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata. | Luke Rasmussen | 2 | -0/+64 | |
Backport of changeset 7056:974bc87e0696. | |||||
2018-06-06 | Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line. | Henrik Hank | 2 | -0/+2 | |
Backport of changeset 7024:72c92ed3dc10. | |||||
2018-05-28 | Backport: Add styles for diffs containing patches. | Andreas Rönnquist | 2 | -0/+8 | |
Backport of changeset 7004:a1f932ccdee6. | |||||
2018-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. ↵ | Neil | 1 | -1/+1 | |
Standard methods. Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases. Backport of changeset 6974:e99161ef7bdd. | |||||
2018-05-22 | Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types. | Neil | 2 | -0/+4 | |
Backport of changeset 6966:872900d3ceb0. | |||||
2018-05-25 | Backport: Add GradientRectangle method to Surface to draw rectangles with ↵ | mitchell | 1 | -4/+70 | |
vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6. | |||||
2018-05-17 | Backport: Use nullptr instead of 0 in headers as this diminishes the number ↵ | Neil | 1 | -2/+2 | |
of warnings. Backport of changeset 6957:06ab85d42c89. | |||||
2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵ | mitchell | 1 | -7/+6 | |
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232. | |||||
2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -56/+23 | |
ColourDesired is an int instead of long for consistency over different platforms. Changes made to Point, PRectangle, and ColourDesired. RoundXYPosition removed. Backport of changeset 6939:7441dcb96e6a. | |||||
2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 1 | -37/+33 | |
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu, DynamicLibrary, and Platform. Backport of changeset 6938:a42c7cc3254b. | |||||
2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ↵ | mitchell | 1 | -8/+0 | |
ElapsedTime. Also use #if for painting measurement as there are 7 sections of code to enable. Backport of changeset 6741:af5d9064c25c. | |||||
2018-04-21 | Backport: Remove CallBackAction which was replaced by IListBoxDelegate. | Neil | 1 | -5/+0 | |
Backport of changeset 6726:436141741e4f. | |||||
2018-04-20 | Backport: Avoid MSVC analyze warnings about statics by making Point ↵ | Neil | 1 | -1/+1 | |
constructor constexpr. Backport of changeset 6714:bdd810136072. | |||||
2018-04-20 | Backport: Remove casts, drop default argument, use const. | Neil | 1 | -3/+3 | |
Backport of changeset 6708:6705d3f828c5. | |||||
2018-04-19 | Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line ↵ | Nicholai Benalal | 2 | -0/+4 | |
numbers white. Backport of changeset 6700:daa126b86c17. | |||||
2018-05-05 | Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than ↵ | mitchell | 2 | -4/+10 | |
2 GigaBytes. This option is provisional and experimental. Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added '#include <cstddef>' to top of src/RESearch.cxx to fix 32-bit build error. | |||||
2018-05-05 | Backport: Make some changes recommended by clang-tidy. | mitchell | 1 | -2/+2 | |
Backport of changeset 6687:4cbf987c7590. | |||||
2018-04-14 | Backport: Removed workaround for old releases of MSVC. | Neil | 1 | -5/+0 | |
Backport of changeset 6686:afae71db79d3. | |||||
2018-03-06 | Backport: Feature [feature-requests:#1210]. Maxima lexer added. | Gunter Königsmann | 2 | -0/+20 | |
Backport of changeset 6474:7a2aeece58b6. | |||||
2018-02-02 | Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE. | Neil | 2 | -0/+2 | |
Backport of changeset 6448:431b814a54a6. | |||||
2018-01-26 | Backport: Add documentOption argument to SCI_CREATELOADER. | Neil | 2 | -2/+6 | |
Backport of changeset 6441:92c8f0f1b3e6. | |||||
2017-11-20 | Backport: Add SCI_GETMOVEEXTENDSSELECTION. | Mitchell Foral | 2 | -0/+4 | |
Backport of changeset 6418:85205da6ec1b. | |||||
2017-10-23 | Backport: Document style metadata APIs. | Neil | 1 | -3/+3 | |
Backport of changeset 6405:0849bae316da. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 2 | -12/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-08-28 | Backport: New header ILoader.h defines ILoader interface as it does not ↵ | Neil | 3 | -14/+27 | |
belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7. | |||||
2017-08-25 | Backport: Moved *StyleBits* APIs into deprecated category. | Neil | 2 | -14/+15 | |
Backport of changeset 6379:b44bb3627bbd. | |||||
2017-08-11 | Backport: Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and ↵ | Neil | 1 | -1/+1 | |
SC_TECHNOLOGY_DIRECTWRITEDC as provisional. Backport of changeset 6371:fde8223ca36c. | |||||
2017-08-02 | Backport: Improve description of HideSelection. | rhkramer | 1 | -1/+1 | |
Backport of changeset 6363:a56da7a004b4. | |||||
2017-07-17 | Backport: Implement style metadata for some languages. | Neil | 1 | -1/+5 | |
Add some helper methods to SubStyles for finding style metadata of substyles. Backport of changeset 6349:f350a2543488. | |||||
2017-06-22 | Backport: Add style metadata methods with null implementations. | Neil | 3 | -1/+28 | |
Backport based on changesets 6345:faecbd0078e5 and 6346:72bd27f81477. | |||||
2017-07-13 | Backport: Update typedefs used for lexing. | Neil | 1 | -2/+4 | |
Backport of changeset 6344:59732c65082d. | |||||
2017-07-09 | Backport: Bug [#1955]. The data parameter to ILoader::AddData made const. | Justin Dailey | 1 | -1/+1 | |
Backport of changeset 6340:52f12c3eebcd. | |||||
2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 1 | -26/+1 | |
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. | |||||
2017-06-11 | Backport: Implement SCN_AUTOCSELECTIONCHANGE notification. | Neil | 3 | -1/+16 | |
Backported from changeset 6306:7e28cdba6d61. | |||||
2018-03-11 | Added optional Lua lexer support. | mitchell | 2 | -0/+2 | |
This support is disabled by default and must be enabled via compile-time option. | |||||
2017-04-07 | Prefer C++ static cast over C-style casts. | Neil | 1 | -1/+1 | |
2017-04-07 | Allowing assigning Windows and ensure cursorLast is initialized. | Neil | 1 | -0/+8 | |
2017-04-06 | Added const where possible. | Neil | 1 | -1/+1 | |
2017-04-06 | Added a caret line frame as an alternative visual for highlighting the caret ↵ | A-R-C-A | 2 | -0/+10 | |
line. | |||||
2017-04-02 | Added "Reverse Selected Lines" as SCI_LINEREVERSE. | Vicente | 2 | -0/+4 | |
2017-03-07 | Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled. | Neil | 2 | -0/+14 | |
2017-03-06 | New "indent" lexer styled as plain text but folded by indentation level. | Vicente | 2 | -0/+2 | |