| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-08-22 | Follow rule-of-zero / rule-of-5 where reasonable by removing standard operators | Neil | 1 | -1/+0 |
| 2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -1/+1 |
| 2020-04-17 | Arithmetic between enums is deprecated so use constexpr instead of enum or cast. | Neil | 1 | -7/+7 |
| 2020-03-23 | Use noexcept, const, and constexpr where possible. | Neil | 1 | -6/+6 |
| 2019-03-25 | Convert #defines to enums and hide them in private section so not visible to | Neil | 1 | -9/+8 |
| 2017-10-16 | Use const for interface CharacterIndexer and its implementation DocumentIndexer. | Neil | 1 | -4/+4 |
| 2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 |
| 2017-04-21 | More consistent deletion of standard methods. | Neil | 1 | -0/+1 |
| 2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -8/+8 |
| 2016-03-29 | Bug [#1822]. Doubled size of compiled regex buffer. | Neil | 1 | -1/+1 |
| 2014-10-02 | Allow using C++11 <regex> for searches as a provisional feature. | Neil | 1 | -1/+1 |
| 2014-07-24 | Ensure all fields initialised in constructor. | Neil | 1 | -1/+0 |
| 2013-12-15 | Make single argument constructors explicit to avoid unexpected conversions. | Neil | 1 | -1/+1 |
| 2013-05-24 | Made methods const where they can be and are logically const as well. | nyamatongwe | 1 | -1/+1 |
| 2013-05-04 | Replacing raw pointers and allocations with std::string. | nyamatongwe | 1 | -2/+2 |
| 2013-04-19 | Remove unused methods. | nyamatongwe | 1 | -1/+0 |
| 2008-10-09 | Bug #2056209 avoiding hidden variable warnings with Sun Studio. | nyamatongwe | 1 | -2/+2 |
| 2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit messa... | scaraveo | 1 | -0/+8 |
| 2007-01-16 | Patch from Philippe Lhoste to regular expressions adds \d, \D, \s, \S, \w, \W... | nyamatongwe | 1 | -7/+9 |
| 2006-02-27 | Patch from Philippe makes some methods private, improve comments and | nyamatongwe | 1 | -8/+8 |
| 2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -3/+6 |
| 2005-06-07 | Added virtual destructor to avoid warning from GCC 4. | nyamatongwe | 1 | -0/+2 |
| 2003-03-04 | Patch from Jakub to optionally implement more POSIX compatible regular | nyamatongwe | 1 | -1/+1 |
| 2002-09-15 | made 8-bit safe. | nyamatongwe | 1 | -1/+1 |
| 2001-04-29 | Addition of new target methods - versions of ReplaceTarget that take counted | nyamatongwe | 1 | -3/+3 |
| 2001-04-06 | Made regular expression searching work on a line by line basis, made ^ and | nyamatongwe | 1 | -1/+2 |
| 2001-04-05 | Replace target functionality to make find and replace operations faster | nyamatongwe | 1 | -1/+6 |
| 2001-04-04 | Moved to public domain regular expresion implementation. | nyamatongwe | 1 | -0/+54 |