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
/
PlatWin.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-31
Change lifetime of textLayout for bidirectional so it is always released in
Neil
1
-3
/
+4
2018-07-10
Use Select* macros from windowsx.h to avoid casts and for consistency.
Neil
1
-8
/
+8
2018-06-02
Define IScreenLineLayout as the main interface for implementing bidirectional
Neil
1
-216
/
+166
2018-05-24
Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods.
Neil
1
-59
/
+64
2018-05-23
Implement bidirectional mode bidiL2R for DirectDraw on Win32.
Neil
1
-6
/
+419
2018-05-23
Add definitions for bidirectional support to Platform.h and provide empty
Neil
1
-0
/
+41
2018-05-22
Add GradientRectangle method to Surface to draw rectangles with vertical or
Neil
1
-0
/
+58
2018-05-18
Add <vector> to files that include Platform.h as likely needed in future.
Neil
1
-1
/
+1
2018-05-15
Replace ELEMENTS with std::size and drop inclusion of StringCopy.h.
Neil
1
-1
/
+0
2018-05-14
Avoid using 0 as NULL pointer.
Neil
1
-1
/
+1
2018-05-14
Fix warning.
Neil
1
-1
/
+1
2018-05-14
Use string_view for UniConversion functions.
Neil
1
-6
/
+6
2018-05-14
Modernize Platform.h (4) - update Surface to use string_view for text arguments.
Neil
1
-60
/
+62
2018-05-14
Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for
Neil
1
-34
/
+7
2018-05-14
Modernize Platform.h (2) - noexcept, const, constexpr.
Neil
1
-12
/
+12
2018-05-14
Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
1
-10
/
+8
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-05-01
Encapsulate conversions between WindowID and HWND and hoist cast out of switch.
Neil
1
-26
/
+31
2018-05-01
Use RectFromPRectangle to avoid casts.
Neil
1
-1
/
+3
2018-04-30
Add conversion function from Scintilla Point to Win32 POINT.
Neil
1
-28
/
+36
2018-04-30
Use Win32 types and avoid casting. Move code to avoid warnings.
Neil
1
-7
/
+7
2018-04-30
Use message parameter access macros provided by Windows instead of casting.
Neil
1
-5
/
+3
2018-04-30
Use C++ casts in preference to C casts. Use nullptr instead of 0.
Neil
1
-3
/
+3
2018-04-27
Use floor instead of casts when centring bitmaps inside the given rectangle.
Neil
1
-4
/
+4
2018-04-26
Use <chrono> for platform-independent timing and remove ElapsedTime.
Neil
1
-48
/
+0
2018-04-25
Remove variables and casts that are not needed.
Neil
1
-4
/
+2
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-15
Feature [feature-requests:#1215]. Stop warning about virtual call in destructor.
Neil
1
-4
/
+14
2018-04-04
Remove automatic detection of Direct2D support during build.
Neil
1
-1
/
+1
2018-03-31
Match struct initialization exactly to declaration to avoid warnings from clang.
Neil
1
-3
/
+5
2018-03-22
Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.
Zufu Liu
1
-11
/
+8
2018-03-16
Remove line-end white space.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
1
-110
/
+2
2017-06-11
Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
1
-9
/
+23
2017-06-09
Use min and max from std instead of own version from platform.
Neil
1
-6
/
+11
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
1
-1
/
+1
2017-05-02
Use unique_ptr for drawing surfaces and don't check for allocation failure
Neil
1
-44
/
+36
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-21
More consistent deletion of standard methods.
Neil
1
-3
/
+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-07
Prefer C++ static cast over C-style casts.
Neil
1
-2
/
+2
2017-04-07
Use same parameter names in declarations and definitions.
Neil
1
-7
/
+7
2017-04-06
Added const where possible.
Neil
1
-47
/
+47
[next]