Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-09 | Move methods from header to implementation to avoid conversion warnings for | Neil | 1 | -2/+2 | |
each includer. | |||||
2021-10-30 | Minor changes to avoid warnings from linters. | Neil | 1 | -2/+2 | |
2021-10-29 | Remove standard operations for XPM module to follow rule-of-zero. | Neil | 1 | -16/+0 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -1/+1 | |
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal. | |||||
2021-05-22 | Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef | Neil | 1 | -4/+4 | |
will be published in externally visible header. | |||||
2021-04-20 | Feature [feature-requests:#1402]. Unify colour type with ColourAlpha. | Neil | 1 | -4/+4 | |
Change ColourDesired to ColourAlpha in XPM and RGBAImage. | |||||
2021-03-18 | Use unique_ptr to add to RGBAImageSet. | Neil | 1 | -1/+1 | |
2020-03-24 | Use noexcept where possible. | Neil | 1 | -13/+13 | |
2020-02-15 | Extract image conversion from RGBA to BGRA premultiplied into common function. | Neil | 1 | -0/+2 | |
2019-04-07 | Make XPM, RGBAImage, and LineMarker copyable and noexcept moveable. | Neil | 1 | -9/+8 | |
This simplifies and optimizes their use in other classes and containers. | |||||
2018-05-24 | Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods. | Neil | 1 | -4/+4 | |
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases. | |||||
2018-04-28 | Delete standard functions on classes where there could be attempts to copy. | Neil | 1 | -0/+11 | |
2018-04-20 | Remove casts, drop default argument, use const. | Neil | 1 | -1/+1 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-04-22 | Using unique_ptr to simplify ownership of images, case folder, and list box. | Neil | 1 | -1/+1 | |
2017-04-21 | More consistent deletion of standard methods. | Neil | 1 | -1/+1 | |
2017-04-19 | Use =delete for unwanted functions. | Neil | 1 | -3/+3 | |
2017-04-06 | Added const where possible. | Neil | 1 | -1/+1 | |
2017-03-06 | Use several C++11 features as examples so problems with these features are seen. | Vicente | 1 | -3/+3 | |
Features used are move constructor, unique_ptr, deleted functions, enum class, lambda expression, and range for loop. | |||||
2017-01-04 | Mark some const methods as const. | Neil | 1 | -1/+1 | |
2014-03-23 | Remove method no longer needed. | Neil | 1 | -1/+0 | |
2013-12-15 | Make single argument constructors explicit to avoid unexpected conversions. | Neil | 1 | -3/+3 | |
2013-12-15 | Format normalization - whitespace and braces made consistent. | Neil | 1 | -1/+1 | |
Parameter names added to method declarations. | |||||
2013-05-02 | Simplifying XPM code and avoiding bare allocations. | nyamatongwe | 1 | -13/+6 | |
2013-05-02 | Removing XPMSet class as no longer used. | nyamatongwe | 1 | -24/+0 | |
2012-07-21 | Scale factor implemented for RGBAImages to allow for high definition markers ↵ | nyamatongwe | 1 | -1/+5 | |
on retina displays. | |||||
2011-09-25 | Palette support removed. | nyamatongwe | 1 | -7/+3 | |
2011-07-21 | Added dotted box indicator. | nyamatongwe | 1 | -0/+1 | |
2011-06-25 | Initial implementation of RGBA images. | nyamatongwe | 1 | -2/+47 | |
2010-05-11 | Made method const. | nyamatongwe | 1 | -1/+1 | |
2010-03-13 | Adding const to methods where possible. | nyamatongwe | 1 | -3/+3 | |
2010-02-17 | Formatting whitespace. | nyamatongwe | 1 | -2/+2 | |
2009-05-06 | First stage of Cocoa platform addition. | nyamatongwe | 1 | -3/+3 | |
Changed identifier id since this is a reserved word in Objective C. SCI_LEXER and SCI_NAMESPACE turned on automatically for OS X native compilation. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+8 | |
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 | |||||
2003-09-08 | Comments and fixes from Philippe. | nyamatongwe | 1 | -9/+14 | |
2003-01-10 | Initial version. | nyamatongwe | 1 | -0/+67 | |