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
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
2016-12-09
Drop language compliance flags that have become default.
Neil
1
-1
/
+1
2016-12-01
Updating make dependencies.
Neil
2
-19
/
+25
2016-11-30
Updates for 3.7.1.
Neil
1
-2
/
+2
2016-11-23
Implementation of MarginRightClick event.
Tse Kit Yam
1
-15
/
+25
2016-11-25
Bug [#1886]. Fix EM_SETSEL to match Microsoft documentation.
Neil
1
-5
/
+1
2016-11-25
Feature [feature-requests:#1166]. EDIFACT lexer and folder added.
Iain Clarke
1
-0
/
+3
2016-11-20
Avoid warning with MinGW-w64 which defines D2DERR_RECREATE_TARGET differently
Neil
1
-2
/
+2
2016-10-27
Tidy CaseMapString by moving some mechanics into CaseConvert. Use StringEncode
Neil
1
-58
/
+42
2016-10-27
Suppress warning message from Code Analysis for code that does work.
Neil
1
-0
/
+6
2016-10-18
Avoid linker warning on Windows.
Neil
1
-1
/
+1
2016-10-11
Updates for 3.7.0.
Neil
1
-2
/
+2
[next]