| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-06-12 | Remove old timer code in favour of the FineTicker* methods. | Neil | 9 | -135/+22 | |
| 2017-06-12 | Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form. | Neil | 9 | -116/+75 | |
| All events include a set of keyboard modifier flags. Older calls that passed individual parameters for each key were removed. | |||||
| 2017-06-12 | Back down from gnu++17 to gnu++14 so can build with g++ on current Ubuntu. | Neil | 1 | -1/+1 | |
| 2017-06-12 | Fix bug where retrieving encoded bytes failed. | Neil | 1 | -1/+1 | |
| 2017-06-12 | Removed unused functions and methods from Platform.h. | Neil | 23 | -568/+186 | |
| Replaced Platform::Clamp with Sci::clamp but will later change this to std::clamp once on full C++17 compilers. Drop MouseButtonBounce workaround for very early GTK+/Linux. | |||||
| 2017-06-11 | Implement SCN_AUTOCSELECTIONCHANGE notification. | Neil | 11 | -61/+236 | |
| 2017-06-10 | Avoid warnings when compiling unit tests with recent GCC. | Neil | 1 | -0/+8 | |
| 2017-06-10 | SciTE change log. | Neil | 1 | -0/+4 | |
| 2017-06-10 | Update GTK+ and compiler version requirements. | Neil | 3 | -8/+8 | |
| 2017-06-07 | Bug [#1919]. Rust - Update integer suffixes. | Pavel Sountsov | 2 | -1/+7 | |
| 2017-06-10 | Require GTK+ 2.24 or later. Removes support for earlier versions. | Baldur Karlsson | 2 | -63/+0 | |
| 2017-06-10 | Bug [#1947]. Reenable mouse tracking when the window is reshown. | Baldur Karlsson | 2 | -0/+8 | |
| 2017-06-10 | Prepare changelog for 4.x. | Neil | 1 | -0/+14 | |
| 2017-06-09 | Use 64-bit safe type for return from Scintilla. | Neil | 1 | -2/+2 | |
| Allows pointer returning methods like GetRangePointer to work in 64-bit code. | |||||
| 2017-06-09 | Use min and max from std instead of own version from platform. | Neil | 7 | -20/+29 | |
| 2017-06-09 | Avoid signed safety warnings from GCC 7. | Neil | 1 | -2/+2 | |
| 2017-06-08 | Indented consistently by using astyle. | Neil | 12 | -4936/+4281 | |
| 2017-06-07 | Use property dot syntax. | Neil Hodgson | 4 | -188/+188 | |
| Part of modernization. | |||||
| 2017-06-07 | Bug as it uses a getter and discards the result instead of a setter. | Neil Hodgson | 1 | -1/+1 | |
| 2017-06-07 | Using modern Objective C literals and indexing. | Neil Hodgson | 4 | -33/+31 | |
| 2017-06-07 | Using instancetype for constructors. | Neil Hodgson | 2 | -3/+3 | |
| 2017-06-05 | Converted to Automatic Reference Counting. | Neil Hodgson | 6 | -121/+78 | |
| 2017-05-26 | Added tag rel-3-7-5 for changeset 7c0d4e81e938 | Neil | 1 | -0/+1 | |
| 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 ↵ | oirfeodent | 2 | -3/+24 | |
| available in BaanC. Undo auto indentation by editor. Add + as well similar to -. V3. Replace ascii value of e & x to actual value. | |||||
| 2017-05-22 | Bug [#1946]. Builds are made with a sorted list of lexers to be more ↵ | Bernhard M. Wiedemann | 3 | -2/+7 | |
| reproducible. | |||||
| 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 | |
| Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed. | |||||
| 2017-05-21 | Make SplitVector work with move-only types like unique_ptr. | Neil | 9 | -63/+116 | |
| Provide InsertEmpty and both const and non-const reference returning operator[]. Add and fix comments. | |||||
| 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 ↵ | oirfeodent | 1 | -1/+2 | |
| coloured as comment in windows due to <CR><LF>. Checking for <CR> or <LF> directly should work for Windows/Linux/Mac. Escape Sequence corrected. | |||||
| 2017-05-12 | Replace intrusive linked lists with vector and unique_ptr to simplify code. | Neil | 2 | -94/+25 | |
| Remove LexerMinder as not needed. | |||||
| 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 | |
| removed, or visibility changed. | |||||
| 2017-05-10 | Simplify DecorationList and its clients by using a vector instead of an | Neil | 5 | -88/+71 | |
| intrusive linked list. Restrict clients to a read-only view. | |||||
| 2017-05-10 | Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and | Neil | 9 | -126/+122 | |
| Document. | |||||
| 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 | |
| limiting scope, making comments more accurate, and avoiding warnings from clang analyze. | |||||
| 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 | |
