Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-08 | Updated version number.rel-3-7-6 | Neil | 1 | -1/+1 | |
2017-08-08 | Added tag rel-3-7-6 for changeset c534665d5d34 | Neil | 1 | -0/+1 | |
2017-07-05 | Apply patch set #6335 to LongTerm3 Branch. | oirfeodent | 1 | -1/+1 | |
SCE_BAAN_NUMBER was not highlighted, if followed by an operator... This Bug is fixed. | |||||
2017-06-15 | Apply change set 6308 to LongTerm3 branch. | Neil Hodgson | 1 | -1/+1 | |
Fix bug where retrieving encoded bytes failed. | |||||
2017-05-30 | Starting 3.x long term maintenance branch. | Neil | 0 | -0/+0 | |
This branch will support older compilers including GCC 4.8 and MSVC 2015. It should only use C++11 features and not features from C++14 or later. | |||||
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 | |
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 | |
failure as that throws an exception. | |||||
2017-05-02 | For Cocoa, use unique_ptr for drawing surfaces and don't check for allocation | Neil | 2 | -38/+26 | |
failure as that throws an exception. | |||||
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 | |
as that throws an exception. Also use unique_ptr for tab stop positions. | |||||
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 | |
and make it easier to modify. Remove out of date warning suppression. | |||||
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 | |
wrapping CFStringCreateWithBytes. | |||||
2017-04-22 | Use simple alloc as "memory zones are no longer used by Objective-C" | Neil Hodgson | 1 | -1/+1 | |
according to Apple's API Reference. | |||||
2017-04-22 | Restrict cursor changing to visible bounds so the text area cursor doesn't show | Neil | 5 | -3/+12 | |
over other views above and below ScintillaView. | |||||
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 | |
checks making them more difficult to understand. | |||||
2017-04-22 | Replace C++ std::map with Cocoa NSMutableDictionary as easier to switch to ARC | Neil | 1 | -54/+19 | |
since memory ownership doesn't cross between C++ and Objective C as much. |