| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-07-14 | Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff, | Neil | 9 | -1153/+1353 |
| 2015-07-14 | Fix drawing problem when control characters are in a hidden style as they then | Neil | 2 | -1/+8 |
| 2015-07-10 | SciTE change log. | Neil | 1 | -0/+3 |
| 2015-07-06 | White space fix. | Neil | 1 | -1/+1 |
| 2015-07-06 | Change log for SciTE. | Neil | 1 | -0/+3 |
| 2015-07-06 | Change log. | Neil | 1 | -0/+3 |
| 2015-07-06 | Upgrading Python to an object lexer that supports substyles. | Neil | 2 | -73/+237 |
| 2015-07-06 | SCI_SETIDENTIFIERS resets styling ensuring any added identifier are highlighted. | Neil | 2 | -0/+4 |
| 2015-07-05 | Change log. | Neil | 1 | -0/+3 |
| 2015-07-05 | Change log. | Neil | 1 | -0/+4 |
| 2015-07-05 | GTK: Fix leaking scrollbars | Colomban Wendling | 1 | -0/+3 |
| 2015-07-04 | Closer correspondence between return type of *WndProc and Win32 definition. | Neil | 1 | -9/+9 |
| 2015-07-04 | Make std::exception visible to all core code to remove chance that a different | Neil | 16 | -0/+19 |
| 2015-07-04 | Unit tests need to see std::exception now. | Neil | 3 | -0/+3 |
| 2015-07-04 | Also need to see std::exception in PerLine. | Neil | 1 | -0/+1 |
| 2015-07-04 | Throw an exception for a negative sized reallocation as occurs when asked | Neil Hodgson | 3 | -0/+5 |
| 2015-07-04 | On Cocoa, translate exceptions into error codes. | Neil Hodgson | 1 | -44/+50 |
| 2015-07-03 | Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion. | Jonathan Hunt | 6 | -18/+151 |
| 2015-06-30 | Added SC_CASE_CAMEL to the case mode style attribute. | Neil | 6 | -4/+25 |
| 2015-06-29 | Change log. | Neil | 1 | -0/+3 |
| 2015-06-27 | Merged from different machines. | Neil | 2 | -1/+5 |
| 2015-06-27 | Make documentation of SCI_MARKERENABLEHIGHLIGHT consistent. | Neil | 1 | -1/+1 |
| 2015-06-26 | Updated OS X deployment target to 10.7 at the project level as it already was | Neil Hodgson | 1 | -2/+2 |
| 2015-06-26 | Added CodeMirror to list of editing components. | Neil | 1 | -0/+4 |
| 2015-06-26 | Change log. | Neil | 1 | -0/+3 |
| 2015-06-25 | Fix regression due to recent multiple-selection changes with the selection not | Neil Hodgson | 1 | -1/+1 |
| 2015-06-25 | Change log. | Neil Hodgson | 1 | -0/+5 |
| 2015-06-25 | Bug [#1740]. Cancel autocompletion and calltip when window moved. | Neil Hodgson | 3 | -0/+24 |
| 2015-06-25 | Bug [#1740]. Improve autocompletion positioning to avoid being off-screen. | Neil Hodgson | 1 | -2/+14 |
| 2015-06-24 | Simplify text measurement and drawing by removing segmentation and failure | Neil | 1 | -88/+25 |
| 2015-06-24 | Make multiple selection work over most cursor movement and selection, new line, | Neil | 6 | -338/+577 |
| 2015-06-24 | Fix URL to point to correct download. | Neil | 1 | -1/+1 |
| 2015-06-23 | Casts to silence warnings for 64-bit builds. | Neil | 1 | -2/+2 |
| 2015-06-22 | Remove some annoying messages from cppcheck. | Neil | 1 | -1/+7 |
| 2015-06-20 | Updating download sizes. | Neil | 1 | -2/+2 |
| 2015-06-20 | Fixed API name for selecting each. | Neil | 1 | -1/+1 |
| 2015-06-20 | Added tag rel-3-5-7 for changeset 49ce1d4c2dea | Neil | 0 | -0/+0 |
| 2015-06-19 | Updates for release 3.5.7. | Neil | 6 | -13/+15 |
| 2015-06-19 | Updates for release 3.5.7. | Neil | 1 | -2/+5 |
| 2015-06-19 | Fix crash in drag and drop. | Neil Hodgson | 3 | -3/+16 |
| 2015-06-19 | Updated test program with Xcode recommended settings. | Neil Hodgson | 1 | -5/+7 |
| 2015-06-16 | Clean up some selection operations. Commonly when changing selection modes, | Neil | 4 | -30/+36 |
| 2015-06-13 | Fix bug where maximum two selections possible at once with Ctrl+click due | Neil Hodgson | 1 | -6/+6 |
| 2015-06-12 | Change log. | Neil | 1 | -0/+4 |
| 2015-06-09 | When combining MarkerHandlerSets, prepend the other set instead of appending | Jiřà Techet | 1 | -2/+3 |
| 2015-06-11 | Added explanation of SCI_MULTIPLESELECTADDEACH. | Neil | 1 | -3/+7 |
| 2015-06-11 | Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, and | Neil | 9 | -10/+188 |
| 2015-06-11 | Explain styling a little more. | Neil | 1 | -4/+7 |
| 2015-06-10 | Change log. | Neil Hodgson | 1 | -0/+8 |
| 2015-06-05 | Simplified retrieval of correct display for widget and ensure works on older ... | nyamatongwe | 2 | -15/+2 |