| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-16 | Backport: Fix Xcode static analysis warning by renmaing GetImage to CreateImage. | Neil Hodgson | 1 | -6/+6 |
| 2019-05-11 | Backport: Feature [feature-requests:#1283]. Standardise spelling - "color" ->... | Neil | 1 | -1/+1 |
| 2019-04-27 | Fixed bad backport involving std::round and std::lround for older Mac OSX SDKs. | mitchell | 1 | -5/+5 |
| 2019-03-31 | Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma... | mitchell | 1 | -6/+7 |
| 2018-05-25 | Backport: Add GradientRectangle method to Surface to draw rectangles with ver... | mitchell | 1 | -0/+44 |
| 2018-05-21 | Backport: Remove CGContextRef field in QuartzTextLayout as it is only used in... | Neil Hodgson | 1 | -5/+2 |
| 2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ... | mitchell | 1 | -15/+2 |
| 2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -3/+3 |
| 2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 1 | -7/+7 |
| 2018-05-01 | Backport: Remove dead function and unnecessary casts. Convert C casts to C++ ... | Neil Hodgson | 1 | -28/+13 |
| 2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ElapsedTime... | mitchell | 1 | -28/+0 |
| 2018-04-25 | Backport: Remove variables and casts that are not needed. | Neil | 1 | -2/+2 |
| 2018-04-22 | Backport: Reduce casts by moving casting from char* to UInt8* into QuartzText... | Neil Hodgson | 1 | -9/+17 |
| 2018-04-15 | Backport: Feature [feature-requests:#1215]. Stop warning about virtual call i... | Neil | 1 | -2/+8 |
| 2018-05-05 | Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By... | mitchell | 1 | -15/+4 |
| 2018-02-27 | Backport: Added <utility> and <tuple> to header order and moved POSIX header ... | Neil | 1 | -2/+2 |
| 2017-11-09 | Backport: Close autocompletion list for escape and delete on macOS 10.13 as t... | chinhster | 1 | -2/+1 |
| 2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 1 | -145/+1 |
| 2017-06-11 | Backport: Implement SCN_AUTOCSELECTIONCHANGE notification. | Neil | 1 | -22/+61 |
| 2017-05-07 | Use unique_ptr on Cocoa. | Neil Hodgson | 1 | -16/+13 |
| 2017-05-02 | For Cocoa, use unique_ptr for drawing surfaces and don't check for allocation | Neil | 1 | -12/+8 |
| 2017-04-22 | Restrict cursor changing to visible bounds so the text area cursor doesn't show | Neil | 1 | -1/+1 |
| 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 | Include <memory> for std::unique_ptr. | Neil | 1 | -0/+1 |
| 2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -1/+2 |
| 2017-03-30 | Make autocompletion slightly wider to avoid text truncation. | Neil Hodgson | 1 | -1/+2 |
| 2017-03-04 | Use "override" for Cocoa platform code and add to Editor where possible. | Neil Hodgson | 1 | -24/+24 |
| 2017-01-24 | Use safer static_cast instead of reinterpret_cast. Remove cast to void*. | Neil | 1 | -1/+1 |
| 2017-01-24 | Remove casts from id to Objective C object as they are not needed. Use safer | Neil | 1 | -28/+28 |
| 2017-01-24 | Use correct signatures for pattern draw and release functions and avoid | Neil | 1 | -6/+5 |
| 2017-01-23 | Use safer static_cast instead of reinterpret_cast when converting FontID to | Neil | 1 | -11/+11 |
| 2016-09-21 | Bug [#1863]. Allow subclass of SCIContentView to set cursor. | Tse Kit Yam | 1 | -1/+1 |
| 2016-04-08 | Update header ordering to cover all headers used in Scintilla and reorder | Neil Hodgson | 1 | -3/+4 |
| 2015-12-10 | Bug [#1788]. Fix crash when autocompletion list closed during scroll bounce-back | Chinh Nguyen | 1 | -0/+1 |
| 2015-09-29 | ScreenMax no longer depends on window so do not pass as argument. | Neil Hodgson | 1 | -3/+3 |
| 2015-09-29 | Mark local functions as static. | Neil Hodgson | 1 | -2/+2 |
| 2015-06-25 | Bug [#1740]. Improve autocompletion positioning to avoid being off-screen. | Neil Hodgson | 1 | -2/+14 |
| 2015-06-19 | Fix crash in drag and drop. | Neil Hodgson | 1 | -3/+11 |
| 2015-05-29 | Bug [#1728]. Initialise fields to nil when they may be released in ReleaseViews | Neil Hodgson | 1 | -3/+15 |
| 2015-05-13 | Bug [#1703]. Fix bug when drawing text margins in buffered mode which would use | Neil | 1 | -1/+5 |
| 2015-03-17 | Bug [#1706]. Release list box objects when autocompletion closed. | Neil Hodgson | 1 | -15/+42 |
| 2015-02-26 | Changed selection appearance to lighter as that leaves the text more readable... | Neil Hodgson | 1 | -0/+1 |
| 2015-02-26 | Fix bug where autocompletion and call-ups were placed on the wrong screen due to | Neil Hodgson | 1 | -5/+3 |
| 2015-02-14 | Fix warnings for suspicious type conversions and not fully bracketed initiali... | Neil Hodgson | 1 | -31/+29 |
| 2015-02-14 | Fix doc comments. | Neil Hodgson | 1 | -1/+1 |
| 2014-12-07 | Replace calls to deprecated methods with their current equivalents. | Neil Hodgson | 1 | -3/+4 |
| 2014-06-07 | Fix laying out of emoji. Emoji are not in the BMP, taking 2 UTF-16 code units... | Neil Hodgson | 1 | -1/+1 |
| 2014-05-24 | Header include statements are now in a standardised order with that order | Neil | 1 | -9/+11 |
| 2014-05-03 | Fix Point and PRectangle constructors to match changes in Platform.h. | Neil Hodgson | 1 | -7/+9 |