| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-08-11 | Change log. | Neil | 1 | -0/+3 |
| 2015-08-08 | Add prefixes for BlitzBasic, PureBasic, FreeBasic, COBOL, TACL, and TAL. | Neil | 1 | -2/+8 |
| 2015-08-07 | Copy Sci_Position.h into framework for Cocoa. | Neil Hodgson | 2 | -0/+7 |
| 2015-08-06 | Change log. | Vicente | 1 | -0/+4 |
| 2015-08-06 | Add VHDL protected keyword for folding. | Vicente | 2 | -1/+13 |
| 2015-08-06 | Bug [#1743]. Never report the client rectangle as having a negative width or | Neil | 1 | -0/+4 |
| 2015-08-03 | Added tag rel-3-6-0 for changeset 87a4e0fa293e | Neil | 1 | -0/+1 |
| 2015-08-03 | Mention interface change and changed release date.rel-3-6-0 | Neil | 2 | -4/+6 |
| 2015-07-31 | Document use of Sci_Position and Sci_PositionCR. | Neil | 1 | -7/+11 |
| 2015-07-31 | Updated lexer interfaces for Sci_Position. | Neil | 1 | -177/+44 |
| 2015-07-30 | Updated header dependencies to include Sci_Position.h and Position.h. | Neil | 2 | -356/+554 |
| 2015-07-30 | Updated header dependencies to include Sci_Position.h. | Neil | 1 | -371/+512 |
| 2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 96 | -1100/+1105 |
| 2015-07-29 | Change lexlib to use Sci_Position and Sci_PositionU to prepare for large file | Neil | 7 | -73/+73 |
| 2015-07-29 | Update version numbers and dates for 3.6.0 release. | Neil | 7 | -19/+15 |
| 2015-07-28 | Remove archaic mention of cells. | Neil | 1 | -2/+2 |
| 2015-07-28 | Change log. | johnsonj | 1 | -0/+4 |
| 2015-07-28 | Avoid candidate box randomly popping up away from edit pane with (especially | johnsonj | 3 | -0/+3 |
| 2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 30 | -0/+51 |
| 2015-07-25 | Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and | Neil | 93 | -226/+226 |
| 2015-07-24 | Change log. | Neil | 1 | -0/+10 |
| 2015-07-20 | Use Sci_Position when required to implement interfaces. | Neil | 22 | -160/+160 |
| 2015-07-17 | Add the Sci_Position, Sci_PositionU, and Sci_PositionCR typedefs to external | Neil | 4 | -30/+63 |
| 2015-07-16 | Cast for 64-bit warning with Visual C++ 2015. | Neil | 1 | -1/+1 |
| 2015-07-14 | Fix Xcode project file to contain all the individual lexers split out from Le... | Neil Hodgson | 1 | -5/+25 |
| 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 | 1 | -2/+2 |
| 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 |