aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-01-07Fix bug with final line in escape sequence recognition mode.Neil2-0/+4
2016-01-06Clarify out of bounds behaviour.Neil1-0/+1
2016-01-05Fix module ::-syntax when special characters such as 'x' are used.Kein-Hong Man3-6/+12
2016-01-05Fix infinite loop with both wrap and idle styling to end turned on.Neil1-8/+4
2016-01-02IME attribute processing simplified for GTK+.johnsonj1-32/+19
2015-12-31Bug [#1796]. Expand folded areas before deleting fold header line.Neil2-8/+22
2015-12-31Treat Unicode line ends like common line ends when maintaining fold state.Neil4-5/+22
2015-12-28Fix typo.Neil1-1/+1
2015-12-28Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20.Kein-Hong Man5-17/+567
2015-12-28Bug [#1778]. Recognize more characters as here-doc delimiters.Kein-Hong Man2-8/+11
2015-12-21Bug [#1794]. Update previous change for '#' to get priority correct.Kein-Hong Man1-5/+4
2015-12-20Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh.Kein-Hong Man2-5/+49
2015-12-18Bug [#1793]. Add support for Perl 5.22.Kein-Hong Man5-30/+453
2015-12-16Change log.Neil1-0/+7
2015-12-16Don't use .DEF file as it is not needed.Neil2-4/+4
2015-12-16Detect warnings from the Microsoft linker.Neil1-0/+4
2015-12-15Updated change log for SciTE addition.Neil1-0/+5
2015-12-15Minor cleanups for GObject introspection.Neil4-8/+9
2015-12-13Fix issues raised by review and some moreThomas Martitz4-15/+28
2015-09-30Add a test suite to check gobject-introspection dataThomas Martitz3-0/+184
2015-08-10Enable g-ir-scanner to run on ScintillaWidget.hThomas Martitz2-5/+39
2015-12-15Simplify IME code by using g_unichar_to_utf8.johnsonj1-44/+21
2015-12-14Block IME when some selected text is protected.johnsonj4-3/+7
2015-12-13Korean input by word fixed.johnsonj2-4/+4
2015-12-12Update configuration to remove suppression no longer needed for Perl lexer.Neil1-1/+0
2015-12-12Bug [#1791]. Added a missing symbol (the underscore) for subroutine prototypes.Kein-Hong Man2-4/+6
2015-12-11Bug [#1669]. Prevent crash when clicking on autocompletion list.Neil1-1/+2
2015-12-11Korean input by word fixed.johnsonj2-4/+6
2015-12-11Bug [#1790]. Include '&' and '|' bitwise operators for Lua 5.3.Kein-Hong Man2-1/+5
2015-12-10Do nothing for IME composition for read-only documents.johnsonj1-0/+5
2015-12-10Bug [#1788]. Fix crash when autocompletion list closed during scroll bounce-backChinh Nguyen2-0/+5
2015-12-10Flag incomplete here doc delimiters as syntax errors, matching bash 4.3.Kein-Hong Man3-17/+15
2015-12-10Fix warning in 64-bit builds.Neil1-1/+1
2015-12-08Cancel IME composition for read-only documents.johnsonj1-0/+5
2015-12-07Cancel IME composition for read-only documents.johnsonj1-1/+4
2015-12-07Allow any style for IME instead of truncating style to 5 bits.Neil1-1/+1
2015-12-07Prefer StyleIndexAt over StyleAt to avoid problems with out-of-bounds access forNeil3-9/+9
2015-12-04Fix some problems with out-of-bounds access for protected text.Neil2-4/+5
2015-12-04Change log.Neil1-0/+4
2015-12-04Bug [#1784]. Highlight whole run for hover indicator when wrapped.Neil2-8/+4
2015-12-01Undo virtual spaces in one step at start of IME composition.Neil1-0/+2
2015-11-21Fix a typo and some extra punctuation.Neil1-3/+3
2015-11-20Text layout whitespace fixes.Neil1-2/+2
2015-11-20Remove line end whitespace.Neil48-302/+302
2015-11-20Using DirectWrite, for ligatures and other character clusters, display caret andNeil2-4/+8
2015-11-20Bug [#1779]. Better Unicode input support on Windows systems.Sam Hocevar4-29/+58
2015-11-15Fix HTML markup.Neil1-1/+1
2015-11-15Send SCN_UPDATEUI with SC_UPDATE_SELECTION when application changes multipleJohn Ehresman2-0/+14
2015-11-13Check for NULL value in ScintillaGTK::ForAll()Jiří Techet1-2/+4
2015-11-11Implemented idle styling. This allows painting without first styling all visibleNeil9-10/+161