aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2002-10-27Updating version number to 1.49.nyamatongwe1-4/+4
2002-10-11Made some functions static as they should not be used from outside.nyamatongwe1-2/+2
2002-10-08New lexer for Fortran.nyamatongwe3-2/+8
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe1-2/+5
2002-09-17The clean target removes *.pdb, *.exp, and *.lib which are new from VS .NET.nyamatongwe2-2/+4
2002-09-15Limiting the number of characters to ExtTextOut to be less than 65536nyamatongwe1-0/+6
as there appears to be a GDI 16 bit limitation.
2002-09-15Made reverse regex searches work a bit.nyamatongwe1-1/+1
2002-09-10Compatible with Mingw 2.0.nyamatongwe1-2/+2
2002-09-10Made compatible with Mingw 2.0.nyamatongwe1-39/+41
2002-09-10Including LexAsm.nyamatongwe3-3/+9
2002-09-09Updated version number to 1.48.nyamatongwe1-4/+4
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-07-30Updated version number to 1.47.nyamatongwe1-4/+4
2002-07-29Removed Scriptol lexer.nyamatongwe3-7/+1
2002-07-29INitial version from Simon Steele.nyamatongwe1-0/+328
2002-07-28Full paint now paints all of the margins as well. Required to simplifynyamatongwe1-3/+4
handling of abandoned paints where styling causes fold markers to change.
2002-07-21Added Scriptol language.nyamatongwe2-1/+4
2002-07-20Module definition file ensures exported symbols use sensible names.nyamatongwe1-0/+2
2002-07-20Exporting direct calling function from DLLs.nyamatongwe3-8/+15
2002-06-09Compatibility with 64 bit systems.nyamatongwe2-10/+32
2002-06-09Choose compile options that are more compatible with standard C++.nyamatongwe1-1/+1
2002-06-09Avoid type size warnings.nyamatongwe1-2/+1
2002-05-21Changed from GetTickCount to GetMessageTime as that retieves the time the ↵nyamatongwe1-2/+2
mouse was clicked rather than the current time and there may have been a delay.
2002-05-08Updated version number to 1.46.nyamatongwe1-4/+4
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe2-6/+6
2002-04-21Simplified LOGO option handling.nyamatongwe1-96/+94
Shared INCLUDEDIRS between compilers. Simplified command lines. Regenerated dependencies.
2002-04-21Updated.nyamatongwe1-3/+0
2002-04-20Added QUIET option for Borland and simplified QUIET handling. Merged ↵nyamatongwe1-20/+21
resource file compilation and simplified some rules.
2002-04-18Changed default builds to VS .NET.nyamatongwe1-0/+5
2002-04-16Made default nmake build quiet.nyamatongwe1-1/+1
2002-04-12MSVC release build creates debug information.nyamatongwe1-2/+2
2002-04-11List of lexers automatically generated.nyamatongwe2-7/+21
2002-04-11Added call to Scintilla_LinkLexers to ensure lexers are always linked innyamatongwe1-0/+1
for SciLexer version.
2002-04-04Change to horizontal scrolling to allow the assumed document width to be set.nyamatongwe1-10/+28
2002-04-03In read-only mode, display no-effect drag & drop cursor.nyamatongwe1-3/+4
2002-03-29Patch from Ralf Wagner to ensure DIR_O used for resource files.nyamatongwe1-4/+4
2002-03-13Updated for version 1.45.nyamatongwe1-4/+4
2002-02-21Wheel mouse handles page at a time mode.nyamatongwe1-3/+9
Maintaining partial wheel deltas calculated better. Avoid Borland warning in window class registration code.
2002-02-20Fixed bug where extra position element was written when measuring text innyamatongwe1-1/+0
Unicode mode.
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe3-5/+10
2002-02-16Windows classes unregistered at finalisation to avoid problems inside IE.nyamatongwe1-27/+41
Success of initialisation and finalisationreturned to caller.
2002-02-12Moved external lexer loading from initialisation of ScintillaWin objectnyamatongwe1-5/+4
to Scintilla_RegisterClasses to avoid possibility of thread contention.
2002-02-12Avoiding incremental link and map file generation.nyamatongwe1-1/+1
2002-02-12Made font cache thread safe by using a critical section.nyamatongwe2-15/+40
2002-02-12Made compatible with const correctness done for superclass.nyamatongwe2-4/+4
2002-02-02Updated version number for 1.44.nyamatongwe1-4/+4
2002-01-18Updated copyrights for 2002.nyamatongwe4-4/+4
2002-01-18Updated version number to 1.43.nyamatongwe1-6/+6
2002-01-13Added TickerID typedef to ease merging FOX code.nyamatongwe1-2/+2