aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/XPM.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-24Use noexcept where possible.Neil1-13/+13
2020-02-15Extract image conversion from RGBA to BGRA premultiplied into common function.Neil1-0/+2
2019-04-07Make XPM, RGBAImage, and LineMarker copyable and noexcept moveable.Neil1-9/+8
2018-05-24Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods.Neil1-4/+4
2018-04-28Delete standard functions on classes where there could be attempts to copy.Neil1-0/+11
2018-04-20Remove casts, drop default argument, use const.Neil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-04-22Using unique_ptr to simplify ownership of images, case folder, and list box.Neil1-1/+1
2017-04-21More consistent deletion of standard methods.Neil1-1/+1
2017-04-19Use =delete for unwanted functions.Neil1-3/+3
2017-04-06Added const where possible.Neil1-1/+1
2017-03-06Use several C++11 features as examples so problems with these features are seen.Vicente1-3/+3
2017-01-04Mark some const methods as const.Neil1-1/+1
2014-03-23Remove method no longer needed.Neil1-1/+0
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-3/+3
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
2013-05-02Simplifying XPM code and avoiding bare allocations.nyamatongwe1-13/+6
2013-05-02Removing XPMSet class as no longer used.nyamatongwe1-24/+0
2012-07-21Scale factor implemented for RGBAImages to allow for high definition markers ...nyamatongwe1-1/+5
2011-09-25Palette support removed.nyamatongwe1-7/+3
2011-07-21Added dotted box indicator.nyamatongwe1-0/+1
2011-06-25Initial implementation of RGBA images.nyamatongwe1-2/+47
2010-05-11Made method const.nyamatongwe1-1/+1
2010-03-13Adding const to methods where possible.nyamatongwe1-3/+3
2010-02-17Formatting whitespace.nyamatongwe1-2/+2
2009-05-06First stage of Cocoa platform addition.nyamatongwe1-3/+3
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+8
2003-09-08Comments and fixes from Philippe.nyamatongwe1-9/+14
2003-01-10Initial version.nyamatongwe1-0/+67