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-04-17
Templatize ContractionState so it can later be switched between 32-bits and 6...
Neil
1
-69
/
+99
2018-04-17
Templatize LineVector so it can later be switched between 32-bits and 64-bits.
Neil
1
-8
/
+9
2018-03-28
Templatize decorations to allow 32-bit or 64-bit positions.
Neil
4
-61
/
+88
2018-04-16
Determine if line start or end pattern before loop.
Neil
1
-5
/
+7
2018-04-16
Convert topLine from a screen line to a document line before using it to find a
Neil
1
-1
/
+2
2018-04-15
Feature [feature-requests:#1215]. Stop warning about virtual call in destructor.
Neil
5
-19
/
+45
2018-04-14
Make method const as it is just a reader.
Neil
1
-1
/
+1
2018-04-14
Undo some changes that snuck in the last change set.
Neil
1
-7
/
+7
2018-04-14
Make some changes recommended by clang-tidy.
Neil Hodgson
17
-38
/
+39
2018-04-14
Removed workaround for old releases of MSVC.
Neil
1
-5
/
+0
2018-04-13
Don't show command as its noise when used in larger scripts.
Neil
1
-1
/
+1
2018-04-13
Use 'override' for methods that are overridden.
Neil
2
-58
/
+60
2018-04-13
Fix bug with regular expression searches failing to match at line start or end.
Neil
2
-16
/
+12
2018-03-03
Split LineVector into interface and implementation classes to allow future
Neil
2
-87
/
+87
2018-04-11
Remove workaround for problems with noexcept.
Neil
1
-10
/
+2
2018-04-11
Bug [#2008]. Avoid warning unsigned >= 0.
Neil
1
-1
/
+1
2018-04-11
Set the last X chosen when SCI_REPLACESEL called to ensure macros work when text
Neil
2
-0
/
+13
2018-04-10
Added tag rel-4-0-4 for changeset d48bdae67b33
Neil
1
-0
/
+1
2018-04-07
Updates for 4.0.4.
rel-4-0-4
Neil
8
-17
/
+17
2018-04-07
Add item and reorder.
Neil
1
-3
/
+6
2018-04-05
Switching to https.
Neil
5
-519
/
+519
2018-04-05
Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.
Neil
7
-42
/
+28
2018-04-04
Remove automatic detection of Direct2D support during build.
Neil
7
-21
/
+8
2018-04-04
Remove redundant forward declaration and move forward declarations to top.
Neil
1
-10
/
+8
2018-04-04
Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx
Neil
11
-91
/
+83
2018-04-04
Cache client rectangle on EditView so it can be used easily inside EditView.
Neil
7
-28
/
+42
2018-04-04
Bug [#2006]. State SCN_UPDATEUI is an indication that change may have occurred
Neil
1
-5
/
+7
2018-04-03
Moved web page for LongTerm3 to SourceForge so it can be updated by others.
Neil
1
-1
/
+1
2018-03-31
Updated due to allowing C++17 code now.
Neil Hodgson
1
-2
/
+2
2018-03-31
Make clang 6.0 build without warnings. Requires clang to be on the path now.
Neil
1
-3
/
+6
2018-03-31
Standardize on --std=c++17, avoiding GNU extensions and enabling clang 6.0.
Neil
1
-2
/
+2
2018-03-31
Match struct initialization exactly to declaration to avoid warnings from clang.
Neil
1
-3
/
+5
2018-03-30
Reverted #6488 as Xcode clang 9.1 now likes --std=c++17.
Neil Hodgson
1
-1
/
+0
2018-03-30
New Xcode 9.3 so ran the updater which turned on some warnings and
Neil Hodgson
3
-8
/
+16
2018-03-28
Change '.' to '->' as Document::decorations was changed to a pointer by last ...
Neil Hodgson
1
-4
/
+4
2018-03-28
Split decorations into interface and implementation.
Neil
8
-120
/
+201
2018-03-27
Return a FillResult struct from RunStyles::FillRange instead of modifying
Neil
7
-58
/
+72
2018-03-27
Use an interface for ContractionState so that there can be different
Neil
9
-279
/
+331
2018-03-26
Suppress new warnings because of Catch 2.0.1.
Neil
1
-4
/
+6
2018-03-26
Update Catch from 1.0 build 47 to 2.0.1 and modify UnitTester.cpp to suit.
Neil
2
-6090
/
+9371
2018-03-26
Avoid warnings about ignored diagnostic with Clang.
Neil
1
-0
/
+2
2018-03-25
Removed comment about script that is not included.
Neil
1
-1
/
+0
2018-03-25
Feature [feature-requests:#1213]. Clarify UTF8Classify.
Zufu Liu
2
-76
/
+90
2018-03-24
Removed unreachable branches in UTF8Classify.
Neil
1
-8
/
+0
2018-03-24
Removed unwanted include.
Neil
4
-5
/
+3
2018-03-24
Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.
Zufu Liu
16
-237
/
+226
2018-03-24
Update unit test Visual C++ builds to Visual C++ 2017 with /std:c++latest
Neil
2
-12
/
+13
2018-03-22
Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.
Zufu Liu
11
-194
/
+235
2018-03-21
Fix some runtime warnings caused by previous change as wSelection created later
Neil Hodgson
1
-4
/
+4
2018-03-21
Fix warnings about NULL selection widget by moving creation and destruction of
Mitchell Foral
1
-4
/
+2
[next]