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
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
-24
/
+26
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
2014-04-25
Delete factories when shutting down to avoid system messages frommm DXGI.
Neil
1
-0
/
+9
2014-02-02
Fix bug when resizing list with only short strings caused the list to move.
Neil
1
-1
/
+2
2014-01-24
Make RoundedRectangle with Direct2D have similar shape to GDI with 4 pixel
Neil
1
-2
/
+2
2014-01-21
Avoid memset for safety.
Neil
1
-2
/
+2
2014-01-18
With Direct2D draw circles with a 1 pixel larger radius to better match
Neil
1
-1
/
+1
2014-01-12
Remove old workarounds for system headers missing elements.
Neil
1
-30
/
+1
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
1
-5
/
+4
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-3
/
+3
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-15
/
+16
2013-10-23
Feature [feature-requests:#887]. Apply GDI gamma to DirectWrite .
Neil
1
-1
/
+43
2013-10-17
Avoid failure in MinGW-w64 Direct2D binding.
Neil
1
-1
/
+6
2013-09-10
Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...
Neil
1
-4
/
+3
2013-09-04
Fix namespace compilation errors when SCI_NAMESPACE defined.
Neil
1
-20
/
+8
2013-08-02
Fix failures when invalid DBCS text was measured by ensuring
Neil
1
-4
/
+7
2013-07-25
Minor changes to avoid warnings from Coverity.
Neil
1
-6
/
+15
2013-07-21
Normalising order of language headers.
Neil
1
-2
/
+2
2013-07-03
Make work with older compilers.
Neil
1
-1
/
+4
2013-07-03
Hide deprecation warning for GetVersionEx.
nyamatongwe
1
-0
/
+10
2013-07-03
Avoid using results from failed calls.
nyamatongwe
1
-9
/
+12
2013-06-05
Make method static as it does not use instance variables.
nyamatongwe
1
-2
/
+2
2013-05-08
Partial fix for compiling Direct2D code with MinGW-w64.
nyamatongwe
1
-10
/
+11
2013-05-07
Replace X.data() with &X[0] to allow building with old releases of Visual C++.
nyamatongwe
1
-1
/
+1
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
1
-5
/
+3
2013-05-04
Replacing raw pointers and allocations for list box with std::vector.
nyamatongwe
1
-94
/
+25
2013-04-24
Cosmetic: remove line-end whitespace.
nyamatongwe
1
-11
/
+11
2013-04-10
Minimized code for SetLineSpacing change.
nyamatongwe
1
-6
/
+1
2013-04-09
With DirectWrite, text was drawn at different vertical positions depending on...
nyamatongwe
1
-0
/
+6
2013-04-05
Replacing system calls for determining DBCS character width with own implemen...
nyamatongwe
1
-4
/
+32
[next]