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-05-01
Backport: Use RectFromPRectangle to avoid casts.
Neil
1
-1
/
+3
2018-04-30
Backport: Add conversion function from Scintilla Point to Win32 POINT.
Neil
1
-28
/
+36
2018-04-30
Backport: Use Win32 types and avoid casting. Move code to avoid warnings.
Neil
1
-7
/
+7
2018-04-30
Backport: Use message parameter access macros provided by Windows instead of ...
Neil
1
-5
/
+3
2018-04-30
Backport: Use C++ casts in preference to C casts. Use nullptr instead of 0.
Neil
1
-3
/
+3
2018-04-27
Backport: Use floor instead of casts when centring bitmaps inside the given r...
Neil
1
-4
/
+4
2018-05-06
Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...
mitchell
1
-48
/
+0
2018-04-25
Backport: Remove variables and casts that are not needed.
Neil
1
-4
/
+2
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-15
Backport: Feature [feature-requests:#1215]. Stop warning about virtual call i...
Neil
1
-4
/
+14
2018-04-04
Backport: Remove automatic detection of Direct2D support during build.
Neil
1
-1
/
+1
2018-03-31
Backport: Match struct initialization exactly to declaration to avoid warning...
Neil
1
-3
/
+5
2018-05-05
Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...
mitchell
1
-11
/
+8
2018-03-16
Backport: Remove line-end white space.
Neil
1
-1
/
+1
2017-09-11
Backport: The Scintilla namespace is always active for internal symbols and f...
Neil
1
-4
/
+0
2017-06-12
Backport: Removed unused functions and methods from Platform.h.
Neil
1
-110
/
+2
2017-06-11
Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
1
-9
/
+23
2017-06-09
Backport: 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
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-9
/
+9
2017-03-30
Stop drawing a focus rectangle on the autocompletion list.
Neil
1
-4
/
+1
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
1
-65
/
+10
2017-03-04
Use C++11 keyword "override" for methods that override a base class.
Neil
1
-103
/
+103
2016-05-03
Avoid use of const_cast when retrieving window positions.
Neil
1
-4
/
+5
2016-05-03
Fix off-by-one error that allowed resizing autocompletion from bottom when it
Neil
1
-1
/
+1
2016-03-07
Include stddef.h as using ptrdiff_t and stddef.h is its home.
Neil
1
-0
/
+1
2016-01-07
Remove pragmas that were needed for Windows 9x which is no longer supported.
Neil
1
-10
/
+0
2015-11-20
Remove line end whitespace.
Neil
1
-1
/
+1
2015-11-20
Using DirectWrite, for ligatures and other character clusters, display caret and
Neil
1
-4
/
+3
2015-09-25
Replace reinterpret_cast with static_cast where possible.
Neil
1
-35
/
+35
2015-09-25
Remove null occurrences of reinterpret_cast which just converted HDC to HDC.
Neil
1
-15
/
+15
2015-07-16
Cast for 64-bit warning with Visual C++ 2015.
Neil
1
-1
/
+1
2015-06-24
Simplify text measurement and drawing by removing segmentation and failure
Neil
1
-88
/
+25
2014-01-20
Fix typos in comments (win32)
Stefan Weil
1
-3
/
+3
2015-05-13
Bug [#1703]. Fix bug when drawing text margins in buffered mode which would use
Neil
1
-2
/
+7
2015-03-15
Bug [#1705]. Fix a bug with Mingw-w64. Probably due to incorrect definition of
Neil
1
-2
/
+3
[next]