Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. ↵ | Neil | 1 | -3/+3 | |
Standard methods. Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases. Backport of changeset 6974:e99161ef7bdd. | |||||
2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -3/+26 | |
ColourDesired is an int instead of long for consistency over different platforms. Changes made to Point, PRectangle, and ColourDesired. RoundXYPosition removed. Backport of changeset 6939:7441dcb96e6a. | |||||
2018-04-22 | Backport: Remove casts between char and unsigned char where possible. | Neil | 1 | -1/+1 | |
Backport of changeset 6731:8e06234817c0. | |||||
2018-04-20 | Backport: Remove casts, drop default argument, use const. | Neil | 1 | -7/+7 | |
Backport of changeset 6708:6705d3f828c5. | |||||
2018-04-19 | Backport: Use ColourDesired constructor explicitly to make more obvious. | Neil | 1 | -4/+4 | |
Constructor not marked explicit as may be used in external platform layers. Backport of changeset 6706:73c8bc321f62. | |||||
2018-03-01 | Backport: Mark variables as const where simple. | Neil | 1 | -1/+1 | |
Backport of changeset 6470:d78a4b522662. | |||||
2018-01-28 | Backport: Use std::end when filling arrays as reduces chance of mistake. | Neil | 1 | -1/+3 | |
Backport of changeset 6436:a366ce1a811e. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
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 | |
where it may be needed in the future. | |||||
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 | |
tool set will not indirectly include <stdexcept>. | |||||
2014-05-03 | Replacing the int-based constructors for Point and PRectangle with FromInts | Neil | 1 | -1/+1 | |
static methods as there were too many failures with mixed types and not-quite matching types. | |||||
2014-05-03 | Using casts and an alternate PRectangle constructor to make XYPOSITION <-> int | Neil | 1 | -3/+3 | |
conversions and other conversions more consistent. | |||||
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 | |
Parameter names added to method declarations. | |||||
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 | |
on retina displays. | |||||
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 | |
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+4 | |
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
2005-08-12 | Avoid crashes with XPM files that use more than 1 byte per pixel. | nyamatongwe | 1 | -0/+5 | |
2005-03-25 | Patch from Blair McGlashan in bug #1168430 to reallocate colours when ↵ | nyamatongwe | 1 | -0/+1 | |
changing a pixmap. | |||||
2004-03-04 | Patch from Philippe to make decoding safer. | nyamatongwe | 1 | -4/+23 | |
2003-09-18 | Fix for using wrong loop bound. | nyamatongwe | 1 | -1/+1 | |
2003-09-08 | Comments and fixes from Philippe. | nyamatongwe | 1 | -19/+19 | |
2003-07-21 | Converted some ints to size_t for 64 bit safety. | nyamatongwe | 1 | -1/+1 | |
2003-01-10 | Initial version. | nyamatongwe | 1 | -0/+297 | |