| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-04-12 | Annotations and text margins added. | nyamatongwe | 1 | -0/+5 | |
| 2008-01-30 | Path from Boris optimizes redraw when extending selection. | nyamatongwe | 1 | -1/+1 | |
| 2008-01-19 | CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio's | nyamatongwe | 1 | -7/+13 | |
| behaviour when performing copy on an empty selection copies the current line. | |||||
| 2007-07-25 | Fix bug #1404276 by wrapping the line which just had the character added | nyamatongwe | 1 | -0/+1 | |
| before ensuring the caret is visible. Also sets scroll bar in case line added by wrapping. | |||||
| 2007-07-02 | Scroll width tracking feature. | nyamatongwe | 1 | -0/+2 | |
| 2007-06-24 | Make the styles array variable length so it can be increased to 256 entries | nyamatongwe | 1 | -0/+2 | |
| without always taking 24K. | |||||
| 2007-06-02 | Addition of PositionCache module which adds cacing of string | nyamatongwe | 1 | -86/+1 | |
| to position information and segments long pieces of text so they can be handled more efficiently. | |||||
| 2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+8 | |
| message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
| 2007-05-29 | Block caret feature added by Todd Whiteman. | nyamatongwe | 1 | -0/+1 | |
| 2007-05-12 | Drag operation does not start until mouse has been dragged more than | nyamatongwe | 1 | -2/+3 | |
| a threshold distance. Using platform threshold when possible. Moved some common dragging code on Windows into EffectFromState. | |||||
| 2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 1 | -0/+3 | |
| 2007-01-24 | Set the modifiers field on the SCN_DOUBLECLICK notification so the ↵ | nyamatongwe | 1 | -1/+1 | |
| SCI_SHIFT, SCI_CTRL, and SCI_ALT bits may be set. | |||||
| 2007-01-02 | Separated the cell buffer into substance and style buffers. | nyamatongwe | 1 | -0/+1 | |
| 2006-06-15 | Only allow setting the code page to valid values. | nyamatongwe | 1 | -0/+1 | |
| 2006-06-08 | Simplified wrapping code may fix the bug where caret disappears when | nyamatongwe | 1 | -4/+4 | |
| text is not wide enough to cause wrap before styling but is after styling. | |||||
| 2006-05-28 | Made translucent selection work at end of line. | nyamatongwe | 1 | -0/+1 | |
| 2005-12-09 | Fixed bug #1373855 by taking DBCS into account when matching braces. | nyamatongwe | 1 | -1/+0 | |
| Moved brace matching from Editor into Document. | |||||
| 2005-12-04 | Optimisations that help for documents with long lines and many | nyamatongwe | 1 | -0/+1 | |
| control characters. Set of style bits set maintained in line layout so indicator drawing code can quickly determine if an indicator is drawn at all on a line. Drawing loops exited after reach right hand side of window. Widths of control character symbols cached while laying out line. Small tweaks to avoid overhead inside loops. | |||||
| 2005-11-24 | Patch from John Ehresman that tracks the number of layouts | nyamatongwe | 1 | -0/+1 | |
| in use and adds assertions that this is always only 0 or 1. It also sets the length of the cache array if the array shrinks or grows without being reallocated. | |||||
| 2005-11-15 | Check whether area is being painted against the update region, | nyamatongwe | 1 | -0/+2 | |
| not just the bounding box of this region. This ensures that a need to abandon a paint when a restyle affects text outside the area being painted. | |||||
| 2005-11-10 | Added selection duplicate command. | nyamatongwe | 1 | -1/+1 | |
| 2005-11-09 | Patch, mostly from Simon Steele, that converts new lines in | nyamatongwe | 1 | -0/+2 | |
| pasted text to match document. | |||||
| 2005-10-29 | Only redraw line affected when changing markers. | nyamatongwe | 1 | -1/+1 | |
| 2005-06-03 | Fixed bug 1214067 Alt+Shift+Click not displaying rectangular selection | nyamatongwe | 1 | -0/+1 | |
| fully by setting rectangular range in mouse down processing. Hoisted this code into new method SetRectangularRange as used in 4 places. | |||||
| 2005-04-01 | Patch from Franck Marcia that makes SCI_PARADOWN and SCI_PARAUP takes | nyamatongwe | 1 | -0/+1 | |
| care about hidden lines (in folded blocks). | |||||
| 2005-03-25 | Patch from Franck Marcia implements sticky caret. | nyamatongwe | 1 | -0/+1 | |
| 2005-03-20 | Patch from nissl in RFE 1164540 adds WrapCount method. | nyamatongwe | 1 | -0/+1 | |
| 2005-02-10 | Patch from Suzumizaki-Kimitaka to add character wrap mode. | nyamatongwe | 1 | -1/+1 | |
| 2004-08-09 | Clarifying comment. | nyamatongwe | 1 | -1/+1 | |
| 2004-07-30 | Patch from Ben Key to use an invisible system caret to enable screen | nyamatongwe | 1 | -0/+1 | |
| magnifiers to discover where the user is editing. | |||||
| 2004-06-01 | Patch for allowing retrieval of document text encoded as | nyamatongwe | 1 | -0/+1 | |
| UTF-8 and converting from UTF-8 to the document encoding. | |||||
| 2004-05-13 | Made LineLayout::styles unsigned as slightly safer | nyamatongwe | 1 | -1/+1 | |
| if anyone extends to allow 256 styles. | |||||
| 2004-05-11 | Modifications to selection handling to make copying and | nyamatongwe | 1 | -4/+13 | |
| pasting from/to various encodings work. | |||||
| 2004-04-27 | Continuation Marker feature from Hans Eckardt. | nyamatongwe | 1 | -1/+7 | |
| 2004-04-16 | Patch from John Ehresman to add character set to selections. | nyamatongwe | 1 | -4/+7 | |
| 2003-11-06 | SelectionText has been holding a terminating NUL but some client code | nyamatongwe | 1 | -0/+2 | |
| was adding an extra NUL. Documented this and avoid adding extra NUL. | |||||
| 2003-11-05 | Background wrapping during idle from Bruce Dodson. | nyamatongwe | 1 | -0/+1 | |
| 2003-10-27 | Patches from Roy Wood: | nyamatongwe | 1 | -1/+1 | |
| Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+. | |||||
| 2003-10-09 | Fixes to Autocomplete crash from Philippe. | nyamatongwe | 1 | -2/+3 | |
| 2003-10-03 | Rectangular selection by keyboard from Philippe. | nyamatongwe | 1 | -8/+13 | |
| 2003-09-20 | Patch from Naba to perform incremental wrapping in idle time. | nyamatongwe | 1 | -3/+3 | |
| 2003-09-18 | Safe parts of idle time wrapping. | nyamatongwe | 1 | -0/+15 | |
| 2003-05-11 | Addition of CopyText, CopyRange, and LineCopy. | nyamatongwe | 1 | -0/+17 | |
| 2003-04-29 | Made DisplayCursor virtual so could be overridden by GTK+ platform code. | nyamatongwe | 1 | -1/+1 | |
| 2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 1 | -1/+16 | |
| notifications. | |||||
| 2003-03-09 | Added Pango text display support to GTK+ platform. | nyamatongwe | 1 | -35/+40 | |
| Added WindowID parameter to all Surface initialisation methods as Pango requires a window to determine the context used for text functions. AutoSurface changed because of above to take an Editor* argument so it can then discover the code page and window. | |||||
| 2003-02-15 | Updating version numbers and copyright. | nyamatongwe | 1 | -1/+1 | |
| 2003-02-14 | May have fixed a problem with wrapping where an added character is | nyamatongwe | 1 | -0/+1 | |
| initially in style 0 and so is narrower than its real styled width. So moved the wrapping until after the styling. Pixmap setup moved out of Paint into a separate method. Shortening of fold margin colour code. | |||||
| 2003-02-09 | Join and Split lines methods. | nyamatongwe | 1 | -1/+3 | |
| Method to copy selection end points to target. | |||||
| 2003-02-09 | Protected style fixed in several ways. | nyamatongwe | 1 | -0/+2 | |
| Method to determine cheaply if protection turned on at all. Caret movement doesn't skip over text outside protected range. Methods for deciding if a range or the selection contains protected text. Several deletion commands perform no action if they would delete protected text. Two phase drawing no longer draws invisible text. | |||||
