| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2002-07-29 | INitial version from Simon Steele. | nyamatongwe | 1 | -0/+328 | |
| 2002-07-28 | Full paint now paints all of the margins as well. Required to simplify | nyamatongwe | 1 | -3/+4 | |
| handling of abandoned paints where styling causes fold markers to change. | |||||
| 2002-07-21 | Added Scriptol language. | nyamatongwe | 2 | -1/+4 | |
| 2002-07-20 | Module definition file ensures exported symbols use sensible names. | nyamatongwe | 1 | -0/+2 | |
| 2002-07-20 | Exporting direct calling function from DLLs. | nyamatongwe | 3 | -8/+15 | |
| 2002-06-09 | Compatibility with 64 bit systems. | nyamatongwe | 2 | -10/+32 | |
| 2002-06-09 | Choose compile options that are more compatible with standard C++. | nyamatongwe | 1 | -1/+1 | |
| 2002-06-09 | Avoid type size warnings. | nyamatongwe | 1 | -2/+1 | |
| 2002-05-21 | Changed from GetTickCount to GetMessageTime as that retieves the time the ↵ | nyamatongwe | 1 | -2/+2 | |
| mouse was clicked rather than the current time and there may have been a delay. | |||||
| 2002-05-08 | Updated version number to 1.46. | nyamatongwe | 1 | -4/+4 | |
| 2002-04-21 | Some Win64 compatibility and size_t correctness. | nyamatongwe | 2 | -6/+6 | |
| 2002-04-21 | Simplified LOGO option handling. | nyamatongwe | 1 | -96/+94 | |
| Shared INCLUDEDIRS between compilers. Simplified command lines. Regenerated dependencies. | |||||
| 2002-04-21 | Updated. | nyamatongwe | 1 | -3/+0 | |
| 2002-04-20 | Added QUIET option for Borland and simplified QUIET handling. Merged ↵ | nyamatongwe | 1 | -20/+21 | |
| resource file compilation and simplified some rules. | |||||
| 2002-04-18 | Changed default builds to VS .NET. | nyamatongwe | 1 | -0/+5 | |
| 2002-04-16 | Made default nmake build quiet. | nyamatongwe | 1 | -1/+1 | |
| 2002-04-12 | MSVC release build creates debug information. | nyamatongwe | 1 | -2/+2 | |
| 2002-04-11 | List of lexers automatically generated. | nyamatongwe | 2 | -7/+21 | |
| 2002-04-11 | Added call to Scintilla_LinkLexers to ensure lexers are always linked in | nyamatongwe | 1 | -0/+1 | |
| for SciLexer version. | |||||
| 2002-04-04 | Change to horizontal scrolling to allow the assumed document width to be set. | nyamatongwe | 1 | -10/+28 | |
| 2002-04-03 | In read-only mode, display no-effect drag & drop cursor. | nyamatongwe | 1 | -3/+4 | |
| 2002-03-29 | Patch from Ralf Wagner to ensure DIR_O used for resource files. | nyamatongwe | 1 | -4/+4 | |
| 2002-03-13 | Updated for version 1.45. | nyamatongwe | 1 | -4/+4 | |
| 2002-02-21 | Wheel mouse handles page at a time mode. | nyamatongwe | 1 | -3/+9 | |
| Maintaining partial wheel deltas calculated better. Avoid Borland warning in window class registration code. | |||||
| 2002-02-20 | Fixed bug where extra position element was written when measuring text in | nyamatongwe | 1 | -1/+0 | |
| Unicode mode. | |||||
| 2002-02-16 | New lexer for Matlab contributed by José Fonseca. | nyamatongwe | 3 | -5/+10 | |
| 2002-02-16 | Windows classes unregistered at finalisation to avoid problems inside IE. | nyamatongwe | 1 | -27/+41 | |
| Success of initialisation and finalisationreturned to caller. | |||||
| 2002-02-12 | Moved external lexer loading from initialisation of ScintillaWin object | nyamatongwe | 1 | -5/+4 | |
| to Scintilla_RegisterClasses to avoid possibility of thread contention. | |||||
| 2002-02-12 | Avoiding incremental link and map file generation. | nyamatongwe | 1 | -1/+1 | |
| 2002-02-12 | Made font cache thread safe by using a critical section. | nyamatongwe | 2 | -15/+40 | |
| 2002-02-12 | Made compatible with const correctness done for superclass. | nyamatongwe | 2 | -4/+4 | |
| 2002-02-02 | Updated version number for 1.44. | nyamatongwe | 1 | -4/+4 | |
| 2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 4 | -4/+4 | |
| 2002-01-18 | Updated version number to 1.43. | nyamatongwe | 1 | -6/+6 | |
| 2002-01-13 | Added TickerID typedef to ease merging FOX code. | nyamatongwe | 1 | -2/+2 | |
| 2002-01-10 | Made code bool-safe and turned Visual C++ warning 4800 back on. | nyamatongwe | 2 | -7/+11 | |
| 2002-01-10 | Patch from Kengo Jinno to make Japanese entry work on Windows 9x. | nyamatongwe | 1 | -4/+24 | |
| More changes from Neil to avoid problem introduced by above with overstrike mode replacing one character with two. Comments about Digital Mars ifdefs. | |||||
| 2002-01-09 | Optimization that asks for the position of the scroll bar and does not set | nyamatongwe | 1 | -2/+15 | |
| it if it does not change. Using scroll bar APIs that allow larger 32 bit values. | |||||
| 2002-01-03 | Compiation requires 2.95.3 now. | nyamatongwe | 1 | -1/+1 | |
| 2001-12-29 | Using HINSTANCE from Scintilla_RegisterClasses to find cursor so that | nyamatongwe | 2 | -2/+5 | |
| static builds within DLLs will work. | |||||
| 2001-12-23 | Updated version numbers and dates for 1.42. | nyamatongwe | 1 | -4/+4 | |
| 2001-12-20 | Patch from stephan to avoid setting cursor to the same value multiple | nyamatongwe | 1 | -3/+4 | |
| times on GTK+ as it is retained by the window. Minor cleanups. | |||||
| 2001-12-20 | Changed append method to +=. | nyamatongwe | 1 | -2/+1 | |
| 2001-12-20 | Changed use of SString::assign to SString::= as assign is now a private | nyamatongwe | 1 | -1/+1 | |
| implementation detail. | |||||
| 2001-12-19 | Changed to shorter -mwindows option. | nyamatongwe | 1 | -1/+1 | |
| 2001-12-19 | Wrapping supported. | nyamatongwe | 1 | -6/+5 | |
| 2001-12-19 | Support Unicode in calltips. | nyamatongwe | 1 | -1/+1 | |
| 2001-12-19 | Hoisted IsUnicodeMode method from ScintillaWin to Editor as it is useful on | nyamatongwe | 1 | -23/+5 | |
| all platforms. Using AutoSurface to simplify allocation of surfaces and ensure they are always deleted. | |||||
| 2001-12-05 | Added LexBaan. | nyamatongwe | 3 | -7/+18 | |
| 2001-12-01 | Removed old timeing code in favour of ElapsedTime class. | nyamatongwe | 1 | -14/+2 | |
