aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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
2015-07-28Change log.johnsonj1-0/+4
2015-07-28Avoid candidate box randomly popping up away from edit pane with (especiallyjohnsonj3-0/+3
Japanese) IME input.
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil30-0/+51
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil93-226/+226
comment recognizers to allow for future implementation of 64-bit positions.
2015-07-24Change log.Neil1-0/+10
2015-07-20Use Sci_Position when required to implement interfaces.Neil22-160/+160
2015-07-17Add the Sci_Position, Sci_PositionU, and Sci_PositionCR typedefs to externalNeil4-30/+63
interfaces to allow these to become 64-bit in the future.
2015-07-16Cast for 64-bit warning with Visual C++ 2015.Neil1-1/+1
2015-07-14Fix Xcode project file to contain all the individual lexers split out from ↵Neil Hodgson1-5/+25
LexOthers in the previous commit.
2015-07-14Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,Neil9-1153/+1353
LexErrorList, LexMake, LexNull, and LexProps.
2015-07-14Fix drawing problem when control characters are in a hidden style as they thenNeil2-1/+8
have a zero width rectangle to draw but modify that rectangle in a way that clears some pixels.
2015-07-10SciTE change log.Neil1-0/+3
2015-07-06White space fix.Neil1-1/+1
2015-07-06Change log for SciTE.Neil1-0/+3