aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-05-15Backed out changeset: 7caa35787c19Neil2-7/+5
2015-05-13Make a single argument constructor explicit.Neil1-1/+1
2015-05-13Ensure SCI_POSITIONRELATIVE returns a position clamped into the document rangeNeil2-5/+7
2015-05-13Bug [#1703]. Fix bug when drawing text margins in buffered mode which would useNeil5-4/+22
2015-05-13Bug [#1724]. Fix folding of "selecttype" and "selectcase".Neil2-0/+5
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil5-6/+6
2015-05-13Change log.Neil1-0/+3
2015-05-12Bug [#1719]. Fix #undef directive.Neil2-3/+6
2015-05-11Folder folds units declarations and fixes a case insensitivity bug with notNeil2-3/+7
2015-05-04add support to fold interface definitionsJoe Mueller2-1/+6
2015-05-10Change log.Neil Hodgson1-0/+6
2015-04-22Fix highlighting empty backquote strings (``) in cpp lexerJiří Techet1-1/+0
2015-04-22Change log.Neil1-0/+3
2015-04-22Use fractional positioning calls and avoid rounding to ensure consistency.Neil2-19/+22
2015-04-21Fix link error when SCI_NAMESPACE used.Neil2-1/+16
2015-04-17Added tag rel-3-5-5 for changeset dea417bad80aNeil0-0/+0
2015-04-17Removed tag rel-3-5-5rel-3-5-5Neil0-0/+0
2015-04-17Better release blurb.Neil1-1/+1
2015-04-17Added tag rel-3-5-5 for changeset 1916c3602692Neil0-0/+0
2015-04-14Getting ready for 3.5.5 release.Neil7-15/+16
2015-04-14Ensure SCI_TEXTHEIGHT uses valid style data and remove test pauses thatNeil2-3/+1
2015-04-10Allow (null) use of KEYSUNICODE API when built to include deprecated features.Neil2-0/+4
2015-04-10Formatting -> line end space removed.Neil1-1/+1
2015-04-10Removed dead APIs.Neil1-2/+0
2015-04-10Change log.Neil1-0/+3
2015-04-08add code to support extended identifiersJoe Mueller1-1/+9
2015-04-10Avoid warning from clang analyze due to potential NULL pointer by assertingNeil Hodgson1-0/+1
2015-04-10Since OS X 10.5 no longer supported, remove code that only calledNeil Hodgson1-12/+6
2015-04-10Change log.Neil Hodgson1-0/+3
2015-04-09Improvements to IME supporting multiple carets, handling Korean moreNeil2-71/+178
2015-04-09Avoid "absolute-value" warning from clang 3.6.Neil2-2/+3
2015-04-02Change log for SciTE.Neil1-0/+3
2015-04-01Bug [#1709]. Check whether pixmap is NULL before using to create bitmap.Neil Hodgson2-1/+6
2015-03-30Change log.Neil1-0/+3
2015-03-30Use inline IME for Korean and decide whether input is Korean more accurately.Neil1-6/+7
2015-03-29Change log.Neil1-0/+5
2015-03-29Bug [#1682] Removed the ascent member of Font and all wxWidgets-specific code.Neil2-9/+0
2015-03-29Fix handling of '+' and '-' in numbers.Neil2-4/+9
2015-03-28Avoid Coverity warnings for case that should never fail.Neil1-1/+2
2015-03-27Bug [#1642] Reverting change set 5455 which caused problems with highlighting ofNeil2-5/+6
2015-03-26Specify which APIs append a NUL to results.Neil2-20/+36
2015-03-21Change log.Neil1-0/+5
2015-03-20Change log for Verilog lexer.Neil1-1/+3
2015-03-18fix bug in fold.at.else processing, the code for "begin" that set levelMinCur...Joe Mueller1-3/+34
2015-03-18fix bug where macro styling allowed '.', fix bug where macro styling could ca...Joe Mueller1-2/+2
2015-03-18Remove WM_IME_CHAR handling as it no longer appears possible to trigger.Neil1-38/+0
2015-03-17Bug [#1706]. Release list box objects when autocompletion closed.Neil Hodgson2-15/+46
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