| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2001-10-06 | Changed multi-line definition to be on one line to avoid compiler problems. | nyamatongwe | 1 | -7/+2 | |
| 2001-10-02 | Patch from Mark to make the x offset accessible through the API. | nyamatongwe | 1 | -0/+2 | |
| 2001-09-24 | Patch from Stephan for the SC_MARK_BACKGROUND marker. | nyamatongwe | 1 | -0/+1 | |
| 2001-09-14 | Addition of more SGML styles from Steve. | nyamatongwe | 1 | -0/+1 | |
| 2001-09-07 | Marker can be any character. | nyamatongwe | 1 | -0/+1 | |
| 2001-09-01 | Using new SelectionText type to handle text that is the subject of copy, | nyamatongwe | 1 | -12/+1 | |
| cut, paste and drag operations. Mouse wheel scrolling moved into platform subclasses. Macro support always included so MACRO_SUPPORT definition and use removed. Allowing menu popup moved from Editor to ScintillaBase. | |||||
| 2001-08-17 | Separate out the enforcement of the visibilty policy by having both an | nyamatongwe | 1 | -0/+1 | |
| EnsureVisible method and an EnsureVisibleEnforcePolicy method. | |||||
| 2001-08-17 | Deprecated SCFIND_DOWN as reverse searching is performed by inverting start | nyamatongwe | 1 | -1/+0 | |
| and end of range. Removed out of date comment about SCFIND_REGEXP. | |||||
| 2001-08-10 | Added PositionFromLocationClose which returns the position in the document | nyamatongwe | 1 | -0/+1 | |
| of a pixel location in the window but returns INVALID_POSITION if the location is outside the text area or not near text. Improvements to mouse dwell to make it only trigger when the mouse is up, use PositionFromLocationClose to calculate the position parameter, and send a dwell end if the user types. | |||||
| 2001-08-08 | Patch from Philippe to make the display jump more when the caret reaches | nyamatongwe | 1 | -0/+1 | |
| a margin. This is chosen with the CARET_XJUMPS flag. | |||||
| 2001-08-08 | Added mouse dwell feature. | nyamatongwe | 1 | -1/+8 | |
| 2001-08-06 | Fold column gets outlining style appearence. | nyamatongwe | 1 | -1/+25 | |
| 2001-05-22 | Support for forced upper and lower case styles. | nyamatongwe | 1 | -0/+4 | |
| 2001-05-20 | Removed uncounted version of ReplaceTarget to allow for | nyamatongwe | 1 | -2/+1 | |
| nulls in replace strings. | |||||
| 2001-05-18 | Eiffel support. | nyamatongwe | 1 | -1/+1 | |
| 2001-05-14 | Merged patch from Michele to add ability for tab key to perform indent when | nyamatongwe | 1 | -0/+4 | |
| selection is empty and within indentation and for backspace to unindent in the same circumstances. | |||||
| 2001-04-29 | Addition of new target methods - versions of ReplaceTarget that take counted | nyamatongwe | 1 | -0/+5 | |
| strings to allow for nulls, SearchInTarget and Get/SetSearchFlags to use a series of calls rather than a structure. Handling of \000 in search and replace. Handling of /escapes within character ranges of regular expressions. Some handling of bare ^ and $ regular expressions. | |||||
| 2001-04-27 | Feature from Stephan to allow autocompletion to stay open even when there | nyamatongwe | 1 | -0/+2 | |
| are no longer any values that start with the typed text. | |||||
| 2001-04-16 | Changed spelling mistake URIsDropped -> URIDropped. | nyamatongwe | 1 | -1/+1 | |
| 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. | |||||
