index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-20
SciTE change log.
Neil
1
-0
/
+6
2020-05-19
Bug [#2171]. Implement per-monitor DPI Awareness on Windows.
Neil
4
-21
/
+67
2020-05-19
Encapsulate GetProcAddress in a way that avoids undefined and conditionally
Neil
3
-31
/
+38
2020-05-19
Encapsulate common check for PS, LS, and NEL as UTF8IsMultibyteLineEnd.
Neil
2
-6
/
+10
2020-05-19
Update version.
Neil
1
-2
/
+2
2020-05-19
Use pathlib in generator scripts.
Neil
4
-58
/
+56
2020-05-19
Remove call to ScintillaData as result not used.
Neil
1
-2
/
+0
2020-05-17
Ensure Lexilla built as well.
Neil
1
-1
/
+6
2020-05-11
Remove lexers from libscintilla.lib / libscintilla.a.
Neil
2
-2
/
+2
2020-05-17
Produce a shared object libscintilla.so that can be dynamically linked to.
Neil
1
-4
/
+27
2020-05-17
On Unix call shared object liblexilla instead of lexilla to match platform
Neil
3
-4
/
+6
2020-05-11
Set calling convention to stdcall to match clients and old DLL lexers and
Neil
3
-5
/
+12
2020-05-11
Support Windows XP.
Neil
1
-1
/
+15
2020-05-17
Shared object files are not source so ignore them.
Neil
1
-0
/
+1
2020-05-05
Fixed bug where a single character line with a single character line end
Yury Dubinsky
4
-10
/
+29
2020-05-04
Change log.
Neil
1
-0
/
+4
2020-05-04
Feature [feature-requests:1347]. Optimize large insertions by using a
Zufu Liu
1
-29
/
+122
2020-05-04
Feature [feature-requests:1347]. Add methods to insert multiple partitions.
Neil
2
-0
/
+46
2020-05-03
Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and
Neil
9
-3
/
+418
2020-05-02
Optimize LineVector by maintaining an activeIndices field to avoid calling
Neil
1
-30
/
+34
2020-05-02
InsertEmpty now returns a pointer to the newly added elements to allow caller to
Neil
2
-2
/
+25
2020-05-02
Allow disabling automatically generated #define constants.
Neil
1
-0
/
+4
2020-05-02
Feature [feature-requests:1349] Define CopyAllowLine only on Editor, not subc...
Neil
2
-8
/
+1
2020-05-01
Make lambdas noexcept.
Zufu Liu
5
-12
/
+12
2020-05-01
Mark Decoration methods noexcept where reasonable.
Neil
2
-34
/
+34
2020-05-01
Change log.
Neil
1
-0
/
+19
2020-05-01
Bug [#2173]. Tweak font measurement so underscores more likely visible.
Neil
1
-2
/
+2
2020-05-01
Allow arbitrary length lines by using std::string instead of array.
Neil
1
-16
/
+15
2020-05-01
Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 like
Neil
6
-0
/
+31
2020-05-01
Better diagnostics when script fails
Neil
1
-1
/
+2
2020-05-01
Replace deprecated function pango_script_for_unichar with g_unichar_get_script.
Neil
2
-6
/
+6
2020-04-30
Add a script to make it easier to test lexers on Unix.
Neil
1
-0
/
+7
2020-04-30
Clean up - make local function static and remove code that has no effect.
Zufu Liu
1
-3
/
+1
2020-04-30
Bug [#2019]. Fix buffer over-read with absolute reference.
Zufu Liu
3
-5
/
+36
2020-04-30
Fix line ends on example files.
Neil
3
-188
/
+188
2020-04-30
Treat \n and \r\n line ends the same after operands by setting style to comment.
Neil
1
-3
/
+1
2020-04-30
Retrieve errorlist and mmixal files with local line ends so match result files
Neil
1
-0
/
+2
2020-04-30
Add tests for mmixal lexer.
Neil
5
-0
/
+176
2020-04-30
Add tests for errorlist lexer.
Neil
3
-0
/
+208
2020-04-28
Fixed link.
Neil
1
-1
/
+1
2020-04-27
Remove documentation that is no longer correct.
Neil
1
-1
/
+0
2020-04-27
Added tag rel-4-3-3 for changeset 4c6aee014e72
Neil
1
-0
/
+1
2020-04-23
Updates for 4.3.3.
rel-4-3-3
Neil
9
-20
/
+18
2020-04-21
Feature [feature-requests:1346]. Add lexer.as.comment.character property to
Dejan Budimir
2
-1
/
+13
2020-04-17
Update Python versions for files that may involve PySide on Linux which requires
Neil
11
-6
/
+16
2020-04-17
Update Python versions. Modules that are only used as top level scripts or from
Neil
7
-18
/
+13
2020-04-17
Making dependencies now requires Python 3.6+.
Neil
13
-19
/
+25
2020-04-17
Arithmetic between enums is deprecated so use constexpr instead of enum or cast.
Neil
2
-10
/
+11
2020-04-16
Remove dead code.
Neil
1
-7
/
+0
2020-04-16
Specify that NotifyStyleNeeded is an override. Replace 0/NULL with nullptr.
Neil
1
-5
/
+5
[next]