Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-18 | Backport: Feature [feature-requests:#1297] 7: Add value aliases for ↵ | Neil | 1 | -0/+6 | |
PascalCase constants. For example, FolderEnd instead of Folderend. Could also be used for a snake_case option if desired. Backport of changeset 7590:723866698fd8. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 6: Support enumerated types in APIs. | Neil | 2 | -0/+7 | |
Backport of changeset 7589:156d66aebfa1. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 2: Use position and line more in ↵ | Neil | 1 | -9/+10 | |
documentation. Backport of changeset 7578:8241e0a93bf6. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 1: Moved CheckMentioned.py script ↵ | Neil | 1 | -0/+218 | |
from scite to scintilla as it does not access SciTE files. Backport of changeset 7576:f2d66c606151. | |||||
2019-04-08 | Backport: Use native line ends for make dependencies files. | Neil | 1 | -3/+4 | |
Backport of changeset 7412:c8b567af58c0. | |||||
2019-04-01 | Backport: Switch generation of make dependencies to Python scripts DepGen.py. | Neil | 3 | -0/+158 | |
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. | |||||
2019-04-16 | Backport: Feature [feature-requests:#1259]. Add ↵ | mitchell | 1 | -5/+15 | |
SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed of character category features. Backport of changeset 7392:2832adedd0f4, but with added includes for Sci::clamp(). | |||||
2018-06-30 | Updated for 3.10.0.rel-3-10-0 | mitchell | 2 | -5/+11 | |
2018-05-01 | Backport: Add IntegerRectangle to simplify drawing lines without casting. | Neil | 1 | -0/+1 | |
Backport of changeset 6773:9a027c16f8c3. | |||||
2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ↵ | mitchell | 1 | -0/+2 | |
ElapsedTime. Also use #if for painting measurement as there are 7 sections of code to enable. Backport of changeset 6741:af5d9064c25c. | |||||
2018-04-04 | Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into ↵ | Neil | 1 | -0/+1 | |
ScintillaDLL.cxx to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. Backport of changeset 6670:cfe90078d684. | |||||
2018-05-05 | Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵ | mitchell | 1 | -1/+0 | |
UniConversion. Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. Backport of changeset 6645:463fa6965d9a. | |||||
2018-02-27 | Backport: Added <utility> and <tuple> to header order and moved POSIX header ↵ | Neil | 1 | -1/+5 | |
<sys/time.h> after standard C++ language headers. Backport of changeset 6461:abc640b89c43. | |||||
2018-01-28 | Backport: Use std::end when filling arrays as reduces chance of mistake. | Neil | 1 | -0/+1 | |
Backport of changeset 6436:a366ce1a811e. | |||||
2017-09-14 | Backport: Normalize whitespace. | Zufu Liu | 5 | -7/+6 | |
Backport of changeset 6391:9e52beea0fea. | |||||
2017-09-14 | Backport: Remove automatically generated line end whitespace. | Zufu Liu | 1 | -2/+2 | |
Backport of changeset 6390:51ca7c18e949. | |||||
2017-08-28 | Backport: New header ILoader.h defines ILoader interface as it does not ↵ | Neil | 1 | -0/+1 | |
belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7. | |||||
2017-06-22 | Backport: Add DefaultLexer.h to header order. | Neil | 1 | -0/+1 | |
Backport of changeset 6327:3d9896c08ea2. | |||||
2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 1 | -0/+1 | |
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. | |||||
2018-03-10 | Added curses platform. | mitchell | 2 | -0/+5 | |
2017-05-21 | Use unique_ptr and forward_list to regularize PerLine data structures. | Neil | 1 | -0/+1 | |
2017-05-21 | Make SparseVector work with move-only types. | Neil | 1 | -0/+1 | |
Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed. | |||||
2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -0/+4 | |
where it may be needed in the future. | |||||
2017-02-15 | Automatically add new lexers to Xcode project in LexGen.py. | Neil | 3 | -1/+141 | |
2017-02-11 | Add <iostream> to header order. | Neil | 1 | -0/+1 | |
2017-02-01 | Bug [#1901]. Make trackpad scrolling work on Wayland. | John Flatness | 1 | -0/+1 | |
2016-11-16 | Extend header checking to include directory and add Sci_Position.h. | Neil | 2 | -1/+3 | |
2016-10-27 | Add stdint.h to header ordering in case used in future. | Neil | 1 | -0/+1 | |
2016-10-21 | Initial accessibility support for the GTK platform v7 | Colomban Wendling | 1 | -0/+3 | |
2016-10-18 | Script for checking that all headers are included in a standard order. | Neil | 1 | -0/+92 | |
2016-10-18 | Add SparseVector template as a new data structure for storing per-line data | Neil | 1 | -0/+6 | |
which is 0 or NULL for most lines. | |||||
2016-09-17 | Reset the comment after use so that it isn't applied to other features. | Neil | 1 | -0/+2 | |
2016-05-16 | Bug [#1829]. Include comments for enu and lex definitions. | Kasper B. Graversen | 1 | -1/+2 | |
2016-04-08 | Update header ordering to cover all headers used in Scintilla and reorder | Neil Hodgson | 1 | -0/+12 | |
in Cocoa source consistently. | |||||
2016-03-25 | Since stddef.h is the most basic header, defining size_t, move it first. | Neil | 1 | -1/+1 | |
2015-11-20 | Remove line end whitespace. | Neil | 5 | -33/+33 | |
2015-09-21 | Automate updating of version numbers in the Scintilla framework. | Neil Hodgson | 2 | -1/+24 | |
2015-08-26 | Use current CSS theming calls instead of deprecated gtk_widget_override_font. | Neil | 1 | -0/+1 | |
2015-08-12 | Read multiline LexerModule declarations and extract lexer name -> lexer ID and | Neil | 1 | -5/+31 | |
lexer ID -> fileName dictionaries. | |||||
2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+1 | |
2015-06-02 | Provide downloads from scintilla.org to avoid degradation of SourceForge. | Neil | 1 | -2/+2 | |
2015-02-22 | Implement VK_HANJA for Korean on Windows. | Neil | 1 | -0/+1 | |
2015-02-02 | Added <deque> to order. | Neil | 1 | -0/+1 | |
2014-12-08 | Avoid warnings from clang about calling abs with float arguments. | Neil | 1 | -0/+1 | |
2014-10-02 | Allow using C++11 <regex> for searches as a provisional feature. | Neil | 1 | -0/+1 | |
2014-07-23 | Add PerLine.h to the header order. | Neil | 1 | -0/+1 | |
2014-07-08 | Split out EditModel, MarginView, and EditView classes into separate files. | Neil | 1 | -0/+3 | |
2014-05-24 | Header include statements are now in a standardised order with that order | Neil | 1 | -0/+128 | |
defined in scripts/HeaderOrder.txt. | |||||
2014-04-17 | Fix Python 3.x compatibility. | Neil | 1 | -4/+7 | |
2014-03-18 | Extact credits from hsitory page with code. | Neil | 1 | -0/+29 | |
Normalize credit format. Make list same as one shown in about box. |