| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-10-12 | Implement Swap in SelectionRange to avoid warnings. | Neil | 1 | -1/+1 |
| 2015-09-23 | When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line. | Neil | 1 | -1/+1 |
| 2015-09-23 | Optimise drawing by only drawing affected lines when markers shown in the text. | Neil | 1 | -36/+40 |
| 2015-09-04 | Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text. | johnsonj | 1 | -2/+11 |
| 2015-08-24 | Simplify filling virtual space and avoid any side effects that may be caused by | johnsonj | 1 | -4/+9 |
| 2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+1 |
| 2015-06-25 | Fix regression due to recent multiple-selection changes with the selection not | Neil Hodgson | 1 | -1/+1 |
| 2015-06-24 | Make multiple selection work over most cursor movement and selection, new line, | Neil | 1 | -337/+536 |
| 2015-06-23 | Casts to silence warnings for 64-bit builds. | Neil | 1 | -2/+2 |
| 2015-06-16 | Clean up some selection operations. Commonly when changing selection modes, | Neil | 1 | -26/+26 |
| 2015-06-13 | Fix bug where maximum two selections possible at once with Ctrl+click due | Neil Hodgson | 1 | -6/+6 |
| 2015-06-11 | Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, and | Neil | 1 | -0/+75 |
| 2015-06-04 | Move FindText flag decoding from caller to function to minimize code and chance | Neil | 1 | -16/+0 |
| 2015-04-14 | Ensure SCI_TEXTHEIGHT uses valid style data and remove test pauses that | Neil | 1 | -0/+1 |
| 2015-04-10 | Avoid warning from clang analyze due to potential NULL pointer by asserting | Neil Hodgson | 1 | -0/+1 |
| 2015-02-24 | Notify container of non-BMP characters correctly. | Neil | 1 | -22/+3 |
| 2015-02-23 | Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE. | Neil | 1 | -1/+6 |
| 2015-02-22 | Added SCI_SETTARGETRANGE method to set both the start and end of the target. | Neil Hodgson | 1 | -0/+5 |
| 2015-02-15 | Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator | Neil | 1 | -0/+10 |
| 2015-02-14 | Fix 64->32 bit conversion warnings. | Neil Hodgson | 1 | -13/+16 |
| 2015-02-13 | Ensure style data OK before wrapping lines when changing documents. | Neil | 1 | -0/+1 |
| 2015-02-04 | Implement hover style and colour for indicators. | Neil | 1 | -9/+77 |
| 2015-01-16 | When the mouse is on the line between margin and text changed to treat as within | Neil | 1 | -1/+1 |
| 2014-12-08 | Avoid warnings from clang about calling abs with float arguments. | Neil | 1 | -3/+3 |
| 2014-12-07 | Protect FineTickerCancel from being called when fine tickers not implemented. | Neil | 1 | -6/+5 |
| 2014-12-05 | Extract FillVirtualSpace so it is not repeated and can be made less complex in | Neil | 1 | -0/+7 |
| 2014-11-19 | Platform overrides for some drawing and behaviour to benefit PLAT_CURSES. | Neil | 1 | -4/+5 |
| 2014-10-16 | Explain how multiple selections are processed. | Neil | 1 | -0/+3 |
| 2014-10-04 | Bug [#1657]. Prevent caret blinking when holding down Delete key. | Neil | 1 | -0/+1 |
| 2014-10-02 | Allow using C++11 <regex> for searches as a provisional feature. | Neil | 1 | -38/+53 |
| 2014-10-02 | Include <stdexcept> so that exceptions derived from std::runtime_error can be | Neil | 1 | -0/+1 |
| 2014-09-12 | Allow choice between windowed and inline IME. | Neil | 1 | -0/+7 |
| 2014-09-05 | Bug [#1654]. Missing cast in PositionIsHotspot. | Neil | 1 | -1/+1 |
| 2014-08-18 | Bug [#1640]. Remove dead DelChar method. | Neil | 1 | -8/+0 |
| 2014-08-08 | Implement explicit tab stops per line. | Neil | 1 | -0/+27 |
| 2014-08-06 | Bug [#1633]. Redraw selection after SCI_DELWORDRIGHT. | Neil | 1 | -0/+2 |
| 2014-08-05 | Fix problem where annotations disappeared when SCI_CLEARDOCUMENTSTYLE called. | Neil | 1 | -0/+1 |
| 2014-07-24 | Using separate variable imeCaretBlockOverride for IME mode instead of changing | Neil | 1 | -1/+1 |
| 2014-07-19 | Using const for string argument to allow use with literals. | Neil | 1 | -2/+2 |
| 2014-07-18 | Allow extreme ascenders and descenders to overlap into adjacent lines with | Neil | 1 | -9/+17 |
| 2014-07-17 | Refactored Drawline into separate methods for each aspect of drawing. | Neil | 1 | -10/+10 |
| 2014-07-15 | Implement separate timers for each type of periodic activity and turn them on... | Neil Hodgson | 1 | -5/+119 |
| 2014-07-08 | Split out EditModel, MarginView, and EditView classes into separate files. | Neil | 1 | -2295/+3 |
| 2014-07-08 | Split parts of Editor class off into EditModel, MarginView, and EditView clas... | Neil | 1 | -2308/+2369 |
| 2014-07-08 | Changing further non-virtual methods to const where made possible by previous | Neil | 1 | -5/+5 |
| 2014-07-08 | Specifying some methods as const as they are used from display and measurement | Neil | 1 | -4/+5 |
| 2014-07-07 | Fix bug where too many characters may be deleted when a rectangular selection is | Neil | 1 | -0/+1 |
| 2014-06-26 | Move decision to draw line end wrap marker and colour of marker to DrawEOL. | Neil | 1 | -17/+13 |
| 2014-06-26 | Simplify DrawStyledText, extracting out DrawTextInStyle for re-use. | Neil | 1 | -21/+18 |
| 2014-06-26 | Move calculation of line background colour to ViewStyle and represent as a | Neil | 1 | -53/+16 |