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-03-24
Removed unwanted include.
Neil
2
-3
/
+2
2018-03-24
Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.
Zufu Liu
2
-97
/
+131
2018-03-22
Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.
Zufu Liu
2
-12
/
+9
2018-03-16
Remove line-end white space.
Neil
1
-1
/
+1
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-1
/
+0
2018-03-08
Create static library libscintilla.a or libscintilla.lib on Windows.
Neil
2
-33
/
+46
2018-03-06
Feature [feature-requests:#1210]. Maxima lexer added.
Gunter Königsmann
2
-0
/
+8
2018-02-22
Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and deletions.
Tobias Kühne
1
-1
/
+1
2018-02-08
Updating for 4.0.3.
Neil
1
-2
/
+2
2018-01-28
Allow C++17 in all build and project files.
Neil
1
-1
/
+5
2018-01-21
Type casts in case Sci::Position and Sci::Line are extended to 64-bits.
Neil
1
-14
/
+14
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
1
-0
/
+11
2017-10-26
Updates for 4.0.2.
rel-4-0-2
Neil
1
-2
/
+2
2017-10-18
Updates for 4.0.1 release.
rel-4-0-1
Neil
1
-2
/
+2
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
5
-18
/
+0
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-08-11
Preparing for the 4.0.0 release.
Neil
1
-2
/
+2
2017-06-22
Add a DefaultLexer class which lexers can subclass if they want reasonable
Neil
2
-0
/
+2
2017-06-22
Cast between Sci_Position.h types used for lexers and Position.h types used in
Neil
1
-6
/
+6
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
1
-8
/
+0
2017-06-12
Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.
Neil
1
-23
/
+23
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
4
-128
/
+30
2017-06-11
Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
1
-9
/
+23
2017-06-10
Update GTK+ and compiler version requirements.
Neil
1
-1
/
+1
2017-06-09
Use min and max from std instead of own version from platform.
Neil
1
-6
/
+11
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
2017-03-19
Update for 3.7.4 release.
Neil
1
-2
/
+2
2017-03-10
Bug [#1653]. Detect if Windows 8+ or KB2533623 installed before using flag.
Neil
1
-5
/
+17
[next]