aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Backport: Avoid warnings from G++ 7 for ScintillaEditPy in code generated by ...Neil1-1/+3
2017-06-14Backport: Use $$files instead of bare wildcard to support including in a pare...Neil3-5/+6
2017-06-14Backport: Use same #if guard as other files.Neil1-0/+2
2017-06-12Backport: Remove old timer code in favour of the FineTicker* methods.Neil2-9/+0
2017-06-12Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...Neil2-11/+18
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil5-107/+5
2017-06-11Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.Neil1-12/+26
2017-06-10Backport: Bug [#1947]. Reenable mouse tracking when the window is reshown.Baldur Karlsson1-0/+3
2017-05-23Updated for 3.7.5 release.Neil2-2/+2
2017-05-21Make SparseVector work with move-only types.Neil2-0/+2
2017-05-19Avoid explicit memory management.Neil1-3/+2
2017-04-19Use "override" for GTK+ and Qt platform layers.Neil5-125/+125
2017-04-15Avoid calling virtual functions in constructors and destructors.Neil2-3/+3
2017-04-07Use same parameter names in declarations and definitions.Neil3-9/+9
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-6/+7
2017-03-31Hide decorations details a little.Neil1-1/+1
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil3-7/+7
2017-03-19Update for 3.7.4 release.Neil2-2/+2
2017-03-06Use several C++11 features as examples so problems with these features are seen.Vicente2-0/+2
2017-03-05For IMEs, do not clear selected text when there is no composition text to show.johnsonj1-1/+4
2017-02-16Updates for 3.7.3.rel-3-7-3Neil2-2/+2
2016-12-27Updates for 3.7.2.rel-3-7-2Neil2-2/+2
2016-12-01Bug [#1887]. Define QT_WS_MAC or QT_WS_X11 under qt5 from WS_OS_* macrosJohn Ehresman1-0/+11
2016-11-30Updates for 3.7.1.Neil2-2/+2
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-5/+14
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil1-2/+2
2016-11-07Move warning suppression from global header to Qt platform layer header soNeil1-0/+4
2016-10-11Updates for 3.7.0.Neil2-2/+2
2016-08-31Updates for 3.6.7.Neil2-2/+2
2016-05-18Updates for 3.6.6.Neil2-4/+4
2016-04-28Fixes for problems with C++11 <regex>.Neil Hodgson3-0/+27
2016-04-23Updates for 3.6.5 release.Neil2-2/+2
2016-04-14Simplified IME caret positioning.johnsonj1-11/+8
2016-03-10Fix caret position bug on Qt and Gtk for win32 for Korean.rel-3-6-4johnsonj1-0/+2
2016-03-09Updates for 3.6.4.Neil2-2/+2
2016-02-29Backed out changeset: 8bc19ede3b51Neil1-27/+11
2016-02-24Retry copying to clipboard if it fails as another application may have opened itJason Hallam1-11/+27
2016-01-26Fix flags to be compatible with Qt 4.x.Neil1-2/+5
2016-01-25Make IME indicators work similarly on all 3 platforms.johnsonj1-25/+17
2016-01-22For Qt, release builds have assertions turned off.John Ehresman3-0/+9
2016-01-10Updates for 3.6.3.Neil2-2/+2
2016-01-07Factored out mapping IME state to indicators and finding caret position.johnsonj1-55/+66
2015-12-14Block IME when some selected text is protected.johnsonj1-1/+1
2015-12-13Korean input by word fixed.johnsonj1-3/+3
2015-12-11Bug [#1669]. Prevent crash when clicking on autocompletion list.Neil1-1/+2
2015-12-10Do nothing for IME composition for read-only documents.johnsonj1-0/+5
2015-11-20Remove line end whitespace.Neil6-22/+22
2015-11-02Updates for 3.6.2.Neil2-2/+2
2015-10-27Use settings that may allow translucent painting. Incomplete as EditView doesNeil1-1/+1
2015-09-10Updates for 3.6.1.rel-3-6-1johnsonj2-2/+2