aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt
AgeCommit message (Collapse)AuthorFilesLines
2014-07-15Implement separate timers for each type of periodic activity and turn them ↵Neil Hodgson2-26/+50
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-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil3-0/+9
2014-06-30Making ready for 3.4.4.Neil2-2/+2
2014-05-26Updates for 3.4.3 release.Neil2-2/+2
2014-01-20Fix typos in comments (qt)Stefan Weil2-3/+3
2014-05-16Updates for 3.4.2 release.Neil2-2/+2
2014-05-02Use exact SciFnDirect function signature for DirectFunction as earlier versionNeil2-3/+3
depended on undefined behaviour.
2014-05-01Use explicit call as implicit conversion operator does not work in context.Neil1-1/+1
2014-05-01Consolidate insertion for paste into Editor class and perform line endNeil1-12/+4
conversion in Editor.
2014-03-28Updating vesion number for next release.Neil2-2/+2
2014-03-18Updating to get ready for 3.4.0.Neil2-2/+2
2014-03-13Put selected item at top of autocompletion list.Neil1-0/+7
2014-02-10Fix 'possible loss of data' warnings on 64-bit Windows.Neil3-11/+11
2014-02-10Bug [#1575]. On Qt 5.x double click treated as triple click.Neil1-0/+6
From Mike M.
2014-01-31Update for 3.3.9.Neil2-2/+2
2014-01-24Updates for 3.3.8.Neil2-2/+2
2013-12-19Expose the EOLMode on the document object.Neil Hodgson2-0/+10
From John Ehresman.
2013-12-05Updates for 3.3.7.Neil2-2/+2
2013-11-07Feature [feature-requests:#1544]. Qt build system fixes for PySide separate ↵nyamatongwe2-13/+20
from shiboken. From Mark Yen.
2013-10-31Fix drawing of scrollbars, where previous contents were not drawn over.Neil1-1/+1
From John Ehresman.
2013-10-18Fix Window::GetMonitorRect when top left of screen is not 0,0.Neil1-2/+1
From John Ehresman.
2013-10-10Updated for next release.Neil2-2/+2
2013-10-03Match change 4801 for Python binding types.nyamatongwe2-5/+5
From John Ehresman.
2013-09-30Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to beNeil1-0/+2
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
2013-09-20Switch parameter type to sptr_t to avoid problems with negative numbers likeUnknown1-3/+3
INVALID_POSITION=-1. From John Ehresman.
2013-09-04Turn off idle events on destruction.Neil1-0/+1
From John Ehresman.
2013-08-26Updated version number and description for next release.Neil2-2/+2
2013-08-15Feature: [feature-requests:#1007]. Option to allow mouse selection toNeil1-1/+14
switch to rectangular by pressing Alt after start of gesture. From Neomi.
2013-08-11Avoid QMacPasteboardMime on Qt >= 5.0 since it is not implemented yet.Neil Hodgson1-2/+2
Means rectangular clipboard operations will not work.
2013-08-10Backed out change #4739 for Qt 5 on OS X as the code was LGPL.Neil2-60/+0
2013-08-10Fix PySide interface to match 64-bit fixes in ScintillaEdit.Unknown2-4/+8
2013-08-10Fix building qith Qt 5 on OS X.Neil2-0/+60
From Fan Yang.
2013-08-09Move wrapping, edge and visual adjustments from Editor to ViewStyle.Neil1-1/+1
Move printing parameters into a separate struct.
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-26Avoid warnings for uninitialized fields.Unknown1-1/+1
2013-07-23Only use map for character representations instead of unordered_map where ↵nyamatongwe1-3/+0
possible. unordered_map caused too many porting problems.
2013-07-22Added the character representation feature.Neil1-0/+3
2013-07-15Updates for 3.3.4.Neil2-2/+2
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil5-35/+20
case conversion of Unicode text in accordance with Unicode.
2013-07-07Allow building with older versions of Visual C++ again.Neil1-3/+3
2013-07-07Include CharacterCategory in Qt projects.Neil2-0/+3
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.Neil2-81/+57
Use FileGenerator module for file generation instead of code in each script.
2013-06-25Specify paint device when creating QTextLayout. Fixes mis-layout of text whennyamatongwe1-1/+1
QApplication construction delayed. From John Ehresman.
2013-06-14Define custom marginMaskN / setMarginMaskN to treat values as a bitmask.Unknown1-0/+22
2013-06-10Define custom get_ / set_ margin_mask_n to treat values as a bitmaskJohn Ehresman1-0/+27
2013-05-27Updated version numbers, date, and change log for 3.3.3.nyamatongwe2-2/+2
2013-05-26Switch SelectionText to use a std::string to hold the data and to provide ↵nyamatongwe2-7/+8
accessors to this data. Add a length argument to DropAt, although previous signature still available.
2013-05-16Updates for 3.3.2.nyamatongwe2-2/+2