aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-07-21Normalising order of language headers.Neil19-24/+24
2013-07-21Separating out C and C++ flags so that Clang works agin for C files.Unknown1-5/+6
2013-07-21Add standard compliance flag.nyamatongwe1-0/+2
2013-07-21Add standard compliance flag.Neil1-1/+1
2013-07-21Add standard compliance flag.Unknown1-2/+2
2013-07-21Replaced M_PI with a local constant kPi since M_PI is not defined by ISO C/C++.Unknown1-2/+4
2013-07-21Fix Clang C++11 compatibility.Neil2-3/+3
2013-07-21Make compile with libc++ on OS X.Neil1-0/+1
2013-07-21Replace all instances of isascii with Scintilla-specific IsASCII.Neil28-73/+73
iasascii is not part of ISO C or C++ but is a BSD extension so caused problems when compiling in strict compliance mode.
2013-07-21Whitespace cleanup.Neil1-1/+0
2013-07-21Standardising header guards and namespaces.Neil10-4/+98
2013-07-19Added tag rel-3-3-4 for changeset e1c3afb1c5d4Neil1-0/+1
2013-07-19Updated dependencies.Unknown1-12/+18
2013-07-15Change log.Neil1-0/+1
2013-07-15Updates for 3.3.4.Neil7-19/+33
2013-07-15Fix out-of-bounds access for characters after end of set.Neil1-1/+3
2013-07-11Change log.Neil1-0/+4
2013-07-11Add new files to project and sort file names.nyamatongwe1-21/+41
2013-07-11Add namespace so builds on OS X.nyamatongwe1-0/+8
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil24-334/+1093
case conversion of Unicode text in accordance with Unicode.
2013-07-11Allow Editor subclasses to turn off overstrike caret.Neil2-1/+3
From Mitchell Foral.
2013-07-11Avoid warning for 64-bit build.Neil1-1/+1
2013-07-08Fix to work on more versions of Python.Neil1-6/+6
2013-07-08Bug: [#1494]. Avoid crash if SC_MARK_PIXMAP used without a pixmap.Neil1-2/+2
2013-07-07Allow building with older versions of Visual C++ again.Neil1-3/+3
2013-07-07Include CharacterCategory in Qt projects.Neil2-0/+3
2013-07-07First argument to SetText is not used so was difficult to set a text ↵Neil2-20/+25
containing NUL. Add SetContents to make it easier to setup test cases.
2013-07-07Change log.Neil1-0/+5
2013-07-07Line end whitespace removal.Neil1-1/+1
2013-07-07Bug: [#1496]. Name of ASN1 LexerModule was misspelt lmAns1 instead of lmAsn1.Neil2-2/+2
2013-07-07Add tests for searching performance.Neil1-0/+38
2013-07-07When case conversion changes the length of the text, ensure onlyNeil2-6/+51
valid memory accessed and that the converted text is selected.
2013-07-06Bug: [#1495]. CoffeeScript comment-block lexing is wrong.Neil2-22/+18
From Eric Promislow.
2013-07-06Removed static functions that have never been used.Neil1-15/+0
2013-07-06Remove functions that are not used. Fix comment.Neil1-25/+1
2013-07-06Mention OS X.Neil2-4/+7
2013-07-05Implemented tests for Qt on Linux.Neil7-223/+284
2013-07-04Fix bug with use of strings instead of byte strings as thisNeil1-9/+22
caused failures on Linux. Check for platform to allow different default line ends, Russian encodings and folding behaviour.
2013-07-04Change log.Neil1-0/+3
2013-07-04Report failure of find_text with -1 as first element of return value.Neil1-2/+2
From John Ehresman.
2013-07-03Removed out-of-date text.Neil1-3/+1
2013-07-03Change log.Neil1-0/+8
2013-07-03Make work with older compilers.Neil1-1/+4
2013-07-03Make CellBuffer::DeleteChars return a pointer to the deleted data evenNeil2-7/+10
when deleting all of the buffer.
2013-07-03Restore return of data from InsertString/DeleteChars.nyamatongwe1-6/+5
2013-07-03Avoid using results from failed calls.nyamatongwe1-2/+7
2013-07-03Hide deprecation warning for GetVersionEx.nyamatongwe1-0/+10
2013-07-03Avoid using results from failed calls.nyamatongwe1-9/+12
2013-07-03Trigger SCE_ERR_PERL only when "at" and "line" are far enough apartnyamatongwe1-2/+3
to fit a file name as it was being triggered for MSVC errors containing "at line".
2013-07-03Ensure style data initialised before drawing margin.nyamatongwe1-0/+2