| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2001-04-14 | Removed SC_UNDOCOLLECT_* enumeration which was deprecated in 1.27. | nyamatongwe | 1 | -4/+0 | |
| 2001-04-14 | Documented new messages and some old constants. | nyamatongwe | 1 | -2/+4 | |
| 2001-04-13 | Start of new lexer infrastructure. | nyamatongwe | 1 | -0/+1 | |
| Lexers can have a fold function as well as a lexer function. They can be identified by string name as well as an integer ID and may ask to be automatically assigned that ID. | |||||
| 2001-04-04 | Target API for changing document withot visible changes: SetTargetStart, | nyamatongwe | 1 | -0/+3 | |
| SetTargetEnd, and ReplaceTarget. | |||||
| 2001-03-31 | Added caret line feature. | nyamatongwe | 1 | -0/+4 | |
| 2001-03-31 | Support for URI drag and drop on GTK+. | nyamatongwe | 1 | -0/+1 | |
| 2001-03-22 | Patch from James Larcombe. | nyamatongwe | 1 | -0/+3 | |
| Functions to delete from caret to end of line and from start of line to caret. Mode for caret policy to be even handed with respect to left and right margins rather than favouring display to the left. | |||||
| 2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -1/+3 | |
| 2001-02-17 | Changed header order to work on GTK+. | nyamatongwe | 1 | -3/+0 | |
| Scintilla.h must be before ScintillaWidget.h now. | |||||
| 2001-02-17 | Defining sptr_t and uptr_t to be integral types large enough to contain | nyamatongwe | 1 | -3/+12 | |
| pointers to allow portability to 64 bit platforms. | |||||
| 2001-01-29 | Fiddled with caret and visible policies. | nyamatongwe | 1 | -1/+0 | |
| 2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
| 2000-12-27 | Put VISIBLE_CENTER back in. | nyamatongwe | 1 | -0/+1 | |
| 2000-12-21 | Patch from James for SetVisiblePolicy. | nyamatongwe | 1 | -0/+3 | |
| 2000-12-17 | Added Laurent's User List. | nyamatongwe | 1 | -8/+11 | |
| 2000-11-30 | Patches from Stephan to slow down autoscrolling, exposed | nyamatongwe | 1 | -0/+1 | |
| MoveCaretInsideView as part of the API and did some other work on macros. | |||||
| 2000-10-16 | Merged Jason's WordPart left and right movement patch. | nyamatongwe | 1 | -0/+4 | |
| 2000-10-06 | Patch from Mark for SCN_PAINTED notification at end of painting. | nyamatongwe | 1 | -0/+1 | |
| 2000-10-05 | Added cursor setting. | nyamatongwe | 1 | -0/+4 | |
| 2000-10-03 | Mouse down captures now optional. | nyamatongwe | 1 | -0/+2 | |
| 2000-10-03 | Error status attribute created. | nyamatongwe | 1 | -0/+2 | |
| 2000-09-22 | Added SetFocus and GetFocus for access to the internal focus flag which | nyamatongwe | 1 | -0/+2 | |
| determines if the caret is displayed. | |||||
| 2000-09-18 | Some "struct"s added to make compile as C as well as C++. | nyamatongwe | 1 | -10/+10 | |
| 2000-09-14 | Markus added some more print modes. | nyamatongwe | 1 | -0/+2 | |
| 2000-09-08 | Implemented settable caret width. | nyamatongwe | 1 | -0/+2 | |
| 2000-09-04 | Added SCFIND_WORDSTART. | nyamatongwe | 1 | -2/+4 | |
| 2000-08-30 | Added comments and improved the HFacer.py code. | nyamatongwe | 1 | -0/+3 | |
| 2000-08-30 | SciLexer.h and Scintilla.h now generated from Scintilla.iface. | nyamatongwe | 1 | -392/+308 | |
| Scintilla.iface updated to be current. | |||||
| 2000-08-21 | Merging patches from Ferda and Jan. | nyamatongwe | 1 | -0/+4 | |
| 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/+5 | |
| 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-24 | Updated lexer state list. | nyamatongwe | 1 | -4/+1 | |
| Added key codes and other constants to .iface. | |||||
| 2000-07-24 | Renumbered constants and added new messages to Scintilla.iface. | nyamatongwe | 1 | -41/+40 | |
| 2000-07-22 | Changed key codes to not overlap printing keys. | nyamatongwe | 1 | -18/+20 | |
| Mved the #ifs around DBCS support to avoid warnings on GTK+. | |||||
| 2000-07-22 | Moved structures used by API into Scintilla.h and made cross-platform. | nyamatongwe | 1 | -1/+11 | |
| 2000-07-22 | Updates to make new API work on both GTK+ and Win32. | nyamatongwe | 1 | -0/+2 | |
| 2000-07-21 | Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windows | nyamatongwe | 1 | -0/+3 | |
| SendMessage intermediary code between client and Scintilla. | |||||
| 2000-07-21 | Provide alternative symbols for all features defined in WinDefs.h to allow | nyamatongwe | 1 | -7/+111 | |
| for eventual removal of WinDefs.h. | |||||
| 2000-07-18 | Added functions to clear all styling and contraction. | nyamatongwe | 1 | -0/+1 | |
| 2000-07-14 | Added PositionFromPoint API function. | nyamatongwe | 1 | -0/+1 | |
| 2000-07-12 | Autocompletion cancel at start position available to API. | nyamatongwe | 1 | -0/+2 | |
| Inverted default value to be compatible with older code. | |||||
| 2000-07-05 | Changed print colour mode to have black on white as well as invert light | nyamatongwe | 1 | -2/+7 | |
| states. | |||||
| 2000-07-01 | Added messages for print magnification and print light inverted. | nyamatongwe | 1 | -0/+4 | |
| 2000-06-24 | Added methods for getting and setting the start and end of the selection. | nyamatongwe | 1 | -0/+6 | |
| 2000-06-22 | Removed deprecated APIs. | nyamatongwe | 1 | -20/+11 | |
| Added gets to match sets for UndoCollection, BufferedDraw, CodePage, UsePalette, ReadOnly, CaretFore, and ModEventMask. Undo collection status is a bool again - enumeration deprecated. Timing code commented out. | |||||
| 2000-06-21 | GetLineEndPosition exposed. | nyamatongwe | 1 | -0/+1 | |
| 2000-06-21 | Added indentation guide API. | nyamatongwe | 1 | -0/+9 | |
| View whitespace has setting to only see outside indentation. Indentation guide highlight. | |||||
| 2000-06-12 | Updated definitions for LUA and to separate generatable definitions from | nyamatongwe | 1 | -20/+24 | |
| those done by hand. | |||||
| 2000-06-11 | Moved GTK+ Scintilla widget definition out into ScintillaWidget.h | nyamatongwe | 1 | -46/+4 | |
| 2000-06-11 | Added character set codes. | nyamatongwe | 1 | -0/+16 | |
