| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2001-12-19 | Fixed some warnings from Borland. | nyamatongwe | 1 | -3/+2 | |
| 2001-12-19 | Wrapping supported. | nyamatongwe | 1 | -124/+334 | |
| 2001-12-19 | Fixed the last X click position to be within the text when the click is | nyamatongwe | 1 | -0/+3 | |
| past the end of the line. | |||||
| 2001-12-19 | Fixed, regularised and simplified movement of brace highlights and | nyamatongwe | 1 | -41/+31 | |
| selection when insertions and deletions are performed. | |||||
| 2001-12-19 | Hoisted IsUnicodeMode method from ScintillaWin to Editor as it is useful on | nyamatongwe | 1 | -41/+22 | |
| all platforms. Using AutoSurface to simplify allocation of surfaces and ensure they are always deleted. | |||||
| 2001-12-19 | Patch from Philippe to show control characters as a particular character | nyamatongwe | 1 | -38/+59 | |
| rather than as the default blobs. | |||||
| 2001-12-01 | Display optimisations. | nyamatongwe | 1 | -78/+75 | |
| When horizontally scrolled on Windows, an extra message turns up to say the scrolling has ended. Now has no effect as new scroll position compared to old and processing only occurs if different. Avoid working on line segments that are before horizontal visible range. Guards against working on line segments that are outside visible range horizontally applied to tabs and control characters as well as text. | |||||
| 2001-11-16 | Added DeleteBackNotLine command. | nyamatongwe | 1 | -15/+26 | |
| 2001-11-08 | Added methods for finding the start and end of words. | nyamatongwe | 1 | -0/+6 | |
| 2001-11-06 | Memory leak fixed in calltips and better casts when returning pointers. | nyamatongwe | 1 | -2/+2 | |
| 2001-10-31 | Patch from John to ensure selection is maintained in secondary views | nyamatongwe | 1 | -1/+1 | |
| upon deletions. | |||||
| 2001-10-28 | Hid implementation of Surface. | nyamatongwe | 1 | -3/+3 | |
| Changed DrawText to DrawTextNoClip to avoid name clash with macro. | |||||
| 2001-10-28 | Fixed Platform changes for GTK+ and hid most of the implementation of | nyamatongwe | 1 | -90/+126 | |
| Surface. | |||||
| 2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 1 | -28/+28 | |
| visibility of these headers to most code. | |||||
| 2001-10-26 | Ensured no flashing when selecting by words and direction is changed. | nyamatongwe | 1 | -1/+1 | |
| 2001-10-13 | Deprecated SCN_CHECKBRACE and SCN_POSCHANGED. | nyamatongwe | 1 | -0/+1 | |
| 2001-10-02 | Patch from Mark to make the x offset accessible through the API. | nyamatongwe | 1 | -0/+8 | |
| 2001-09-24 | Patch from Stephan for the SC_MARK_BACKGROUND marker. | nyamatongwe | 1 | -8/+25 | |
| 2001-09-08 | Handle SCI_HIDESELECTION message. | nyamatongwe | 1 | -0/+5 | |
| 2001-09-08 | Removed all traces of Win32 API from Scintilla API. Scintilla will no | nyamatongwe | 1 | -242/+6 | |
| longer process WM_* or EM_* messages. | |||||
| 2001-09-07 | Marker can be any character. | nyamatongwe | 1 | -1/+1 | |
| 2001-09-01 | Using new SelectionText type to handle text that is the subject of copy, | nyamatongwe | 1 | -83/+34 | |
| 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-31 | Moved Windows-specific mouse wheel variables from Editor to ScintillaWin. | nyamatongwe | 1 | -3/+0 | |
| 2001-08-17 | Separate out the enforcement of the visibilty policy by having both an | nyamatongwe | 1 | -20/+26 | |
| EnsureVisible method and an EnsureVisibleEnforcePolicy method. | |||||
| 2001-08-15 | Fixed some folding symbols. | nyamatongwe | 1 | -3/+8 | |
| 2001-08-14 | Fixed typos in comments. | nyamatongwe | 1 | -2/+2 | |
| 2001-08-10 | Fixed some problems with the outline folding markers. | nyamatongwe | 1 | -1/+6 | |
| 2001-08-10 | Typing makes the dwell not occur again until the mouse moves. | nyamatongwe | 1 | -4/+7 | |
| 2001-08-10 | Added PositionFromLocationClose which returns the position in the document | nyamatongwe | 1 | -34/+72 | |
| 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 | Inverted CARET_XEVEN test as it was tested incorrectly. | nyamatongwe | 1 | -1/+1 | |
| 2001-08-08 | Patch from Philippe to make the display jump more when the caret reaches | nyamatongwe | 1 | -9/+15 | |
| a margin. This is chosen with the CARET_XJUMPS flag. | |||||
| 2001-08-08 | Added mouse dwell feature. | nyamatongwe | 1 | -3/+35 | |
| 2001-08-07 | Fixed bug with atomatic scrolling when some folding has been done caused | nyamatongwe | 1 | -2/+2 | |
| by using document line numbers rather than view line numbers. | |||||
| 2001-08-07 | Ensured old code that does not know about outlining still gets visible | nyamatongwe | 1 | -3/+15 | |
| markers for subordinate headers as the top level header symbols are substituted. | |||||
| 2001-08-07 | Fixed up problem with outlining folding margin where folder tails were not | nyamatongwe | 1 | -6/+14 | |
| displayed if the display starts on a whitespace line. | |||||
| 2001-08-06 | Fold column gets outlining style appearence. | nyamatongwe | 1 | -6/+54 | |
| 2001-08-01 | SCI_GETSELTEXT puts a \0 in the buffer if selection is empty. | nyamatongwe | 1 | -0/+2 | |
| 2001-07-17 | Changed caret to start in off and inactive state. | nyamatongwe | 1 | -1/+1 | |
| Removed extraneous tests in EnsureUndoRoom. | |||||
| 2001-06-20 | Patch from Mark to avoid unnecessary save point notification. | nyamatongwe | 1 | -1/+0 | |
| 2001-06-12 | Fixed some Borland warnings. | nyamatongwe | 1 | -1/+1 | |
| 2001-06-11 | Patch from Michele to make tab and backspace in indentation work | nyamatongwe | 1 | -2/+6 | |
| better. | |||||
| 2001-06-11 | Patch from Shane Caraveo at ActiveState to notify containers of | nyamatongwe | 1 | -8/+47 | |
| Unicode code characters correctly. | |||||
| 2001-05-22 | Support for forced upper and lower case styles. | nyamatongwe | 1 | -0/+10 | |
| 2001-05-20 | Removed uncounted version of ReplaceTarget to allow | nyamatongwe | 1 | -5/+1 | |
| replace strings to contain nulls. | |||||
| 2001-05-14 | Merged patch from Michele to add ability for tab key to perform indent when | nyamatongwe | 1 | -43/+96 | |
| 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 | -7/+47 | |
| 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-14 | Added implementations for SCI_GETTARGETSTART and SCI_GETTARGETEND. | nyamatongwe | 1 | -0/+6 | |
| 2001-04-12 | Fix from Philippe to a rectangular selection staing active after the user | nyamatongwe | 1 | -1/+2 | |
| starts navigating with cursor keys. | |||||
| 2001-04-10 | Turn off caret line when caret is turned off such as when don't have focus. | nyamatongwe | 1 | -1/+1 | |
| 2001-04-09 | Philippe provided fix for EM_GETLINE and reformatting. | nyamatongwe | 1 | -64/+92 | |
