| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2001-04-05 | Replace target functionality to make find and replace operations faster | nyamatongwe | 1 | -14/+20 | |
| by diminishing screen updates and allow for \d patterns in the replacement text. | |||||
| 2001-04-04 | Target API for changing document withot visible changes: SetTargetStart, | nyamatongwe | 1 | -4/+30 | |
| SetTargetEnd, and ReplaceTarget. | |||||
| 2001-04-03 | Regular expression find support. | nyamatongwe | 1 | -11/+19 | |
| 2001-03-31 | Added caret line feature. | nyamatongwe | 1 | -12/+33 | |
| 2001-03-28 | Patch from Stephan to prevent double recording of newlines in macros. | nyamatongwe | 1 | -4/+4 | |
| 2001-03-22 | Patch from James Larcombe for SCI_DELLINERIGHT, SCI_DELLINELEFT and | nyamatongwe | 1 | -1/+20 | |
| CARET_XEVEN. | |||||
| 2001-02-24 | Patch from Jan Hercek to fix folding by using the display line rather than | nyamatongwe | 1 | -11/+12 | |
| the document line when evaluating the visibility policy. | |||||
| 2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -36/+49 | |
| 2001-02-17 | Defining sptr_t and uptr_t to be integral types large enough to contain | nyamatongwe | 1 | -1/+1 | |
| pointers to allow portability to 64 bit platforms. | |||||
| 2001-02-06 | Made SCI_CANPASTE and EM_CANPASTE work correctly using | nyamatongwe | 1 | -1/+5 | |
| IsClipboardFormatAvailable on Windows. | |||||
| 2001-01-29 | Fixed problem where BeginUndoAction and EndUndoAction were in wrong order. | nyamatongwe | 1 | -2/+2 | |
| Made both the effects of backspace and delete keys be coalesced together into undo actions. | |||||
| 2001-01-27 | Patch from James to insert spaces when pasting rectangular to keep pasted | nyamatongwe | 1 | -0/+8 | |
| text aligned on its left side. | |||||
| 2001-01-27 | Much changed ScintillaGTK widget code that draws directly onto the | nyamatongwe | 1 | -9/+9 | |
| Scintilla widget with no wDraw drawing area. Signals handled directly through callbacks. | |||||
| 2001-01-16 | Changed undo node coalescing so that a paste followed by typing creates | nyamatongwe | 1 | -2/+8 | |
| two undo steps - one for the typing and one for the paste. | |||||
| 2000-12-28 | Tweak to display the last character on a line correctly if it is italics. | nyamatongwe | 1 | -1/+8 | |
| 2000-12-21 | Patch from James for SetVisiblePolicy. | nyamatongwe | 1 | -0/+26 | |
| 2000-11-30 | Patch from ActiveState for better clipboard handling. | nyamatongwe | 1 | -3/+8 | |
| 2000-11-30 | Patches from Stephan to slow down autoscrolling, exposed | nyamatongwe | 1 | -60/+76 | |
| MoveCaretInsideView as part of the API and did some other work on macros. | |||||
| 2000-11-26 | Patches from Philippe to improve Lua lexer, handle '\' continuation | nyamatongwe | 1 | -1/+1 | |
| at end of line inside strings and to allow 5 digit line numbers when printing. | |||||
| 2000-11-16 | Line mode selection forces stream selection instead of rectangular | nyamatongwe | 1 | -0/+1 | |
| selection. | |||||
| 2000-11-08 | Clipping redraw rectangles to client rectangle in Editor::RedrawRect. | nyamatongwe | 1 | -1/+15 | |
| 2000-11-08 | Changed keystroke handling so that GTK+ stops keys that are mapped to | nyamatongwe | 1 | -3/+8 | |
| commands which allows them to propogate up to containers rather than requiring explicit propogation. | |||||
| 2000-11-05 | Avoid scrolling when mouse down near right margin and scolled to left. | nyamatongwe | 1 | -6/+2 | |
| 2000-11-03 | Smoother EnsureCaretVisible from Stephan. | nyamatongwe | 1 | -38/+41 | |
| 2000-11-03 | Shift+Tab when selection on one line moves cursor backwards to tab stops | nyamatongwe | 1 | -12/+23 | |
| just as it does in VC++. | |||||
| 2000-11-01 | Change from Stephan to scroll to horizontal 0 position when possible. | nyamatongwe | 1 | -2/+13 | |
| 2000-10-16 | Merged Jason's WordPart left and right movement patch. | nyamatongwe | 1 | -0/+20 | |
| 2000-10-13 | Fix from Peter to make tab key fill up to tab stop when using spaces. | nyamatongwe | 1 | -2/+6 | |
| 2000-10-06 | Patch from Mark for SCN_PAINTED notification at end of painting. | nyamatongwe | 1 | -45/+61 | |
| 2000-10-06 | Added call to NotifyMove in MovePositionTo to cause SCN_POSCHANGED to be | nyamatongwe | 1 | -0/+1 | |
| sent. | |||||
| 2000-10-05 | Made SCI_SETCURSOR take effect immediately. | nyamatongwe | 1 | -0/+1 | |
| 2000-10-05 | SetCursor implemented. | nyamatongwe | 1 | -8/+22 | |
| 2000-10-05 | Mouse capture doesn't always call ::GetCapture. | nyamatongwe | 1 | -17/+33 | |
| Better line selection handling. | |||||
| 2000-10-03 | Mouse down captures now optional. | nyamatongwe | 1 | -1/+8 | |
| Save and restore of assertion destination in paint. | |||||
| 2000-10-03 | Error status attribute created. | nyamatongwe | 1 | -0/+8 | |
| 2000-09-22 | An hasFocus flag was added to separate logical focus from environment | nyamatongwe | 1 | -2/+21 | |
| determined focus. hasFocus determines whether the caret is displayed. | |||||
| 2000-09-18 | Added patch from Eric Hougaard to send the length in the need shown | nyamatongwe | 1 | -1/+1 | |
| notification. | |||||
| 2000-09-14 | Markus added some more print modes. | nyamatongwe | 1 | -2/+9 | |
| 2000-09-08 | Implemented settable caret width. | nyamatongwe | 1 | -4/+20 | |
| 2000-09-06 | Removed a couple of completed items from the TODO list and added a couple | nyamatongwe | 1 | -0/+1 | |
| of bugs. Bug wuth not redrawing caret sometimes when performing undo fixed. | |||||
