aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit
AgeCommit message (Collapse)AuthorFilesLines
2015-11-02Updates for 3.6.2.Neil1-1/+1
2015-09-10Updates for 3.6.1.rel-3-6-1johnsonj1-1/+1
2015-07-29Update version numbers and dates for 3.6.0 release.Neil1-1/+1
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil1-0/+1
2015-06-19Updates for release 3.5.7.rel-3-5-7Neil1-1/+1
2015-06-04Use static_cast instead of C-style casts to avoid warnings.Neil1-41/+41
2015-05-22Updates for 3.5.6.Neil1-1/+1
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil1-1/+1
unintended conversions.
2015-04-14Getting ready for 3.5.5 release.Neil1-1/+1
2015-03-05Updates for 3.5.4.Neil1-1/+1
2015-01-14Preparing for version 3.5.3.Neil1-1/+1
2014-11-29Updates for 3.5.2 release.Neil1-1/+1
2014-10-10Ensure can see standard exceptions and so build.Neil1-0/+1
2014-09-25Updating for 3.5.1.Neil1-1/+1
2014-09-12Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer.Neil3-1/+17
From Jason Haslam.
2014-08-09Getting ready to release 3.5.0.Neil1-1/+1
2014-08-06Feature [feature-requests:#1065]. Add SCI_* for methods to ↵Neil1-0/+2
ScintillaConstants.py.
2014-08-06Feature [feature-requests:#1064]. Add a get_character method on the document.Neil2-0/+6
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-0/+3
2014-06-30Making ready for 3.4.4.Neil1-1/+1
2014-05-26Updates for 3.4.3 release.Neil1-1/+1
2014-05-16Updates for 3.4.2 release.Neil1-1/+1
2014-03-28Updating vesion number for next release.Neil1-1/+1
2014-03-18Updating to get ready for 3.4.0.Neil1-1/+1
2014-01-31Update for 3.3.9.Neil1-1/+1
2014-01-24Updates for 3.3.8.Neil1-1/+1
2013-12-19Expose the EOLMode on the document object.Neil Hodgson2-0/+10
From John Ehresman.
2013-12-05Updates for 3.3.7.Neil1-1/+1
2013-10-10Updated for next release.Neil1-1/+1
2013-09-20Switch parameter type to sptr_t to avoid problems with negative numbers likeUnknown1-3/+3
INVALID_POSITION=-1. From John Ehresman.
2013-08-26Updated version number and description for next release.Neil1-1/+1
2013-08-07Bindings in ScintillaEdit made to work on 64-bit Unix systems.Unknown1-1/+9
2013-08-01Expose SCI_FORMATRANGE for printing.Unknown2-0/+36
From John Ehresman.
2013-07-15Updates for 3.3.4.Neil1-1/+1
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil2-0/+3
case conversion of Unicode text in accordance with Unicode.
2013-07-07Include CharacterCategory in Qt projects.Neil1-0/+1
2013-07-04Report failure of find_text with -1 as first element of return value.Neil1-2/+2
From John Ehresman.
2013-07-01Move non-platform-specific scripts into the scripts directory.Neil1-75/+44
Use FileGenerator module for file generation instead of code in each script.
2013-05-27Updated version numbers, date, and change log for 3.3.3.nyamatongwe1-1/+1
2013-05-16Updates for 3.3.2.nyamatongwe1-1/+1
2013-05-07Remove variable that was not used to reduce warnings.nyamatongwe1-1/+1
2013-05-06Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building.Neil Hodgson1-0/+1
2013-04-09Updating for 3.3.1.nyamatongwe1-1/+1
2013-03-27Updates for version 3.3.0.nyamatongwe1-1/+1
2013-02-22Prepare for 3.2.5.nyamatongwe1-1/+1
2013-01-11Prepare for 3.2.4.nyamatongwe1-1/+1
2012-10-17Incrementing version number for 3.2.3.nyamatongwe1-1/+1
2012-08-27Incrementing version number for 3.2.2.nyamatongwe1-1/+1
2012-07-16Clean up more generated files when run with --clean.Neil Hodgson1-0/+7
2012-07-11Updates for next release 3.2.1.nyamatongwe1-1/+1