aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.cxx
AgeCommit message (Expand)AuthorFilesLines
2003-01-03Made method signature compatible with text form XPMs.nyamatongwe1-1/+1
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe1-1/+4
2002-11-19Using strncpy to avoid crashes with long font names.nyamatongwe1-14/+14
2002-10-11Made some functions static as they should not be used from outside.nyamatongwe1-2/+2
2002-09-15Limiting the number of characters to ExtTextOut to be less than 65536nyamatongwe1-0/+6
2002-09-04Measure all characters in Unicode mode.nyamatongwe1-1/+1
2002-07-31Fixed problems with runs of text >= 5000 characters.nyamatongwe1-5/+11
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-3/+8
2002-02-20Fixed bug where extra position element was written when measuring text innyamatongwe1-1/+0
2002-02-12Made font cache thread safe by using a critical section.nyamatongwe1-11/+27
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-10Made code bool-safe and turned Visual C++ warning 4800 back on.nyamatongwe1-3/+3
2001-12-29Using HINSTANCE from Scintilla_RegisterClasses to find cursor so thatnyamatongwe1-1/+1
2001-12-20Patch from stephan to avoid setting cursor to the same value multiplenyamatongwe1-3/+4
2001-11-28Patch from Philippe to restore EM_GETSEL and EM_SETSEL on Windows, reformatnyamatongwe1-6/+6
2001-11-15Changed to a more typesafe definition of ElapsedTime.nyamatongwe1-16/+23
2001-11-15Added ElapsedTime.nyamatongwe1-0/+41
2001-10-28Fixed some warnings from Visual C++.nyamatongwe1-0/+4
2001-10-28Hid implementation of Surface.nyamatongwe1-67/+68
2001-10-28Fixed Platform changes for GTK+ and hid most of the implementation ofnyamatongwe1-35/+96
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-141/+125
2001-10-05Fixed warning from Digital Mars compiler.nyamatongwe1-1/+1
2001-08-10Fixed font resource leak caused by calltips.nyamatongwe1-2/+1
2001-08-02Reindented.nyamatongwe1-36/+35
2001-08-02Removed LBS_SORT flag on list box creation as may need to show list innyamatongwe1-1/+1
2001-05-24Prevented use of uninitialised data when somehing goes wrong withnyamatongwe1-0/+5
2001-04-05Replace target functionality to make find and replace operations fasternyamatongwe1-1/+4
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-20/+20
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-7/+13
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2001-01-25Patch from Philippe, containing comments and a fix to SString for emptynyamatongwe1-2/+2
2000-10-03Mouse down captures now optional.nyamatongwe1-1/+3
2000-10-03Added PLATFORM_ASSERT which is a verson of the standard assert whichnyamatongwe1-2/+28
2000-09-07Incorporated Mark's patch to handle failing GetTextExtentExPoint.nyamatongwe1-1/+5
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe1-1/+1
2000-07-12Added John's autocompletion changes and fiddled to make autocompletion listnyamatongwe1-2/+36
2000-07-04Auto completion border chrome reversed to put above edit layer.nyamatongwe1-2/+2
2000-07-01Horizontal page scroll by 2/3 of page width rather than fixed 200 pixels.nyamatongwe1-1/+1
2000-06-29Added font caching.nyamatongwe1-10/+113
2000-06-23Turned off tracing.nyamatongwe1-1/+1
2000-06-21Added indentation guide API.nyamatongwe1-1/+1
2000-06-12Removed warning when tracing turned off.nyamatongwe1-2/+5
2000-06-04Ensured the UnicodeMode of each Surface is initialised.nyamatongwe1-0/+1
2000-05-15Support for different character sets for each style.nyamatongwe1-2/+2
2000-05-08Updated for Borland C++ 5.5.nyamatongwe1-1/+1
2000-04-21Changed font sizing to use more Windows compatible calculationnyamatongwe1-14/+13
2000-04-08Warning squashing.nyamatongwe1-28/+1
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe1-2/+2
2000-04-06Initial Unicode support code.nyamatongwe1-49/+93
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe1-5/+5