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
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
2013-05-04
Replacing raw pointers and allocations with std::vector and std::string.
nyamatongwe
2
-26
/
+20
2013-05-02
For modifier keys, QApplication::keyboardModifiers() instead of event->modifi...
nyamatongwe
1
-11
/
+11
2013-05-02
Removed variable which is no longer used due to change 4520.
nyamatongwe
1
-1
/
+0
2013-05-01
Set mouse tracking to false when widget is hidden
John Ehresman
1
-0
/
+3
2013-05-01
Monitor rect's top right is not necessarily 0, 0
John Ehresman
1
-10
/
+8
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
2
-2
/
+0
2013-04-26
modifierTranslated only used on X11 so only define it there.
Neil Hodgson
1
-0
/
+2
2013-04-26
QInputContext is no longer available in Qt 5.
Neil Hodgson
2
-0
/
+4
2013-04-26
Switch away from deprecated method.
Neil Hodgson
1
-1
/
+1
2013-04-26
Use union to allow access to dynamic library functions.
Neil Hodgson
1
-2
/
+11
2013-04-09
Updating for 3.3.1.
nyamatongwe
1
-1
/
+1
2013-03-27
Updates for version 3.3.0.
nyamatongwe
1
-1
/
+1
[next]