Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-29 | Backed out changeset: 8bc19ede3b51 | Neil | 1 | -27/+11 | |
Was incompatible with Qt 4.7 and 4.8. | |||||
2016-02-24 | Retry copying to clipboard if it fails as another application may have opened it | Jason Hallam | 1 | -11/+27 | |
2015-05-13 | Make single argument constructors explicit where simple to avoid possibility of | Neil | 1 | -1/+1 | |
unintended conversions. | |||||
2015-04-09 | Avoid "absolute-value" warning from clang 3.6. | Neil | 1 | -2/+2 | |
2014-09-12 | Allow choice between windowed and inline IME. | Neil | 1 | -0/+6 | |
2014-07-15 | Implement separate timers for each type of periodic activity and turn them ↵ | Neil Hodgson | 1 | -24/+42 | |
on and off as required. This saves power as there are fewer wake ups. A tolerance value is provided so that platforms that support coalescing timers, Windows 8+ and OS X 10.9+, can use them. The previous global 100 millisecond timer may still be used by non-core platforms. | |||||
2014-05-02 | Use exact SciFnDirect function signature for DirectFunction as earlier version | Neil | 1 | -2/+2 | |
depended on undefined behaviour. | |||||
2014-05-01 | Use explicit call as implicit conversion operator does not work in context. | Neil | 1 | -1/+1 | |
2014-05-01 | Consolidate insertion for paste into Editor class and perform line end | Neil | 1 | -12/+4 | |
conversion in Editor. | |||||
2014-02-10 | Fix 'possible loss of data' warnings on 64-bit Windows. | Neil | 1 | -7/+7 | |
2013-09-30 | Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be | Neil | 1 | -0/+2 | |
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events. | |||||
2013-09-04 | Turn off idle events on destruction. | Neil | 1 | -0/+1 | |
From John Ehresman. | |||||
2013-08-11 | Avoid QMacPasteboardMime on Qt >= 5.0 since it is not implemented yet. | Neil Hodgson | 1 | -2/+2 | |
Means rectangular clipboard operations will not work. | |||||
2013-08-10 | Backed out change #4739 for Qt 5 on OS X as the code was LGPL. | Neil | 1 | -24/+0 | |
2013-08-10 | Fix building qith Qt 5 on OS X. | Neil | 1 | -0/+24 | |
From Fan Yang. | |||||
2013-08-09 | Move wrapping, edge and visual adjustments from Editor to ViewStyle. | Neil | 1 | -1/+1 | |
Move printing parameters into a separate struct. | |||||
2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -35/+10 | |
case conversion of Unicode text in accordance with Unicode. | |||||
2013-05-26 | Switch SelectionText to use a std::string to hold the data and to provide ↵ | nyamatongwe | 1 | -7/+7 | |
accessors to this data. Add a length argument to DropAt, although previous signature still available. | |||||
2013-05-04 | Replacing raw pointers and allocations with std::vector and std::string. | nyamatongwe | 1 | -6/+4 | |
2013-04-26 | QInputContext is no longer available in Qt 5. | Neil Hodgson | 1 | -0/+2 | |
2012-05-17 | Qt platform layer added. Based on an implementation from Jason Haslam | nyamatongwe | 1 | -0/+772 | |
at Scientific Toolworks, Inc. with additions performed for Wingware. |