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-30
Add conversion function from Scintilla Point to Win32 POINT.
Neil
2
-51
/
+85
2018-04-30
Use const where possible.
Neil
1
-21
/
+21
2018-04-30
Use const for IME, code page and related code.
Neil
1
-28
/
+27
2018-04-30
Use Win32 types and avoid casting. Move code to avoid warnings.
Neil
2
-15
/
+14
2018-04-30
Use message parameter access macros provided by Windows instead of casting.
Neil
2
-35
/
+11
2018-04-30
Use C++ casts in preference to C casts. Use nullptr instead of 0.
Neil
2
-4
/
+5
2018-04-28
Delete standard functions on classes where there could be attempts to copy.
Neil
1
-0
/
+12
2018-04-28
Remove unused definition and replace 0 with nullptr.
Neil
1
-2
/
+1
2018-04-28
Initialize timers in definition instead of looping to avoid cast and warning.
Neil
1
-4
/
+1
2018-04-27
Use floor instead of casts when centring bitmaps inside the given rectangle.
Neil
1
-4
/
+4
2018-04-26
Update dependencies for ElapsedPeriod.
Neil
1
-6
/
+15
2018-04-26
Use <chrono> for platform-independent timing and remove ElapsedTime.
Neil
3
-64
/
+20
2018-04-26
Update deps for LexCoffeeScript not using Platform.h.
Neil
1
-4
/
+4
2018-04-25
Remove variables and casts that are not needed.
Neil
1
-4
/
+2
2018-04-25
Use set of coercion functions for transforming WndProc parameters into pointers.
Neil
1
-7
/
+7
2018-04-25
Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
1
-2
/
+2
2018-04-25
Remove casts that are not needed since sptr_t and Sci::Position are the same ...
Neil
1
-1
/
+1
2018-04-22
Remove casts between char and unsigned char where possible.
Neil
1
-4
/
+4
2018-04-20
Remove test that is always true.
Neil
1
-1
/
+1
2018-04-20
Fix warnings from MSVC analyze and reduce casts.
Neil
1
-84
/
+100
2018-04-20
Feature [feature-requests:#1215]. Use standard functions in prference to
Neil
1
-18
/
+4
2018-04-19
Use ColourDesired constructor explicitly to make more obvious.
Neil
1
-3
/
+3
2018-04-19
Casting changed in many places, due to change to 64-bit variables for 64-bit
Neil
1
-13
/
+13
2018-04-15
Feature [feature-requests:#1215]. Stop warning about virtual call in destructor.
Neil
1
-4
/
+14
2018-04-11
Bug [#2008]. Avoid warning unsigned >= 0.
Neil
1
-1
/
+1
2018-04-07
Updates for 4.0.4.
rel-4-0-4
Neil
1
-2
/
+2
2018-04-05
Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.
Neil
1
-2
/
+2
2018-04-04
Remove automatic detection of Direct2D support during build.
Neil
6
-21
/
+4
2018-04-04
Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx
Neil
7
-82
/
+74
2018-04-04
Cache client rectangle on EditView so it can be used easily inside EditView.
Neil
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-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
[prev]
[next]