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
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
2011-04-16
Avoid bad text measurement with very long pieces of text. Bug #3286637.
nyamatongwe
1
-1
/
+2
2011-02-26
Fixed preprocessor macro name to fix bug #3192365.
nyamatongwe
1
-1
/
+1
2010-12-29
Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.
nyamatongwe
1
-15
/
+46
2010-11-10
Remove support for Borland C++.
nyamatongwe
1
-1
/
+1
2010-10-06
Fix for bug #3079778: Autocompletion list overlaps text when WS_EX_CLIENTEDGE...
nyamatongwe
1
-3
/
+3
2010-08-19
Removed unused declaration.
nyamatongwe
1
-1
/
+0
2010-07-14
Visual C++ 98 has problems with MultiMon.h.
nyamatongwe
1
-1
/
+8
2010-06-26
Fix for bug #3017512 Autocomplete popup not working on secondary monitor
nyamatongwe
1
-22
/
+33
2010-06-16
For compatibility with TDM MingW64, undefine _WIN32_WINNT before defining it.
nyamatongwe
1
-1
/
+2
2010-02-24
Avoid casting warnings from GCC.
nyamatongwe
1
-24
/
+42
2010-01-28
Avoiding warnings from cppcheck. Mostly removing bodies of private copy
nyamatongwe
1
-2
/
+2
2009-12-13
Fix for bug #2909699, NULL facename causes crash.
nyamatongwe
1
-1
/
+2
2009-11-02
Added setting for font quality to allow application to choose anti-aliased,
nyamatongwe
1
-16
/
+41
2009-07-12
Since exception handling now turned on, do not check return value from new.
nyamatongwe
1
-25
/
+23
2009-05-06
First stage of Cocoa platform addition.
nyamatongwe
1
-38
/
+38
2009-05-03
Turned on exceptions.
nyamatongwe
1
-40
/
+44
2008-09-14
Avoid warning.
nyamatongwe
1
-3
/
+3
2008-09-07
Encapsulation of conversion to Unicode to simplify text measuring and
nyamatongwe
1
-37
/
+32
2008-09-06
Comment fix.
nyamatongwe
1
-1
/
+1
2008-09-06
Changes to improve handling of long lines.
nyamatongwe
1
-53
/
+82
2008-06-29
Simon Steele's modification to allow replacing the regular
nyamatongwe
1
-2
/
+14
2007-11-23
Ensure palette is not selected into any surfaces when it may need to be
nyamatongwe
1
-1
/
+1
2007-07-07
Typo.
nyamatongwe
1
-6
/
+6
2007-07-07
Allows the popup to be displayed below as long as it can fit on the monitor
nyamatongwe
1
-0
/
+28
2007-05-18
Protection against bad UTF-8 sequences.
nyamatongwe
1
-1
/
+1
2007-05-11
Only perform alpha blending on rectangles with positive widths to
nyamatongwe
1
-1
/
+1
2007-04-19
Patch from Xie Renhui uses explicit ANSI calls on Windows so can be
nyamatongwe
1
-12
/
+12
2007-04-19
All Unicode planes supported, not just the Basic Multilingual Plane.
nyamatongwe
1
-13
/
+16
2007-03-11
Fixed comment.
nyamatongwe
1
-2
/
+2
2007-03-11
Comments and formatting.
nyamatongwe
1
-5
/
+7
2007-02-28
If AlphaBlend not available draw outlines rather than filled rectangles
nyamatongwe
1
-1
/
+3
2006-02-26
Translucency implementation for INDIC_ROUNDBOX and caret line.
nyamatongwe
1
-0
/
+86
2006-02-23
Made number of colours in a palette dynamic so that large numbers of
nyamatongwe
1
-4
/
+20
2006-01-13
If text drawing fails, draw as a sequence of 512 character segments.
nyamatongwe
1
-16
/
+49
2005-12-10
Jeffrey Ren's patch to allow Asian languages to work on English Windows 9x.
nyamatongwe
1
-40
/
+70
2005-11-29
A small amount of use of TCHAR avoids simplest issues when
nyamatongwe
1
-1
/
+2
2005-11-08
Whitespace fix.
nyamatongwe
1
-1
/
+1
2005-10-30
Patch from Joseph Galbraith for 64 bit platforms.
nyamatongwe
1
-9
/
+29
2005-08-23
Took text insets into account when calculating maximum size of
nyamatongwe
1
-2
/
+3
2005-07-22
Ensure DCs are emptied of non-stock, non-default objects before they are
nyamatongwe
1
-1
/
+4
2005-06-27
Changed list box maximum size calculation to take scroll bar width and
nyamatongwe
1
-1
/
+3
2005-06-21
Patch from Ben Harper enables autocompletion lists to display on a
nyamatongwe
1
-4
/
+14
2005-06-07
Patch from Blair McGlashan fixes failure to display autocompletion list
nyamatongwe
1
-1
/
+1
2005-06-02
Tweaked autocompletion width a little so that it is more likely to fit all
nyamatongwe
1
-5
/
+7
2005-05-27
Fix crash with empty autocompletion argument.
nyamatongwe
1
-1
/
+1
2005-03-25
Patch from Blair McGlashan for autocompletion on Windows to
nyamatongwe
1
-122
/
+639
2004-12-03
Safest portion of patch from Régis Vaquette to allow compilation
nyamatongwe
1
-6
/
+6
2004-03-29
Patch from Robin Dunn to pass an extra flag down to
nyamatongwe
1
-1
/
+2
2003-09-27
Removed ListBox::Sort as always created in sorted order.
nyamatongwe
1
-5
/
+0
2003-08-12
Fixed display of pixmaps in autocompletion lists.
rel-1-54
nyamatongwe
1
-3
/
+3
[next]