| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-05-21 | Use unique_ptr and forward_list to regularize PerLine data structures. | Neil | 1 | -0/+1 |
| 2017-05-21 | Make SparseVector work with move-only types. | Neil | 1 | -0/+1 |
| 2017-05-10 | Feature [feature-requests:#1187]. Update scroll bar when annotations added, | Neil | 1 | -1/+4 |
| 2017-05-10 | Simplify DecorationList and its clients by using a vector instead of an | Neil | 1 | -11/+2 |
| 2017-05-02 | Use unique_ptr for drawing surfaces and don't check for allocation failure | Neil | 1 | -1/+1 |
| 2017-04-25 | Bug [#1940]. Canceling modes with the Esc key preserves a rectangular selection. | Neil | 1 | -1/+1 |
| 2017-04-22 | Using unique_ptr to simplify ownership of images, case folder, and list box. | Neil | 1 | -1/+1 |
| 2017-04-15 | Use bool literals true and false instead of 1 and 0. | Neil | 1 | -3/+3 |
| 2017-04-09 | Further use of range-for. | Neil | 1 | -3/+2 |
| 2017-04-09 | Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion. | Neil | 1 | -6/+6 |
| 2017-04-08 | Use reference for efficiency. | Neil | 1 | -1/+1 |
| 2017-04-07 | Use same parameter names in declarations and definitions. | Neil | 1 | -5/+5 |
| 2017-04-06 | Added const where possible. | Neil | 1 | -71/+71 |
| 2017-04-06 | Added a caret line frame as an alternative visual for highlighting the caret ... | A-R-C-A | 1 | -0/+6 |
| 2017-04-02 | Added "Reverse Selected Lines" as SCI_LINEREVERSE. | Vicente | 1 | -0/+31 |
| 2017-04-01 | More encapsulation for Decoration and DecorationList. | Neil | 1 | -9/+9 |
| 2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -5/+6 |
| 2017-03-31 | Prefer standard min/max over Platform's as adapts to changed types. | Neil | 1 | -13/+13 |
| 2017-03-31 | Hide decorations details a little. | Neil | 1 | -1/+1 |
| 2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -328/+329 |
| 2017-03-07 | Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled. | Neil | 1 | -0/+7 |
| 2017-03-06 | Use several C++11 features as examples so problems with these features are seen. | Vicente | 1 | -18/+15 |
| 2017-03-04 | Use C++11 keyword "override" for methods that override a base class. | Neil | 1 | -1/+1 |
| 2017-02-23 | Bug [#1905]. Fix stream selection mode when moving caret up or down. | Neil | 1 | -0/+3 |
| 2017-01-19 | Bug [#1896]. Avoid unnecessary unfolding when a deletion does not include a line | Neil | 1 | -2/+2 |
| 2017-01-19 | Bug [#1896]. Ensure folding consistent when fold header added above folded part. | Neil | 1 | -1/+1 |
| 2016-12-09 | Use double coordinates instead of float in some cases as float ran out of | Neil | 1 | -4/+4 |
| 2016-06-17 | Bug [#1888]. Only invalidate selection when using SCI_SETSELECTIONN api's | John Ehresman | 1 | -32/+39 |
| 2016-11-23 | Implementation of MarginRightClick event. | Tse Kit Yam | 1 | -0/+21 |
| 2016-11-29 | Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT. | Tse Kit Yam | 1 | -0/+10 |
| 2016-11-16 | Removed elements that have been deprecated for more than 5 years. | Neil | 1 | -9/+0 |
| 2016-11-16 | Deprecate non-branded struct names in Scintilla.h. | Neil | 1 | -1/+1 |
| 2016-11-14 | Added alternate appearance for visible tabs which looks like a horizontal line. | jedailey | 1 | -0/+8 |
| 2016-11-05 | Add options to choose between the locations of a position when there | Neil Hodgson | 1 | -4/+10 |
| 2016-10-26 | Moved location to margin code from Editor to ViewStyle. | Neil | 1 | -7/+1 |
| 2016-10-26 | Marked method const as it can be. | Neil | 1 | -1/+1 |
| 2016-10-22 | Redraw previous selection when switching from rectangular selection to line | Neil | 1 | -0/+1 |
| 2016-10-19 | Margin click to select line now clears rectangular and additional selections. | Neil | 1 | -0/+3 |
| 2016-09-29 | The number of margins can be changed with SCI_SETMARGINS. | Neil | 1 | -5/+13 |
| 2016-09-29 | Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added. | Neil | 1 | -0/+13 |
| 2016-09-27 | On Win32, mouse wheel scrolling can be restricted to only occur when the mouse | Stefan Küng | 1 | -0/+8 |
| 2016-09-23 | EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple | A-R-C-A | 1 | -4/+14 |
| 2016-09-18 | Fix spelling in comment. | Neil | 1 | -1/+1 |
| 2016-09-18 | Bug [#1861]. Fix caret position from left/right move with rectangular selection. | Neil | 1 | -6/+6 |
| 2016-09-14 | Casts for 64 to 32-bit conversions on OS X. | Neil Hodgson | 1 | -2/+2 |
| 2016-08-31 | Bug [#1850]. Use tabs for virtual space in indentation when tabs enabled. | jedailey | 1 | -15/+25 |
| 2016-08-20 | Bug [#1648]: Option added to prevent left arrow movement and selection wrapping | Neil | 1 | -2/+2 |
| 2016-08-15 | Bug [#1842]. Fix fold expand when some child text not styled. | Neil | 1 | -0/+3 |
| 2016-05-14 | Post a caret moved accessibility event in Editor::MovedCaret so that screen | Neil | 1 | -0/+4 |
| 2016-05-03 | Avoid use of const_cast when retrieving window positions. | Neil | 1 | -1/+1 |