index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
qt
/
ScintillaEditBase
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-05
Updates for 3.5.4.
Neil
1
-1
/
+1
2015-01-26
Use QElapsedTimer::nsecsElapsed for more accurate measurement of durations.
Neil
1
-6
/
+14
2015-01-14
Preparing for version 3.5.3.
Neil
1
-1
/
+1
2014-12-03
Qt >= 5.3 has reverted to the 4.x handling of double click events. Undoes
Neil
1
-6
/
+0
2014-11-29
Updates for 3.5.2 release.
Neil
1
-1
/
+1
2014-10-10
Ensure can see standard exceptions and so build.
Neil
1
-0
/
+1
2014-09-25
Updating for 3.5.1.
Neil
1
-1
/
+1
2014-09-12
Allow choice between windowed and inline IME.
Neil
1
-0
/
+6
2014-08-09
Getting ready to release 3.5.0.
Neil
1
-1
/
+1
2014-08-06
Bug [#1634]. Set qt list icon size to largest icon. Also adds padding on OS X.
Neil
1
-4
/
+40
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
2
-26
/
+50
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
2
-0
/
+6
2014-06-30
Making ready for 3.4.4.
Neil
1
-1
/
+1
2014-05-26
Updates for 3.4.3 release.
Neil
1
-1
/
+1
2014-01-20
Fix typos in comments (qt)
Stefan Weil
2
-3
/
+3
2014-05-16
Updates for 3.4.2 release.
Neil
1
-1
/
+1
2014-05-02
Use exact SciFnDirect function signature for DirectFunction as earlier version
Neil
2
-3
/
+3
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
2014-03-28
Updating vesion number for next release.
Neil
1
-1
/
+1
2014-03-18
Updating to get ready for 3.4.0.
Neil
1
-1
/
+1
2014-03-13
Put selected item at top of autocompletion list.
Neil
1
-0
/
+7
2014-02-10
Fix 'possible loss of data' warnings on 64-bit Windows.
Neil
3
-11
/
+11
2014-02-10
Bug [#1575]. On Qt 5.x double click treated as triple click.
Neil
1
-0
/
+6
2014-01-31
Update for 3.3.9.
Neil
1
-1
/
+1
2014-01-24
Updates for 3.3.8.
Neil
1
-1
/
+1
2013-12-05
Updates for 3.3.7.
Neil
1
-1
/
+1
2013-10-31
Fix drawing of scrollbars, where previous contents were not drawn over.
Neil
1
-1
/
+1
2013-10-18
Fix Window::GetMonitorRect when top left of screen is not 0,0.
Neil
1
-2
/
+1
2013-10-10
Updated for next release.
Neil
1
-1
/
+1
2013-09-30
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
Neil
1
-0
/
+2
2013-09-04
Turn off idle events on destruction.
Neil
1
-0
/
+1
2013-08-26
Updated version number and description for next release.
Neil
1
-1
/
+1
2013-08-15
Feature: [feature-requests:#1007]. Option to allow mouse selection to
Neil
1
-1
/
+14
2013-08-11
Avoid QMacPasteboardMime on Qt >= 5.0 since it is not implemented yet.
Neil Hodgson
1
-2
/
+2
2013-08-10
Backed out change #4739 for Qt 5 on OS X as the code was LGPL.
Neil
2
-60
/
+0
2013-08-10
Fix building qith Qt 5 on OS X.
Neil
2
-0
/
+60
2013-08-09
Move wrapping, edge and visual adjustments from Editor to ViewStyle.
Neil
1
-1
/
+1
2013-07-26
Avoid warnings for uninitialized fields.
Unknown
1
-1
/
+1
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
1
-3
/
+0
2013-07-22
Added the character representation feature.
Neil
1
-0
/
+3
2013-07-15
Updates for 3.3.4.
Neil
1
-1
/
+1
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
3
-35
/
+17
2013-07-07
Allow building with older versions of Visual C++ again.
Neil
1
-3
/
+3
2013-07-07
Include CharacterCategory in Qt projects.
Neil
1
-0
/
+2
2013-06-25
Specify paint device when creating QTextLayout. Fixes mis-layout of text when
nyamatongwe
1
-1
/
+1
2013-05-27
Updated version numbers, date, and change log for 3.3.3.
nyamatongwe
1
-1
/
+1
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
2
-7
/
+8
2013-05-16
Updates for 3.3.2.
nyamatongwe
1
-1
/
+1
2013-05-06
Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building.
Neil Hodgson
1
-0
/
+1
[prev]
[next]