| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-05-24 | Fixed version.rel-3-7-5 | Neil | 1 | -1/+1 |
| 2017-05-23 | Standardize spelling. | Neil Hodgson | 1 | -81/+81 |
| 2017-05-23 | Updated for 3.7.5 release. | Neil | 8 | -18/+22 |
| 2017-05-22 | More canonical version of previous change 6283. | Neil | 1 | -5/+1 |
| 2017-05-22 | Fix a crash when a line containing a marker was deleted. | Neil | 1 | -1/+5 |
| 2017-05-18 | Handle Hex & Exp representations properly. Octal representation not available... | oirfeodent | 2 | -3/+24 |
| 2017-05-22 | Bug [#1946]. Builds are made with a sorted list of lexers to be more reproduc... | Bernhard M. Wiedemann | 3 | -2/+7 |
| 2017-05-21 | Update make dependencies for GTK+. | Neil | 1 | -63/+71 |
| 2017-05-21 | Use UniqueString to simplify FontNames. | Neil | 4 | -22/+12 |
| 2017-05-21 | Use unique_ptr and forward_list to regularize PerLine data structures. | Neil | 6 | -130/+68 |
| 2017-05-21 | Make SparseVector work with move-only types. | Neil | 21 | -148/+235 |
| 2017-05-21 | Make SplitVector work with move-only types like unique_ptr. | Neil | 9 | -63/+116 |
| 2017-05-19 | Avoid explicit memory management. | Neil | 1 | -3/+2 |
| 2017-05-19 | Update from MSVC 2013 to 2015 for better C++11 compliance for unique_ptr. | Neil | 1 | -2/+2 |
| 2017-05-16 | Updated link. | Neil | 1 | -2/+2 |
| 2017-05-12 | If "Show End of Line" is enabled, using sc.atLineEnd causes <CR> to be colour... | oirfeodent | 1 | -1/+2 |
| 2017-05-12 | Replace intrusive linked lists with vector and unique_ptr to simplify code. | Neil | 2 | -94/+25 |
| 2017-05-12 | Bug [#310]. Update documentation. | Neil | 1 | -3/+7 |
| 2017-05-10 | Update unit test to match header change. | Neil | 1 | -0/+1 |
| 2017-05-10 | Feature [feature-requests:#1187]. Update scroll bar when annotations added, | Neil | 2 | -1/+8 |
| 2017-05-10 | Simplify DecorationList and its clients by using a vector instead of an | Neil | 5 | -88/+71 |
| 2017-05-10 | Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and | Neil | 9 | -126/+122 |
| 2017-05-08 | SciTE change log. | Neil | 1 | -0/+3 |
| 2017-05-08 | Improve Direct2D text measurement code by eliminating extraneous variables, | Neil | 1 | -33/+33 |
| 2017-05-08 | Bug [#1944]. Recognize strings in lists in more cases. | Kein-Hong Man | 2 | -2/+19 |
| 2017-05-07 | Use unique_ptr on GTK+. | Neil | 1 | -11/+6 |
| 2017-05-07 | Use unique_ptr on Cocoa. | Neil Hodgson | 3 | -21/+17 |
| 2017-05-06 | SciTE change log. | Neil | 1 | -0/+4 |
| 2017-05-02 | More consistent use of size_t when converting Unicode formats. | Neil | 5 | -34/+35 |
| 2017-05-02 | For GTK+, use unique_ptr for drawing surfaces and don't check for allocation | Neil | 1 | -36/+24 |
| 2017-05-02 | For Cocoa, use unique_ptr for drawing surfaces and don't check for allocation | Neil | 2 | -38/+26 |
| 2017-05-02 | Avoid explicit allocation in test. | Neil | 1 | -12/+8 |
| 2017-05-02 | Use unique_ptr for drawing surfaces and don't check for allocation failure | Neil | 9 | -152/+117 |
| 2017-05-01 | Use std::unique_ptr to simplify ContractionState. | Neil | 2 | -23/+17 |
| 2017-04-29 | Use std::unique_ptr, std::vector, and move construction to simplify UndoHistory | Neil | 5 | -57/+36 |
| 2017-04-25 | Bug [#1940]. Canceling modes with the Esc key preserves a rectangular selection. | Neil | 2 | -1/+5 |
| 2017-04-24 | Remove unnecessary cast. | Neil | 1 | -1/+1 |
| 2017-04-24 | Make string encoding and decoding more regular by using std::string more and | Neil | 1 | -57/+34 |
| 2017-04-22 | Use simple alloc as "memory zones are no longer used by Objective-C" | Neil Hodgson | 1 | -1/+1 |
| 2017-04-22 | Restrict cursor changing to visible bounds so the text area cursor doesn't show | Neil | 5 | -3/+12 |
| 2017-04-22 | Update ScintillaTest project with current Xcode. | Neil | 1 | -1/+7 |
| 2017-04-22 | Update ScintillaTest XIB with current Xcode to avoid warnings. | Neil | 1 | -14/+8 |
| 2017-04-22 | Move NSString for example contents to local as it showed up in memory leak | Neil | 2 | -12/+17 |
| 2017-04-22 | Replace C++ std::map with Cocoa NSMutableDictionary as easier to switch to ARC | Neil | 1 | -54/+19 |
| 2017-04-22 | Simplify NSImage creation by using its initWithCGImage directly instead of | Neil | 1 | -23/+16 |
| 2017-04-22 | Fix a leak of mouse tracking areas. | Neil Hodgson | 2 | -0/+7 |
| 2017-04-22 | Using unique_ptr to simplify ownership of images, case folder, and list box. | Neil | 9 | -52/+29 |
| 2017-04-22 | Encapsulate the LexInterface of Document. | Neil | 3 | -9/+14 |
| 2017-04-22 | Include <memory> for std::unique_ptr. | Neil | 21 | -0/+21 |
| 2017-04-21 | Treat comments at the end of the file as separate from the preceding structure. | Neil | 2 | -2/+11 |