aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-08-10Fix PySide interface to match 64-bit fixes in ScintillaEdit.Unknown2-4/+8
2013-08-10Change log.Neil1-0/+3
2013-08-10Fix building qith Qt 5 on OS X.Neil2-0/+60
From Fan Yang.
2013-08-09Update make dependencies.Neil2-91/+125
2013-08-09Structure colour settings into ColourOptional and ForeBackColours types.Neil3-105/+81
2013-08-09Move wrapping, edge and visual adjustments from Editor to ViewStyle.Neil8-106/+172
Move printing parameters into a separate struct.
2013-08-08Avoid warnings for uninitialized strings.Neil3-1/+5
2013-08-08Bug [#1512]. Fix bug with horizontal caret position when margin changed.Neil2-0/+7
From Neomi.
2013-08-08Move functionality from Editor to ViewStyle.Neil5-173/+187
controlCharSymbol setting moved along with calculated fields for tab width and control symbols. Use of TextSegment simplified and variables made const where possible.
2013-08-07Ensure strings initialised to avoid warnings.Neil4-4/+4
2013-08-07Bindings in ScintillaEdit made to work on 64-bit Unix systems.Unknown2-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.Unknown2-2/+397
2013-08-07Ensure no reads outside allocation.Unknown1-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.Unknown2-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.Unknown1-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.Unknown1-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.Unknown1-5/+6
2013-07-21Add standard compliance flag.nyamatongwe1-0/+2
2013-07-21Add standard compliance flag.Neil1-1/+1