aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2015-09-21Automate updating of version numbers in the Scintilla framework.Neil Hodgson2-1/+24
2015-09-21Add short version string to Scintilla framework to specify the release version.Neil Hodgson1-1/+3
The current version value (CFBundleVersion) is a build version.
2015-09-16Annotate change with bug report.Neil1-0/+1
2015-09-15Added tag rel-3-6-1 for changeset 59165fbb6b9dNeil1-0/+1
2015-09-10Updates for 3.6.1.rel-3-6-1johnsonj7-15/+16
2015-09-10Change log.johnsonj1-0/+3
2015-09-10Handle reconversion when requested by IME.johnsonj1-0/+96
2015-09-10Fix IME caret movements for emoji.johnsonj2-2/+2
2015-09-09Change log.Neil1-0/+8
2015-09-09Allow '0' as the line number in GCC errors as some tools report whole fileNeil1-1/+1
errors as line 0.
2015-09-05Remove #if sections which are not required for GTK+ 2.18.nyamatongwe2-77/+4
2015-09-05With the minimum GTK+ version now 2.18, remove #if conditions required for oldernyamatongwe2-31/+2
versions of GTK+.
2015-09-04Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.johnsonj6-7/+16
2015-09-04Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS.Neil3-2/+12
2015-09-03Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22.Neil3-8/+6
2015-09-02Schedule the timer after setting its tolerance to avoid scheduling twice.Neil Hodgson1-5/+6
2015-08-28Implement some ANSI escape sequences to change foreground colour and intensity.Neil4-7/+124
2015-08-26Removed setting list colours on GTK+ 3.16+ as no longer appears needed.Neil2-1/+7
2015-08-26Use current CSS theming calls instead of deprecated gtk_widget_override_font.Neil2-2/+43
2015-08-26On GTK+ 3.x, fix height of lines in autocompletion lists to match the font.Neil2-1/+8
2015-08-25Encapsulate HIMC in a small class to ensure it is always freed.Neil1-32/+41
2015-08-24Simplify filling virtual space and avoid any side effects that may be caused byjohnsonj1-4/+9
calling AddCharUTF.
2015-08-23Change log.Neil1-0/+4
2015-08-23Merged with Cocoa changes.Neil1-51/+29
2015-08-23In C++, new fails with an exception instead of returning NULL so remove handlingNeil Hodgson1-43/+29
of NULL SurfaceImpl objects and replace heap with stack to simplify code.
2015-08-23Potential fix for bug [#1751]. Remove setting of current graphics context.Neil Hodgson1-8/+0
2015-08-22Change log.Neil1-0/+4
2015-08-22Change log for SciTE.Neil1-0/+5
2015-08-22Potential fix for bug [#1751]. Save and restore graphics state in case ↵Neil Hodgson1-0/+3
deleted context was causing a crash.
2015-08-21Fix empty comments /**/ so the comment state does not continue.Mike Lischke2-3/+9
2015-08-16On GTK+, support code page 866 with SC_CHARSET_OEM866.Serg Stetsuk5-1/+10
2015-08-16Bug [#1749]. Added lexical class for CoffeeScript instance properties and fixedNeil4-12/+13
some cases of regex highlighting. From active-m / ActiveState.
2015-08-16Change log.Neil1-0/+5
2015-08-12Read multiline LexerModule declarations and extract lexer name -> lexer ID andNeil1-5/+31
lexer ID -> fileName dictionaries.
2015-08-11Change log.Neil1-0/+3
2015-08-08Add prefixes for BlitzBasic, PureBasic, FreeBasic, COBOL, TACL, and TAL.Neil1-2/+8
2015-08-07Copy Sci_Position.h into framework for Cocoa.Neil Hodgson2-0/+7
2015-08-06Change log.Vicente1-0/+4
2015-08-06Add VHDL protected keyword for folding.Vicente2-1/+13
2015-08-06Bug [#1743]. Never report the client rectangle as having a negative width orNeil1-0/+4
height as this causes "Invalid rectangle passed" warning messages.
2015-08-03Added tag rel-3-6-0 for changeset 87a4e0fa293eNeil1-0/+1
2015-08-03Mention interface change and changed release date.rel-3-6-0Neil2-4/+6
2015-07-31Document use of Sci_Position and Sci_PositionCR.Neil1-7/+11
2015-07-31Updated lexer interfaces for Sci_Position.Neil1-177/+44
2015-07-30Updated header dependencies to include Sci_Position.h and Position.h.Neil2-356/+554
2015-07-30Updated header dependencies to include Sci_Position.h.Neil1-371/+512
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller96-1100/+1105
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-29Change lexlib to use Sci_Position and Sci_PositionU to prepare for large fileNeil7-73/+73
support.
2015-07-29Update version numbers and dates for 3.6.0 release.Neil7-19/+15
2015-07-28Remove archaic mention of cells.Neil1-2/+2