aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2016-12-27Updates for 3.7.2.rel-3-7-2Neil8-16/+17
2016-12-26Change log for previous 5 accessibility changes from Columban.Neil1-0/+4
2016-12-18GTK: Ensure styles are valid when retrieving them for accessibility purposesColomban Wendling2-3/+10
2016-12-18GTK: Fix reporting deletion length in the accessibleColomban Wendling2-2/+10
We cannot compute the length in characters after the text has been deleted, so we need to compute it in BEFOREDELETE. However, we need to emit the signal once the buffer has actually changed, so we need to cache the value in-between those events.
2016-12-18GTK: Fix off-by-one error in accessible attribute runsColomban Wendling1-3/+3
2016-12-18GTK: Fix accessible object lifetime on GTK < 3.8Colomban Wendling1-20/+20
2016-10-24GTK: Add some documentation on accessible object reference ownershipsColomban Wendling2-0/+23
2016-12-13SciTE change log.Neil1-0/+5
2016-12-09Warning suppression and documentation of previous change 6082.Neil2-1/+6
2016-12-09Use double coordinates instead of float in some cases as float ran out ofNeil5-7/+24
precision in long documents. This meant that individual lines could not be selected by mouse when the document exceeded 16.7 million lines.
2016-12-09Drop language compliance flags that have become default.Neil1-1/+1
2016-12-08Bug [#1891]. Fix crash on view destruction with macOS 10.12.2.Chinh Nguyen2-0/+5
2016-12-01Bug [#1887]. Define QT_WS_MAC or QT_WS_X11 under qt5 from WS_OS_* macrosJohn Ehresman2-1/+16
2016-06-17Bug [#1888]. Only invalidate selection when using SCI_SETSELECTIONN api'sJohn Ehresman3-32/+52
2016-12-07Using alternating row shades for tables and contrasting headers.Neil1-102/+132
Fixed some inconsistent styling. Use circles for bullets. Explain int type more accurately.
2016-12-07Character set availability made into a table.johnsonj1-58/+120
2016-12-04Download size updated.Neil1-1/+1
2016-12-04Added tag rel-3-7-1 for changeset a7dfda6c8585Neil1-0/+1
2016-12-04Documentation cosistency.rel-3-7-1Neil1-2/+2
2016-12-01Ensure application can override right mouse button by returning FALSE.Neil1-0/+1
2016-12-01Updating make dependencies.Neil2-19/+25
2016-12-01Sorting list of lexers for 'make deps' to minimize changes.Neil2-23/+42
Rerun make deps to cover recntly added files.
2016-11-30Typo.Neil1-1/+1
2016-11-30Updates for 3.7.1.Neil8-19/+18
2016-11-30Updated API to match conventions.Neil1-1/+1
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam14-40/+214
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam11-21/+255
2016-11-27Added module map to enable use of Scintilla from Swift.Neil Hodgson3-0/+20
2016-11-27Make EDIFACT lexer work on macOS.Neil Hodgson2-0/+8
2016-11-26SciTE change log.Neil1-0/+4
2016-11-25Bug [#1886]. Fix EM_SETSEL to match Microsoft documentation.Neil2-5/+5
2016-11-25Feature [feature-requests:#1166]. EDIFACT lexer and folder added.Iain Clarke6-0/+345
2016-11-24Bug [#1692]. LexMatlab: update fold functions to use keywords instead of ↵John Donoghue2-38/+83
indenting. * lexers/LexMatlab.cxx (IsMatlabComment): removed unused function. (IsOctaveComment): removed unused function. (LowerCase): Added inline function. (CheckKeywordFoldPoint): New function. (FoldMatlabOctaveDoc): use style and keyword to identify fold points. (FoldMatlabDoc): Use IsMatlabCommentChar. (FoldOctaveDoc): Use IsOctaveCommentChar.
2016-11-20Avoid warning with MinGW-w64 which defines D2DERR_RECREATE_TARGET differentlyNeil1-2/+2
to SDK headers.
2016-11-17Subsection Folding breaks, when Comment placed between Main & Sub Sections. ↵oirfeodent1-2/+25
Bug Fix.
2016-11-19Moved @private sections from header into implementation.Neil Hodgson4-56/+59
Hid properties and methods which are for internal use.
2016-11-18Remove Scintilla namespace and ScintillaCocoa declaration from ScintillaView.hNeil Hodgson2-15/+15
2016-11-18Remove the Scintilla namespace from Scintilla.h.Neil2-9/+6
2016-11-17Whitespace fixed and data updated.Neil1-4/+4
2016-11-17Moved newly removed features into the "Removed features" section.Neil1-13/+13
2016-11-16Extend header checking to include directory and add Sci_Position.h.Neil2-1/+3
2016-11-16Change definition of uptr_t and sptr_t to use standardised types and headersNeil1-13/+12
instead of Win32 API types and basetsd.h when on Windows.
2016-11-16Removed elements that have been deprecated for more than 5 years.Neil5-36/+18
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil5-12/+20
2016-11-15Remove declaration of methods that were moved to Document in change set 2867.Neil1-16/+0
2016-11-15Fixed return type to match interface.Neil1-1/+1
2016-11-14Updated README for recent compilers and make arguments.Neil1-6/+11
2016-11-14Change log.jedailey1-0/+1
2016-11-14Added alternate appearance for visible tabs which looks like a horizontal line.jedailey8-11/+76
2016-11-13Change log.Neil1-0/+5