aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-03-15Change log.Neil1-0/+5
2015-03-15Bug [#1705]. Fix a bug with Mingw-w64. Probably due to incorrect definition ofNeil1-2/+3
2015-03-14Fix calltip display bug on Cocoa.Neil Hodgson2-0/+13
2015-03-13Bug [#1701]. Turn on _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES.Neil1-1/+2
2015-03-13Truncate elements that are near to maxItemLen to avoid possibility of writingNeil1-1/+3
2015-03-13Removed potentially out-of-bounds write.Neil1-1/+0
2015-03-13Changed to symbolic constant.Neil1-3/+3
2015-03-13Scintilla is now always a wide character window so remove vestiges of narrowNeil4-92/+65
2015-03-12Reduce size of buffers allocated on stack to avoid warnings from Visual StudioNeil1-1/+1
2015-03-12More efficient conversion to Hangul.Neil3-59/+47
2015-03-11Allow minimum tab width to be tweaked to allow character cell implementationNeil2-2/+4
2015-03-11Change log.Neil Hodgson1-0/+11
2015-03-10fix problem where preprocessor fold code would incorrectly match `endcelldefi...Joe Mueller1-1/+1
2015-03-11Update drag and drop to use current APIs instead of deprecated APIs.Neil Hodgson3-33/+120
2015-03-10Change log for already released 3.5.4.Neil1-0/+3
2015-03-09Fix an unclosed tag in the documentationColomban Wendling1-1/+1
2015-03-08Added tag rel-3-5-4 for changeset 16ffc2a3ae15Neil0-0/+0
2015-03-05Updates for 3.5.4.rel-3-5-4Neil7-15/+16
2015-03-01Change log.Neil1-0/+4
2015-02-26Changed selection appearance to lighter as that leaves the text more readable...Neil Hodgson1-0/+1
2015-02-26Fix bug where autocompletion and call-ups were placed on the wrong screen due toNeil Hodgson1-5/+3
2015-02-24Reindented file consistently with tabs using astyle.Neil1-187/+185
2015-02-24Bug [#1642]. Fixes a bug with some strings in TCL.Neil2-2/+11
2015-02-24Notify container of non-BMP characters correctly.Neil2-23/+4
2015-02-23Fix non-BMP character entry through the inline IME.Neil3-22/+25
2015-02-23Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE.Neil4-2/+16
2015-02-22Avoid warnings about uninitialised field.Neil1-1/+1
2015-02-22Documented recent change.Neil Hodgson1-0/+7
2015-02-22Implement additional methods from the NSTextInputClient protocol so that moreNeil Hodgson4-129/+230
2015-02-22Added SCI_SETTARGETRANGE method to set both the start and end of the target.Neil Hodgson4-0/+11
2015-02-22Implement VK_HANJA for Korean on Windows.Neil8-7/+299
2015-02-19Document constant that had not been defined.Neil1-0/+1
2015-02-19Add methods for converting between byte positions and UTF-16 code point posit...Neil Hodgson2-0/+38
2015-02-19Correct typo.Neil Hodgson1-1/+1
2015-02-19Implement lexer.cpp.verbatim.strings.allow.escapes.Neil Hodgson2-1/+12
2015-02-17fix bug where terminating whitespace character was not included in escaped id...Joe Mueller1-3/+1
2015-02-17Credit.Neil1-0/+1
2015-02-17Change log.Neil1-0/+4
2015-02-17Reindented file consistently with 4 space indents using astyle -s4 -OHUKk3Neil1-410/+411
2015-02-17Bug [#1697]. Allow folding of multiline comments in Ruby.Neil1-0/+24
2015-02-16Fix bugs caused by deleting text with undo collection off when entering IME c...Neil Hodgson2-14/+45
2015-02-16Implement SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 on Cocoa.Neil Hodgson3-1/+94
2015-02-15Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicatorNeil12-19/+130
2015-02-15Change log.Neil1-0/+4
2015-02-11Don't disable adaptive speed of scrolling on OS X with GTK Quartz backendJiří Techet1-3/+4
2015-02-15Change log.Neil1-1/+2
2015-02-12fix problem with typdef class statements creating a fold point, expecting an ...Joe Mueller1-3/+13
2015-02-14Fix unused parameter warnings. Remove code that is never executed.Neil Hodgson2-7/+12
2015-02-14Fix warnings for suspicious type conversions and not fully bracketed initiali...Neil Hodgson7-71/+73
2015-02-14Fix 64->32 bit conversion warnings.Neil Hodgson5-43/+48