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
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.
nyamatongwe
1
-3
/
+3
2003-05-09
Fixed problem when missing reverse arrow cursor resource meant cursor disappe...
nyamatongwe
1
-1
/
+5
2003-04-18
Changed Function* to simpler Function.
nyamatongwe
1
-2
/
+2
2003-04-18
Cast to allow recent gcc and Borland compilers to build.
nyamatongwe
1
-1
/
+2
2003-04-18
Patch from Simon to make ExternalLexer platform independent.
nyamatongwe
1
-0
/
+30
2003-04-09
Limit the number of characters in string arguments to text drawing and
nyamatongwe
1
-16
/
+17
2003-04-06
Avoid calling API before Window created.
nyamatongwe
1
-2
/
+3
2003-04-06
Move method for Rectangle class.
nyamatongwe
1
-4
/
+7
2003-04-05
Changes to allow calltips to be popup rather than child windows.
nyamatongwe
1
-5
/
+14
2003-03-30
Make IDC_HAND visible with old build environments.
nyamatongwe
1
-0
/
+4
2003-03-21
Optimising by not drawing space characters in transparent mode.
nyamatongwe
1
-15
/
+21
2003-03-20
Patch from Simon Steele to implement the hotspot style and associated
nyamatongwe
1
-0
/
+3
2003-03-09
Added Pango text display support to GTK+ platform.
nyamatongwe
1
-6
/
+6
2003-02-23
Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning
nyamatongwe
1
-0
/
+4
2003-02-06
Fixed bug in array resizing.
nyamatongwe
1
-1
/
+2
2003-02-05
Moved IsNT to PlatWin and cached the result.
nyamatongwe
1
-3
/
+14
2003-02-02
Transaprent text drawing.
nyamatongwe
1
-1
/
+21
2003-01-31
Fixes to autocompletion pixmaps from Mauritius Thinnes.
nyamatongwe
1
-1
/
+3
2003-01-18
Added SWP_NOZORDER to SetWindowPos to avoid fronting windows.
nyamatongwe
1
-1
/
+1
2003-01-12
Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes.
nyamatongwe
1
-0
/
+8
2003-01-12
Additions from Yukihiro Nakai to enable DBCS mode on GTK+.
nyamatongwe
1
-0
/
+6
2003-01-10
Made ListBox an interface so that a platform-specific subclass, ListBoxX,
nyamatongwe
1
-30
/
+314
2003-01-03
Made method signature compatible with text form XPMs.
nyamatongwe
1
-1
/
+1
2002-11-21
Patch from Biswa to add icons to autocompletion lists.
nyamatongwe
1
-1
/
+4
2002-11-19
Using strncpy to avoid crashes with long font names.
nyamatongwe
1
-14
/
+14
2002-10-11
Made some functions static as they should not be used from outside.
nyamatongwe
1
-2
/
+2
2002-09-15
Limiting the number of characters to ExtTextOut to be less than 65536
nyamatongwe
1
-0
/
+6
2002-09-04
Measure all characters in Unicode mode.
nyamatongwe
1
-1
/
+1
2002-07-31
Fixed problems with runs of text >= 5000 characters.
nyamatongwe
1
-5
/
+11
2002-06-09
Compatibility with 64 bit systems.
nyamatongwe
1
-3
/
+8
2002-02-20
Fixed bug where extra position element was written when measuring text in
nyamatongwe
1
-1
/
+0
2002-02-12
Made font cache thread safe by using a critical section.
nyamatongwe
1
-11
/
+27
2002-01-18
Updated copyrights for 2002.
nyamatongwe
1
-1
/
+1
[prev]
[next]