Age | Commit message (Expand) | Author | Files | Lines |
2023-10-10 | Use global constants for opaque black and white and local constants for greys. | Neil | 1 | -1/+1 |
2023-03-27 | Declare noexcept as called from noexcept. | Neil | 1 | -1/+1 |
2023-01-09 | Hoist common calculation into function. | Neil | 1 | -3/+11 |
2023-01-09 | Move methods from header to implementation to avoid conversion warnings for | Neil | 1 | -0/+8 |
2021-11-03 | Added <climits> for UCHAR_MAX. | Neil | 1 | -0/+1 |
2021-10-30 | Minor changes to avoid warnings from linters. | Neil | 1 | -9/+9 |
2021-10-29 | Remove standard operations for XPM module to follow rule-of-zero. | Neil | 1 | -10/+0 |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -0/+3 |
2021-05-22 | Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef | Neil | 1 | -8/+8 |
2021-04-20 | Feature [feature-requests:#1402]. Unify colour type with ColourAlpha. | Neil | 1 | -23/+14 |
2021-03-18 | Use unique_ptr to add to RGBAImageSet. | Neil | 1 | -7/+2 |
2021-03-18 | std::optional is a basic vocabulary type that may be used widely so include | Neil | 1 | -0/+1 |
2021-03-18 | Move assert and debug trace functions into their own header Debugging.h. | Neil | 1 | -0/+1 |
2021-03-17 | Extract geometry and colour definitions from Platform.h into src/Geometry.h. | Neil | 1 | -0/+1 |
2020-03-24 | Use noexcept where possible. | Neil | 1 | -8/+8 |
2020-02-15 | Extract image conversion from RGBA to BGRA premultiplied into common function. | Neil | 1 | -0/+15 |
2019-05-11 | Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour". | Neil | 1 | -3/+3 |
2018-05-24 | Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods. | Neil | 1 | -3/+3 |
2018-05-14 | Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -3/+26 |
2018-05-14 | Include <string_view> to allow future use in Platform interface and Unicode. | Neil | 1 | -0/+1 |
2018-04-22 | Remove casts between char and unsigned char where possible. | Neil | 1 | -1/+1 |
2018-04-20 | Remove casts, drop default argument, use const. | Neil | 1 | -7/+7 |
2018-04-19 | Use ColourDesired constructor explicitly to make more obvious. | Neil | 1 | -4/+4 |
2018-03-01 | Mark variables as const where simple. | Neil | 1 | -1/+1 |
2018-01-28 | Use std::end when filling arrays as reduces chance of mistake. | Neil | 1 | -1/+3 |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -2/+0 |
2017-04-22 | Using unique_ptr to simplify ownership of images, case folder, and list box. | Neil | 1 | -11/+6 |
2017-04-22 | Include <memory> for std::unique_ptr. | Neil | 1 | -0/+1 |
2017-04-09 | Further use of range-for. | Neil | 1 | -6/+6 |
2017-04-06 | Added const where possible. | Neil | 1 | -5/+5 |
2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -2/+2 |
2017-01-04 | Mark some const methods as const. | Neil | 1 | -1/+1 |
2016-08-12 | Remove tests that are not needed. | Neil | 1 | -2/+2 |
2015-07-04 | Make std::exception visible to all core code to remove chance that a different | Neil | 1 | -0/+1 |
2014-05-03 | Replacing the int-based constructors for Point and PRectangle with FromInts | Neil | 1 | -1/+1 |
2014-05-03 | Using casts and an alternate PRectangle constructor to make XYPOSITION <-> int | Neil | 1 | -3/+3 |
2014-03-23 | Remove method no longer needed. | Neil | 1 | -6/+0 |
2013-12-15 | Format normalization - whitespace and braces made consistent. | Neil | 1 | -2/+2 |
2013-07-21 | Normalising order of language headers. | Neil | 1 | -1/+1 |
2013-05-02 | Simplifying XPM code and avoiding bare allocations. | nyamatongwe | 1 | -66/+30 |
2013-05-02 | Removing XPMSet class as no longer used. | nyamatongwe | 1 | -83/+0 |
2012-07-21 | Scale factor implemented for RGBAImages to allow for high definition markers ... | nyamatongwe | 1 | -2/+3 |
2012-07-17 | Avoid loss of precision warnings from Borland. | nyamatongwe | 1 | -4/+4 |
2012-02-14 | Removed dead code as it was producing warnings. | nyamatongwe | 1 | -8/+0 |
2011-11-14 | Removed warning suppression that had been included for Visual C++ 6.0. | nyamatongwe | 1 | -4/+0 |
2011-09-25 | Palette support removed. | nyamatongwe | 1 | -26/+6 |
2011-07-21 | Added dotted box indicator. | nyamatongwe | 1 | -7/+15 |
2011-06-25 | Initial implementation of RGBA images. | nyamatongwe | 1 | -5/+130 |
2010-05-11 | Made method const. | nyamatongwe | 1 | -1/+1 |
2010-02-17 | Formatting whitespace. | nyamatongwe | 1 | -3/+3 |