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
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
2002-01-10
Made code bool-safe and turned Visual C++ warning 4800 back on.
nyamatongwe
1
-3
/
+3
2001-12-29
Using HINSTANCE from Scintilla_RegisterClasses to find cursor so that
nyamatongwe
1
-1
/
+1
2001-12-20
Patch from stephan to avoid setting cursor to the same value multiple
nyamatongwe
1
-3
/
+4
2001-11-28
Patch from Philippe to restore EM_GETSEL and EM_SETSEL on Windows, reformat
nyamatongwe
1
-6
/
+6
2001-11-15
Changed to a more typesafe definition of ElapsedTime.
nyamatongwe
1
-16
/
+23
2001-11-15
Added ElapsedTime.
nyamatongwe
1
-0
/
+41
2001-10-28
Fixed some warnings from Visual C++.
nyamatongwe
1
-0
/
+4
2001-10-28
Hid implementation of Surface.
nyamatongwe
1
-67
/
+68
2001-10-28
Fixed Platform changes for GTK+ and hid most of the implementation of
nyamatongwe
1
-35
/
+96
2001-10-28
Removed platform-specific headers from Platform.h and thus stopped
nyamatongwe
1
-141
/
+125
2001-10-05
Fixed warning from Digital Mars compiler.
nyamatongwe
1
-1
/
+1
2001-08-10
Fixed font resource leak caused by calltips.
nyamatongwe
1
-2
/
+1
2001-08-02
Reindented.
nyamatongwe
1
-36
/
+35
2001-08-02
Removed LBS_SORT flag on list box creation as may need to show list in
nyamatongwe
1
-1
/
+1
2001-05-24
Prevented use of uninitialised data when somehing goes wrong with
nyamatongwe
1
-0
/
+5
2001-04-05
Replace target functionality to make find and replace operations faster
nyamatongwe
1
-1
/
+4
2001-02-27
Patch from Philippe to regularise comments.
nyamatongwe
1
-20
/
+20
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-7
/
+13
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2001-01-25
Patch from Philippe, containing comments and a fix to SString for empty
nyamatongwe
1
-2
/
+2
2000-10-03
Mouse down captures now optional.
nyamatongwe
1
-1
/
+3
2000-10-03
Added PLATFORM_ASSERT which is a verson of the standard assert which
nyamatongwe
1
-2
/
+28
2000-09-07
Incorporated Mark's patch to handle failing GetTextExtentExPoint.
nyamatongwe
1
-1
/
+5
2000-07-22
Updates to make new API work on both GTK+ and Win32.
nyamatongwe
1
-1
/
+1
2000-07-12
Added John's autocompletion changes and fiddled to make autocompletion list
nyamatongwe
1
-2
/
+36
2000-07-04
Auto completion border chrome reversed to put above edit layer.
nyamatongwe
1
-2
/
+2
2000-07-01
Horizontal page scroll by 2/3 of page width rather than fixed 200 pixels.
nyamatongwe
1
-1
/
+1
2000-06-29
Added font caching.
nyamatongwe
1
-10
/
+113
2000-06-23
Turned off tracing.
nyamatongwe
1
-1
/
+1
2000-06-21
Added indentation guide API.
nyamatongwe
1
-1
/
+1
2000-06-12
Removed warning when tracing turned off.
nyamatongwe
1
-2
/
+5
2000-06-04
Ensured the UnicodeMode of each Surface is initialised.
nyamatongwe
1
-0
/
+1
2000-05-15
Support for different character sets for each style.
nyamatongwe
1
-2
/
+2
[next]