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
path:
root
/
win32
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-15
Backport: Feature [feature-requests:#1215]. Stop warning about virtual call i...
Neil
1
-4
/
+14
2018-04-05
Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit...
Neil
1
-2
/
+2
2018-04-04
Backport: Remove automatic detection of Direct2D support during build.
Neil
6
-21
/
+4
2018-04-04
Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into Sci...
Neil
7
-82
/
+74
2018-04-04
Backport: Cache client rectangle on EditView so it can be used easily inside ...
Neil
1
-2
/
+2
2018-03-31
Backport: Make clang 6.0 build without warnings. Requires clang to be on the ...
Neil
1
-4
/
+6
2018-03-31
Backport: Match struct initialization exactly to declaration to avoid warning...
Neil
1
-3
/
+5
2018-03-24
Backport: Removed unwanted include.
Neil
2
-3
/
+2
2018-05-05
Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...
mitchell
2
-97
/
+131
2018-05-05
Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...
mitchell
2
-12
/
+9
2018-03-22
Updating for 3.8.0.
mitchell
1
-2
/
+2
2018-03-16
Backport: Remove line-end white space.
Neil
1
-1
/
+1
2018-03-15
Backport: Use forward class definitions of XPM and RGBAImage so only code tha...
Neil
1
-1
/
+0
2018-03-08
Backport: Create static library libscintilla.a or libscintilla.lib on Windows.
Neil
2
-33
/
+46
2018-03-06
Backport: Feature [feature-requests:#1210]. Maxima lexer added.
Gunter Königsmann
2
-0
/
+8
2018-02-22
Backport: Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and ...
Tobias Kühne
1
-1
/
+1
2018-01-21
Backport: Type casts in case Sci::Position and Sci::Line are extended to 64-b...
Neil
1
-14
/
+14
2017-09-11
Backport: The Scintilla namespace is always active for internal symbols and f...
Neil
5
-18
/
+0
2017-08-28
Backport: New header ILoader.h defines ILoader interface as it does not belon...
Neil
1
-0
/
+1
2017-06-22
Backport: Add a DefaultLexer class which lexers can subclass if they want rea...
Neil
2
-0
/
+2
2017-06-22
Backport: Cast between Sci_Position.h types used for lexers and Position.h ty...
Neil
1
-6
/
+6
2017-06-12
Backport: Remove old timer code in favour of the FineTicker* methods.
Neil
1
-8
/
+0
2017-06-12
Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...
Neil
1
-23
/
+23
2017-06-12
Backport: Removed unused functions and methods from Platform.h.
Neil
4
-126
/
+28
2017-06-11
Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
1
-9
/
+23
2018-03-13
Update GTK+ version requirements.
mitchell
1
-1
/
+1
2017-06-09
Backport: Use min and max from std instead of own version from platform.
Neil
1
-6
/
+11
2018-03-11
Added optional Lua lexer support.
mitchell
2
-2
/
+20
2017-05-23
Updated for 3.7.5 release.
Neil
1
-2
/
+2
2017-05-22
Bug [#1946]. Builds are made with a sorted list of lexers to be more reproduc...
Bernhard M. Wiedemann
1
-1
/
+1
2017-05-21
Use UniqueString to simplify FontNames.
Neil
2
-6
/
+3
2017-05-21
Make SparseVector work with move-only types.
Neil
3
-54
/
+76
2017-05-19
Update from MSVC 2013 to 2015 for better C++11 compliance for unique_ptr.
Neil
1
-2
/
+2
2017-05-08
Improve Direct2D text measurement code by eliminating extraneous variables,
Neil
1
-33
/
+33
2017-05-02
More consistent use of size_t when converting Unicode formats.
Neil
2
-21
/
+22
2017-05-02
Use unique_ptr for drawing surfaces and don't check for allocation failure
Neil
2
-87
/
+75
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-21
More consistent deletion of standard methods.
Neil
2
-4
/
+4
2017-04-20
More consistent deletion of standard methods.
Neil
1
-2
/
+3
2017-04-19
Use =delete for unwanted functions.
Neil
1
-9
/
+9
2017-04-19
Drop "virtual" when "override" used.
Neil
1
-19
/
+19
2017-04-17
Simplify expression.
Neil
1
-1
/
+2
2017-04-15
Avoid calling virtual functions in constructors and destructors.
Neil
1
-3
/
+3
2017-04-07
Prefer C++ static cast over C-style casts.
Neil
2
-7
/
+7
2017-04-07
Use same parameter names in declarations and definitions.
Neil
2
-9
/
+9
2017-04-06
Added const where possible.
Neil
3
-87
/
+87
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
2
-16
/
+17
2017-03-31
Hide decorations details a little.
Neil
1
-1
/
+1
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-42
/
+42
2017-03-30
Stop drawing a focus rectangle on the autocompletion list.
Neil
1
-4
/
+1
[next]