| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2001-04-15 | Initial version. | nyamatongwe | 1 | -0/+95 | |
| 2001-04-09 | Tahir added Ada support. | nyamatongwe | 2 | -57/+38 | |
| Simplified header dependencies of the Lexers in makefiles. | |||||
| 2001-04-09 | Updated version to 1.37. | nyamatongwe | 1 | -4/+4 | |
| 2001-04-05 | Replace target functionality to make find and replace operations faster | nyamatongwe | 1 | -1/+4 | |
| by diminishing screen updates and allow for \d patterns in the replacement text. | |||||
| 2001-04-04 | Moved to public domain regular expresion implementation. | nyamatongwe | 2 | -10/+8 | |
| 2001-04-04 | Avoid compiler and BoundsChecker warnings. | nyamatongwe | 1 | -1/+3 | |
| 2001-04-03 | Regular expression find support. | nyamatongwe | 2 | -7/+13 | |
| 2001-03-21 | Calling DefWindowProc if not showing context menu so container can do so. | nyamatongwe | 1 | -1/+2 | |
| 2001-02-27 | Patch from Philippe to regularise comments. | nyamatongwe | 2 | -54/+54 | |
| 2001-02-25 | Updated version number. | nyamatongwe | 1 | -4/+4 | |
| 2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -25/+44 | |
| 2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -1/+3 | |
| 2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -7/+13 | |
| 2001-02-17 | Defining sptr_t and uptr_t to be integral types large enough to contain | nyamatongwe | 1 | -22/+22 | |
| pointers to allow portability to 64 bit platforms. | |||||
| 2001-02-06 | For CanPaste also check Editor::CanPaste to see if OK. | nyamatongwe | 1 | -0/+2 | |
| 2001-02-06 | Made SCI_CANPASTE and EM_CANPASTE work correctly using | nyamatongwe | 1 | -11/+12 | |
| IsClipboardFormatAvailable on Windows. | |||||
| 2001-02-05 | Patch from John to make GTK+ version build on Win32. | nyamatongwe | 1 | -2/+2 | |
| Modified by me to avoid pointless warnings and print error message if try to build with Borland C++. | |||||
| 2001-02-01 | Added lexer for Avenue. | nyamatongwe | 2 | -34/+41 | |
| Trailing spaces removed from a lot of lines. | |||||
| 2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 5 | -5/+5 | |
| 2001-01-27 | Updated version numbers and copyright. | nyamatongwe | 1 | -6/+6 | |
| 2001-01-27 | Much changed ScintillaGTK widget code that draws directly onto the | nyamatongwe | 1 | -3/+2 | |
| Scintilla widget with no wDraw drawing area. Signals handled directly through callbacks. | |||||
| 2001-01-25 | Patch from Philippe, containing comments and a fix to SString for empty | nyamatongwe | 1 | -2/+2 | |
| strings. | |||||
| 2000-12-17 | Added Laurent's User List. | nyamatongwe | 1 | -0/+1 | |
| 2000-12-10 | Removed file IO code from PropSet to SciTE. | nyamatongwe | 2 | -33/+49 | |
| Updated make files to know about SString being moved into its own header. | |||||
| 2000-11-30 | Dragging shows no-go cursor if no good text format in drag. | nyamatongwe | 1 | -1/+27 | |
| 2000-11-26 | Updated version number. | nyamatongwe | 1 | -4/+4 | |
| 2000-11-08 | Added Pascal Lexer. | nyamatongwe | 2 | -8/+18 | |
| 2000-11-02 | Updated version number. | nyamatongwe | 1 | -4/+4 | |
| 2000-11-01 | Ahmad's Apache CONF support. | nyamatongwe | 2 | -2/+8 | |
| 2000-10-06 | New from Mark so CVS doesn't look at .obj or .res. | nyamatongwe | 1 | -0/+3 | |
| 2000-10-06 | Mark added a QUIET option to turn off the Microsoft copyright notices. | nyamatongwe | 1 | -0/+7 | |
| 2000-10-05 | SetCursor implemented. | nyamatongwe | 1 | -4/+4 | |
| 2000-10-05 | Mouse capture doesn't always call ::GetCapture. | nyamatongwe | 1 | -1/+2 | |
| Better line selection handling. | |||||
| 2000-10-03 | Mouse down captures now optional. | nyamatongwe | 2 | -9/+23 | |
| Save and restore of assertion destination in paint. | |||||
| 2000-10-03 | Added PLATFORM_ASSERT which is a verson of the standard assert which | nyamatongwe | 2 | -3/+29 | |
| can be directed wither to debug output or message boxes on Windows. | |||||
| 2000-09-22 | Added SCI_GRABFOCUS handling. | nyamatongwe | 1 | -0/+4 | |
| 2000-09-22 | An hasFocus flag was added to separate logical focus from environment | nyamatongwe | 1 | -5/+3 | |
| determined focus. hasFocus determines whether the caret is displayed. | |||||
| 2000-09-08 | Updated version number to 1.32.rel-1-32 | nyamatongwe | 1 | -4/+4 | |
| 2000-09-07 | Incorporated Mark's patch to handle failing GetTextExtentExPoint. | nyamatongwe | 1 | -1/+5 | |
| 2000-09-05 | Removed testing code for assert call. | nyamatongwe | 1 | -1/+1 | |
| 2000-09-05 | makefile_vc and makefile_bor are replaced with scintilla.mak | nyamatongwe | 3 | -189/+3 | |
| 2000-09-05 | Support for DEBUG or NDEBUG defines to make assert work. | nyamatongwe | 4 | -14/+26 | |
| 2000-09-04 | Updated version to 1.31. | nyamatongwe | 1 | -4/+4 | |
| 2000-08-31 | scintilla.mak is combined make file for both Microsoft and Borland. | nyamatongwe | 2 | -0/+261 | |
| SciTE.properties contains some commands that are useful with scintilla.mak. | |||||
| 2000-08-30 | Sharing most of the definition of how to build objects in objs.mak. | nyamatongwe | 3 | -268/+227 | |
| 2000-08-21 | Merging patches from Ferda and Jan. | nyamatongwe | 1 | -40/+54 | |
| Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface. | |||||
| 2000-08-18 | Added in most of Ferdinand Prantl's changes except for regular expression | nyamatongwe | 1 | -0/+2 | |
| search. Some bits not quite done as well. | |||||
| 2000-08-16 | Invisible text. | nyamatongwe | 1 | -0/+1 | |
| Fixes to ensure long lines do not overflow buffers. | |||||
| 2000-07-25 | Updated version number to 1.30. | nyamatongwe | 1 | -4/+4 | |
| 2000-07-22 | Converting key codes to SCK_* values on input so they can be handled in a | nyamatongwe | 1 | -9/+34 | |
| cross platform way. | |||||
