| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-28 | Backport: Templatize decorations to allow 32-bit or 64-bit positions. | Neil | 1 | -2/+2 | |
| Backport of changeset 6693:7247d1c9c27f. | |||||
| 2018-05-05 | Backport: Split decorations into interface and implementation. | mitchell | 1 | -51/+33 | |
| Backport of changeset 6658:693e737f3155. | |||||
| 2018-03-27 | Backport: Return a FillResult struct from RunStyles::FillRange instead of ↵ | Neil | 1 | -2/+2 | |
| modifying arguments as that is clumsy when converting types. Backport of changeset 6657:43515e7709c6. | |||||
| 2018-03-09 | Backport: Use Position/Line/int more accurately in preparation for large ↵ | Neil | 1 | -10/+10 | |
| documents. Backport of changeset 6480:f2650eaa75e6. | |||||
| 2018-02-01 | Backport: Templatize RunStyles so it can be over ranges of different types ↵ | Neil | 1 | -1/+1 | |
| and contain different style types. Currently only instantiated over <int, int>. Backport of changeset 6445:89d992f380a1. | |||||
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -4/+0 | |
| for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
| 2017-05-10 | Simplify DecorationList and its clients by using a vector instead of an | Neil | 1 | -10/+10 | |
| intrusive linked list. Restrict clients to a read-only view. | |||||
| 2017-04-07 | Drop "virtual" from methods that do not need to be virtual. | Neil | 1 | -2/+2 | |
| 2017-04-01 | More encapsulation for Decoration and DecorationList. | Neil | 1 | -2/+19 | |
| 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 | -2/+2 | |
| 2010-03-13 | Adding const to methods where possible. | nyamatongwe | 1 | -2/+2 | |
| 2008-08-09 | Clear document style now only clears the lexer indicators. | nyamatongwe | 1 | -2/+0 | |
| 2008-08-03 | ClearDocumentStyle clears all indicators in case the lexer has used an | nyamatongwe | 1 | -0/+2 | |
| indicator. | |||||
| 2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+8 | |
| message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
| 2007-04-19 | Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR | nyamatongwe | 1 | -1/+1 | |
| notification flag. | |||||
| 2007-04-07 | More decoration code, with modifications reported from document to views | nyamatongwe | 1 | -1/+2 | |
| although this isn't optimal. Some checking for null changes. Messages documented. Methods for changing indicators in Accessor so can be used by lexers. | |||||
| 2007-04-05 | New files that implement decorations. | nyamatongwe | 1 | -0/+55 | |
