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-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
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
2015-03-12
Reduce size of buffers allocated on stack to avoid warnings from Visual Studio
Neil
1
-1
/
+1
2015-01-13
Using size_t instead of unsigned int for conversions to UTF16 for 64-bit
Neil
1
-2
/
+2
2015-01-11
Support removed for Windows 95, 98, and ME.
Neil
1
-42
/
+6
2015-01-10
On Windows GDI, assume font names are encoded in UTF-8 and use wide character
Neil
1
-8
/
+12
2014-12-20
Check for failure of SystemParametersInfo.
Neil
1
-8
/
+9
2014-10-07
Trace failures to flush when drawing bitmaps in Direct2D.
Neil
1
-1
/
+4
2014-10-07
Feature [feature-requests:#1080]. Allow right click selection in popup menu.
Neil
1
-1
/
+1
2014-07-23
Avoid shadowed names mostly in method prototypes. Turn off shadow
Neil
1
-4
/
+4
2014-05-31
Merge 343-Win32-Fix which fixes hangs and crashes at shutdown on Windows.
Neil
1
-1
/
+1
2014-05-26
Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.
Neil
1
-24
/
+26
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
2014-05-03
Replacing the int-based constructors for Point and PRectangle with FromInts
Neil
1
-9
/
+9
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
1
-12
/
+14
2014-05-03
Explicit and more consistent use of XYPOSITION versus int.
Neil
1
-74
/
+101
2014-04-25
Free system libraries at finalization.
Neil
1
-3
/
+21
[prev]
[next]