aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-06-29Bug: [#1483]. Fix problems with character/byte indexing for UTF-8 and DBCS.Neil1-58/+58
From Kein-Hong Man.
2013-06-27Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for ↵nyamatongwe6-57/+147
character-oriented access. Implemented using new method IDocumentWithLineEnd::GetRelativePosition.
2013-06-27Bug: [#1491]. Removing redundant suppression.nyamatongwe1-1/+0
2013-06-27Bug: [#1491]. Regular expression detection code appeared incorrect.nyamatongwe1-4/+13
2013-06-26Simplify label handling code and avoid checking to end of line.nyamatongwe1-22/+5
From Kein-Hong Man.
2013-06-25Make labels work with non-ASCII characters in UTF-8.nyamatongwe1-4/+4
2013-06-25Specify paint device when creating QTextLayout. Fixes mis-layout of text whennyamatongwe1-1/+1
QApplication construction delayed. From John Ehresman.
2013-06-18Renaming variables to explain their role better.nyamatongwe1-19/+19
2013-06-18Bug: [#1488] Simplify gtk scrollbar resize code.nyamatongwe1-10/+3
From Todd Whiteman at ActiveState.
2013-06-18Change log.nyamatongwe1-0/+6
2013-06-18Method added to help lexers working with byte positions.nyamatongwe1-0/+6
Related to bug [#1483].
2013-06-18Simplify line wrapping code, minimize lines wrapped and avoid rewrapping lines.nyamatongwe2-114/+116
2013-06-18Determine more accurately whether painting was abandoned by styling and sonyamatongwe2-1/+4
decrease consequent line wrapping work.
2013-06-17Fix wrap width so doesn't take account of margin twice.nyamatongwe1-1/+1
2013-06-15Simplify direct access using Scintilla messages and avoid call layers.nyamatongwe2-0/+18
2013-06-15Fix insertText: of ScintillaView to directly call ScintillaCocoa since ↵nyamatongwe1-1/+1
insertText of InnerView was replaced with insertText:replacementRange: to implement NSTextInputClient in [df4058].
2013-06-14Define custom marginMaskN / setMarginMaskN to treat values as a bitmask.nyamatongwe1-0/+22
2013-06-10Define custom get_ / set_ margin_mask_n to treat values as a bitmaskJohn Ehresman1-0/+27
2013-06-13Change log.nyamatongwe1-0/+4
2013-06-13Bug: [#1487]. Fix memory leak of font names.nyamatongwe1-0/+3
2013-06-12Change log.nyamatongwe1-0/+4
2013-06-12Change log.nyamatongwe1-0/+5
2013-06-11Change log.nyamatongwe1-0/+3
2013-06-11Fix a bug with word wrap where the last line could be shown twice.nyamatongwe1-0/+2
2013-06-06Disable methods required for GTK+ 3 when building for GTK+ 2.nyamatongwe1-0/+6
2013-06-05Merged with GTK+ change.nyamatongwe1-1/+1
2013-06-05Make method const since it has no side-effects.nyamatongwe1-1/+1
2013-06-05Make method static as it does not use instance variables.nyamatongwe1-2/+2
2013-06-05Enable EnsureRenderTarget and DropRenderTarget only when Direct2D available.nyamatongwe1-4/+8
2013-06-05Add to change log.nyamatongwe1-0/+3
2013-06-05Add to change log.nyamatongwe1-0/+5
2013-05-26* Fixed a bug in incremental lexing which often caused a full redrawkudah1-2/+2
* Don't highlight CPP inside comments when styling.within.preprocessor is on, to avoid incoherent coloring.
2013-06-05Change log entries for SciTE.nyamatongwe1-0/+14
2013-06-05Turn font smoothing on for font quality level SC_EFF_QUALITY_LCD_OPTIMIZED.nyamatongwe1-0/+2
2013-06-05Avoid crash when byte value does not represent a character in current encoding.nyamatongwe1-0/+2
2013-06-02Added tag rel-3-3-3 for changeset 1cd0ebd58592nyamatongwe0-0/+0
2013-05-27Updated changes list.rel-3-3-3nyamatongwe1-4/+1
2013-05-27Updated version numbers, date, and change log for 3.3.3.nyamatongwe7-16/+27
2013-05-27Update all release dates based on date in scintilla/doc/index.html.nyamatongwe1-13/+52
2013-05-26Switch SelectionText to use a std::string to hold the data and to provide ↵nyamatongwe8-96/+104
accessors to this data. Add a length argument to DropAt, although previous signature still available.
2013-05-25Simplify copying text since it is now using a std::string so no need toNeil Hodgson1-29/+12
pre-allocate.
2013-05-25Use simplified call to set SelectionText from std::string.Neil Hodgson1-16/+18
Change input argument of ConvertText to const as it is not changed.
2013-05-25Add a simplified way to set a SelectionText from a std::string.Neil Hodgson1-0/+3
2013-05-25Bug: [#1481]. Incorrect event copying on GTK+ 3.x.Neil Hodgson1-5/+14
2013-05-25Fix crashes with SelectionText instances that did not have \0 terminators.Neil Hodgson1-7/+7
2013-05-24Add Structured Text lexer.nyamatongwe1-0/+4
2013-05-24Updated make dependencies.Neil Hodgson1-4/+4
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe28-135/+135
2013-05-23Change log for bug #1478.nyamatongwe1-0/+4
2013-05-23Credit/change log for bug #1477.nyamatongwe1-0/+5