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-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
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
2017-03-09
Drop support for Windows NT 4 by statically linking to system APIs that are
Neil
5
-88
/
+17
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-0
/
+1
2017-03-06
New "indent" lexer styled as plain text but folded by indentation level.
Vicente
1
-0
/
+3
2017-03-05
For IMEs, do not clear selected text when there is no composition text to show.
johnsonj
1
-1
/
+4
2017-03-04
Use C++11 keyword "override" for methods that override a base class.
Neil
2
-145
/
+145
2017-03-04
Add include to allow #6138 to build on Windows.
Neil
1
-0
/
+2
2017-02-16
Updates for 3.7.3.
rel-3-7-3
Neil
1
-2
/
+2
2016-12-27
Updates for 3.7.2.
rel-3-7-2
Neil
1
-2
/
+2
[next]