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
2018-03-01
Mark variables as const where simple.
Neil
17
-281
/
+281
2018-03-01
Use C++ cast in preference to C cast.
Neil
1
-1
/
+1
2018-03-01
Mark pointer argument as const as not written to.
Neil
2
-7
/
+7
2018-03-01
Avoid warning with explicit destructor.
Neil
1
-0
/
+1
2018-03-01
Use make_unique in preference to new.
Neil
12
-46
/
+46
2018-03-01
Update to c++17 so make_unique is available.
Neil
1
-1
/
+1
2018-02-28
SciTE change log.
Neil
1
-0
/
+5
2018-02-27
Use 'const'.
Neil
1
-1
/
+1
2018-02-27
Use virtual to ensure LexState overrides LineEndTypesSupported method.
Neil
2
-2
/
+2
2018-02-27
Added <utility> and <tuple> to header order and moved POSIX header <sys/time.h>
Neil
3
-5
/
+9
2018-02-26
Added string_view to order.
Neil
1
-0
/
+1
2018-02-26
SciTE changelog.
Neil
1
-0
/
+4
2018-02-24
Fix move-extends-selection mode for rectangular and line selections.
Mitchell Foral
4
-17
/
+138
2018-02-22
Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and deletions.
Tobias Kühne
2
-1
/
+5
2018-02-17
For rectangular selections, pressing Home or End now moves the caret to the Home
Vicente
2
-3
/
+18
2018-02-17
SciTE changelog.
Neil
1
-0
/
+4
2018-02-14
SciTE change log.
Neil
1
-0
/
+13
2018-02-12
Added tag rel-4-0-3 for changeset 1bf8b7c50995
Neil
1
-0
/
+1
2018-02-10
Update Cocoa test app to Xcode 9.2 settings.
rel-4-0-3
Neil Hodgson
1
-7
/
+15
2018-02-10
Eliminate calls of Scintilla APIs that have been removed.
Neil Hodgson
1
-3
/
+0
2018-02-08
Updating for 4.0.3.
Neil
8
-20
/
+22
2018-02-06
[Bug #1983] Fix double tap word selection on Windows 10 1709 Fall Creators Up...
Dimitar Radev
2
-1
/
+6
2018-02-02
Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
12
-21
/
+75
2018-02-02
SciTE change log.
Neil
1
-0
/
+5
2018-02-01
SciTE change log.
Neil
1
-0
/
+5
2018-02-01
Templatize RunStyles so it can be over ranges of different types and contain
Neil
6
-75
/
+100
2018-02-01
Templatize Partitioning so it can hold different types.
Neil
8
-37
/
+39
2018-01-31
Document bytes argument to SCI_CREATEDOCUMENT.
Neil
1
-0
/
+3
2018-01-26
Extend SplitVector to allow more than 2 billion elements on 64-bit systems.
Neil
4
-52
/
+52
2018-01-26
Add documentOption argument to SCI_CREATELOADER.
Neil
4
-14
/
+30
2018-01-30
Disable animated find indicator on macOS 10.12 as it causes drawing failures.
Neil Hodgson
2
-2
/
+7
2018-01-30
SciTE changelog.
Neil
1
-0
/
+4
2018-01-28
SciTE changelog.
Neil
1
-0
/
+6
2018-01-28
Match declaration signature to definition signature.
Neil
1
-1
/
+1
2018-01-28
Use std::end when filling arrays as reduces chance of mistake.
Neil
5
-7
/
+13
2018-01-28
Replace Sci::clamp with C++ standard std::clamp function.
Neil
4
-32
/
+23
2018-01-28
Use std::abs in preference to abs as std::abs is generic and abs casts to int
Neil
2
-3
/
+4
2018-01-28
Allow C++17 in all build and project files.
Neil
5
-6
/
+10
2018-01-26
Ensure build allows C++17.
Neil Hodgson
1
-2
/
+4
2018-01-22
Make clamp generic so can be used on more types.
Neil
1
-6
/
+3
2018-01-21
Match variable types to method so will build if switched to 64-bit.
Neil
1
-2
/
+2
2018-01-21
Fix namespace so can build inside Visual C++.
Neil
1
-0
/
+4
2018-01-21
Type casts in case Sci::Position and Sci::Line are extended to 64-bits.
Neil
1
-14
/
+14
2018-01-20
Credit for markdown.properties.
Neil
1
-0
/
+2
2018-01-11
Add ENABLE_BIDIRECTIONAL option to make files.
Neil
2
-1
/
+9
2017-12-19
Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.
Neil
7
-5
/
+65
2018-01-10
Added Textilosaurus.
Neil
1
-0
/
+4
2018-01-02
[Bug #1985] Add 'while' keyword to Matlab lexer keywords that start a fold block
John Donoghue
2
-0
/
+5
2017-12-14
Added credit for SciTE update.
Neil
1
-0
/
+1
2017-12-13
Use explicit typedefs instead of deprecated derivation from std::iterator.
Greg Smith
1
-3
/
+21
[prev]
[next]