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-05-24
Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand...
Neil
3
-74
/
+74
2018-05-25
Backport: Add GradientRectangle method to Surface to draw rectangles with ver...
mitchell
1
-0
/
+58
2018-05-15
Backport: Drop inclusion of StringCopy.h where possible.
Neil
1
-1
/
+0
2018-05-14
Backport: Avoid using 0 as NULL pointer.
Neil
1
-1
/
+1
2018-05-25
Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ...
mitchell
1
-34
/
+7
2018-05-14
Backport: Modernize Platform.h (2) - noexcept, const, constexpr.
Neil
1
-12
/
+12
2018-05-14
Backport: Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
2
-12
/
+11
2018-05-01
Backport: Encapsulate conversions between WindowID and HWND and hoist cast ou...
Neil
1
-26
/
+31
2018-05-01
Backport: Update dependencies.
Neil
2
-22
/
+31
2018-05-01
Backport: Use RectFromPRectangle to avoid casts.
Neil
3
-3
/
+7
2018-05-01
Backport: Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-2
/
+2
2018-04-30
Backport: Add conversion function from Scintilla Point to Win32 POINT.
Neil
2
-51
/
+85
2018-04-30
Backport: Use const where possible.
Neil
1
-21
/
+21
2018-04-30
Backport: Use const for IME, code page and related code.
Neil
1
-28
/
+27
2018-04-30
Backport: Use Win32 types and avoid casting. Move code to avoid warnings.
Neil
2
-15
/
+14
2018-04-30
Backport: Use message parameter access macros provided by Windows instead of ...
Neil
2
-35
/
+11
2018-04-30
Backport: Use C++ casts in preference to C casts. Use nullptr instead of 0.
Neil
2
-4
/
+5
2018-04-28
Backport: Delete standard functions on classes where there could be attempts ...
Neil
1
-0
/
+12
2018-04-28
Backport: Remove unused definition and replace 0 with nullptr.
Neil
1
-2
/
+1
2018-04-28
Backport:Initialize timers in definition instead of looping to avoid cast and...
Neil
1
-4
/
+1
2018-04-27
Backport: Use floor instead of casts when centring bitmaps inside the given r...
Neil
1
-4
/
+4
2018-04-26
Backport: Update dependencies for ElapsedPeriod.
Neil
1
-6
/
+15
2018-05-06
Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...
mitchell
3
-64
/
+20
2018-04-26
Backport: Update deps for LexCoffeeScript not using Platform.h.
Neil
1
-4
/
+4
2018-04-25
Backport: Remove variables and casts that are not needed.
Neil
1
-4
/
+2
2018-04-25
Backport: Use set of coercion functions for transforming WndProc parameters i...
Neil
1
-7
/
+7
2018-04-25
Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
1
-2
/
+2
2018-05-06
Backport: Remove casts that are not needed since sptr_t and Sci::Position are...
mitchell
1
-1
/
+1
2018-04-22
Backport: Remove casts between char and unsigned char where possible.
Neil
1
-4
/
+4
2018-04-20
Backport: Remove test that is always true.
Neil
1
-1
/
+1
2018-04-20
Backport: Fix warnings from MSVC analyze and reduce casts.
Neil
1
-84
/
+100
2018-05-06
Backport: Feature [feature-requests:#1215]. Use standard functions in prferen...
mitchell
1
-18
/
+5
2018-04-19
Backport: Use ColourDesired constructor explicitly to make more obvious.
Neil
1
-3
/
+3
2018-04-19
Backport: Casting changed in many places, due to change to 64-bit variables f...
Neil
1
-13
/
+13
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
[next]