aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/XPM.cxx
AgeCommit message (Collapse)AuthorFilesLines
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-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-12Avoid crashes with XPM files that use more than 1 byte per pixel.nyamatongwe1-0/+5
2005-03-25Patch from Blair McGlashan in bug #1168430 to reallocate colours when ↵nyamatongwe1-0/+1
changing a pixmap.
2004-03-04Patch from Philippe to make decoding safer.nyamatongwe1-4/+23
2003-09-18Fix for using wrong loop bound.nyamatongwe1-1/+1
2003-09-08Comments and fixes from Philippe.nyamatongwe1-19/+19
2003-07-21Converted some ints to size_t for 64 bit safety.nyamatongwe1-1/+1
2003-01-10Initial version.nyamatongwe1-0/+297