aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase
AgeCommit message (Collapse)AuthorFilesLines
2017-03-19Update for 3.7.4 release.Neil1-1/+1
2017-03-06Use several C++11 features as examples so problems with these features are seen.Vicente1-0/+1
Features used are move constructor, unique_ptr, deleted functions, enum class, lambda expression, and range for loop.
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-3Neil1-1/+1
2016-12-27Updates for 3.7.2.rel-3-7-2Neil1-1/+1
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.Neil1-1/+1
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-5/+14
2016-10-11Updates for 3.7.0.Neil1-1/+1
2016-08-31Updates for 3.6.7.Neil1-1/+1
2016-05-18Updates for 3.6.6.Neil1-2/+2
2016-04-28Fixes for problems with C++11 <regex>.Neil Hodgson1-0/+9
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide. For GTK+ allow turning off C++11 <regex> with make NO_CXX11_REGEX=1.
2016-04-23Updates for 3.6.5 release.Neil1-1/+1
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.Neil1-1/+1
2016-02-29Backed out changeset: 8bc19ede3b51Neil1-27/+11
Was incompatible with Qt 4.7 and 4.8.
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 Ehresman1-0/+3
2016-01-10Updates for 3.6.3.Neil1-1/+1
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
This appears to be a focus problem. Clicking on the list sets it as the focus which removes focus from the Scintilla text window. Scintilla responds to loss of focus by destroying any popups including the autocompletion list which is not in a state where it is safe to be destroyed. Adding the WindowDoesNotAcceptFocus flag to the list prevents it from getting focus and thus prevents the crash.
2015-12-10Do nothing for IME composition for read-only documents.johnsonj1-0/+5
2015-11-20Remove line end whitespace.Neil3-9/+9
2015-11-02Updates for 3.6.2.Neil1-1/+1
2015-10-27Use settings that may allow translucent painting. Incomplete as EditView doesNeil1-1/+1
not currently support translucent painting.
2015-09-10Updates for 3.6.1.rel-3-6-1johnsonj1-1/+1
2015-09-10Fix IME caret movements for emoji.johnsonj1-1/+1
2015-09-04Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.johnsonj1-1/+1
2015-07-29Update version numbers and dates for 3.6.0 release.Neil1-1/+1
2015-07-28Avoid candidate box randomly popping up away from edit pane with (especiallyjohnsonj1-0/+1
Japanese) IME input.
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-05-22Updates for 3.5.6.Neil1-1/+1
2015-05-13Bug [#1703]. Fix bug when drawing text margins in buffered mode which would useNeil1-1/+4
default encoding instead of chosen encoding.
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil4-5/+5
unintended conversions.
2015-04-22Use fractional positioning calls and avoid rounding to ensure consistency.Neil2-19/+22
From Jason Haslam.
2015-04-14Getting ready for 3.5.5 release.Neil1-1/+1
2015-04-09Improvements to IME supporting multiple carets, handling Korean moreNeil2-71/+178
idiomatically and behaving more consistently with the other platforms. From johnsonj.
2015-04-09Avoid "absolute-value" warning from clang 3.6.Neil2-2/+3
2015-03-05Updates for 3.5.4.Neil1-1/+1
2015-01-26Use QElapsedTimer::nsecsElapsed for more accurate measurement of durations.Neil1-6/+14
2015-01-14Preparing for version 3.5.3.Neil1-1/+1
2014-12-03Qt >= 5.3 has reverted to the 4.x handling of double click events. UndoesNeil1-6/+0
change set [6b9cc8].
2014-11-29Updates for 3.5.2 release.Neil1-1/+1
2014-10-10Ensure can see standard exceptions and so build.Neil1-0/+1