aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-08-07Ensure strings initialised to avoid warnings.Neil4-4/+4
2013-08-07Bindings in ScintillaEdit made to work on 64-bit Unix systems.nyamatongwe2-1/+12
2013-08-07Bug [#1511]. Ensure representation set up initially.Neil1-0/+2
2013-08-07Change log.Neil1-0/+4
2013-08-07Include lexlib and lexers directory in make dependencies.nyamatongwe2-2/+397
2013-08-07Ensure no reads outside allocation.nyamatongwe1-1/+1
2013-08-07Optimize performance with many control characters such as when openingNeil3-197/+163
a binary file. Simplify use of BreakFinder and use for layout as well as drawing.
2013-08-07Removed dead code.Neil1-17/+0
2013-08-03On Windows, fix painting on an explicit HDC when first paint attempt abandoned.Neil2-1/+8
2013-08-03Change log.Neil1-0/+8
2013-08-03Initialise string to avoid warnings.Neil1-1/+1
2013-08-03Bug [#1509]. ';' not styled as an operator.Neil1-14/+1
From Eric Promislow.
2013-08-03Bug [#1508]. Coloring for enumeration member malfunctions.Neil1-4/+9
From Pavel Bulochkin.
2013-08-02Fix failures when invalid DBCS text was measured by ensuringNeil1-4/+7
all positions are filled with reasonable non-negative values.
2013-08-01Change log.Neil1-0/+3
2013-08-01Expose SCI_FORMATRANGE for printing.nyamatongwe2-0/+36
From John Ehresman.
2013-08-01Change log.Neil1-0/+4
2013-08-01Bug [#1506]. In some locales Visual C++ fails with UTF-8 in string literals.Neil2-129/+132
Fixed by using hex escapes for non-ASCII.
2013-07-31Change log.Neil1-0/+4
2013-07-29Change log.Neil1-0/+5
2013-07-26Support rectangular selected text in clipboard from and to Borland Delphi IDEOezguer Emir1-3/+12
2013-07-26Avoid warnings for uninitialized fields.nyamatongwe1-1/+1
2013-07-26Change log.Neil1-1/+5
2013-07-26Avoid a switch fall-through even though it makes no difference to behaviour.Neil1-0/+1
2013-07-25Make Coverity happy. Ensure return value is seen to never be negative althoughNeil1-1/+1
it never really could be.
2013-07-25Minor changes to avoid warnings from Coverity.Neil6-14/+24
2013-07-23Fix potential write beyond allocation found by Visual C++ analyzer.Neil2-2/+2
2013-07-23Change log.Neil1-0/+4
2013-07-22Bash: Fix handling of quoted HereDoc delimitersColomban Wendling1-2/+12
2013-07-23Made header inclusion more consistent.nyamatongwe2-5/+5
2013-07-23Only use map for character representations instead of unordered_map where ↵nyamatongwe8-26/+1
possible. unordered_map caused too many porting problems.
2013-07-22Added the character representation feature.Neil18-134/+443
2013-07-22There were occsional failures in clipboard tests so add some DoEvents callsNeil1-0/+2
to allow clipboard status to be propogated between windows. Seems to avoid the failures.
2013-07-22Bug: [#1470] Fix GTK+ crash for Hebrew text.nyamatongwe1-2/+14
2013-07-22Fixed historical reference.Neil1-1/+1
2013-07-21Add standard compliance flag.nyamatongwe1-0/+2
2013-07-21Removed functions that had never been used - looks like they had been copiedNeil1-25/+0
from LexAda.
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.nyamatongwe1-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.nyamatongwe1-2/+2
2013-07-21Replaced M_PI with a local constant kPi since M_PI is not defined by ISO C/C++.nyamatongwe1-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 e1c3afb1c5d4Neil0-0/+0
2013-07-19Updated dependencies.rel-3-3-4nyamatongwe1-12/+18