aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase
AgeCommit message (Collapse)AuthorFilesLines
2013-04-26modifierTranslated only used on X11 so only define it there.Neil Hodgson1-0/+2
Avoids a compiler warning.
2013-04-26QInputContext is no longer available in Qt 5.Neil Hodgson2-0/+4
2013-04-26Switch away from deprecated method.Neil Hodgson1-1/+1
2013-04-26Use union to allow access to dynamic library functions.Neil Hodgson1-2/+11
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-09-24Added autoCompleteCancelled signalJohn Ehresman2-0/+5
2012-08-27Incrementing version number for 3.2.2.nyamatongwe1-1/+1
2012-07-11Updates for next release 3.2.1.nyamatongwe1-1/+1
2012-07-02Ensure full initialised.nyamatongwe1-1/+1
2012-06-29Fix 64-bit compilation errors on Windows.nyamatongwe1-3/+3
From Fan Yang.
2012-05-29Updates for 3.2.0.nyamatongwe1-1/+1
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe8-0/+3254
at Scientific Toolworks, Inc. with additions performed for Wingware.