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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-2
/
+2
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
2
-2
/
+2
2014-10-10
Ensure can see standard exceptions and so build.
Neil
2
-0
/
+2
2014-09-25
Updating for 3.5.1.
Neil
2
-2
/
+2
2014-09-12
Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer.
Neil
3
-1
/
+17
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
2
-2
/
+2
2014-08-06
Fix the platform scope to work on Linux.
Neil
1
-1
/
+1
2014-08-06
Bug [#1635]. Make build on FreeBSD 9.2.
Neil
1
-1
/
+4
2014-08-06
Bug [#1634]. Set qt list icon size to largest icon. Also adds padding on OS X.
Neil
1
-4
/
+40
2014-08-06
Feature [feature-requests:#1065]. Add SCI_* for methods to ScintillaConstants...
Neil
1
-0
/
+2
2014-08-06
Feature [feature-requests:#1064]. Add a get_character method on the document.
Neil
2
-0
/
+6
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
3
-0
/
+9
2014-06-30
Making ready for 3.4.4.
Neil
2
-2
/
+2
2014-05-26
Updates for 3.4.3 release.
rel-3-4-3
Neil
2
-2
/
+2
2014-01-20
Fix typos in comments (qt)
Stefan Weil
2
-3
/
+3
2014-05-16
Updates for 3.4.2 release.
Neil
2
-2
/
+2
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
2
-2
/
+2
2014-03-18
Updating to get ready for 3.4.0.
Neil
2
-2
/
+2
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.
rel-3-3-9
Neil
2
-2
/
+2
2014-01-24
Updates for 3.3.8.
Neil
2
-2
/
+2
2013-12-19
Expose the EOLMode on the document object.
Neil Hodgson
2
-0
/
+10
2013-12-05
Updates for 3.3.7.
Neil
2
-2
/
+2
2013-11-07
Feature [feature-requests:#1544]. Qt build system fixes for PySide separate f...
nyamatongwe
2
-13
/
+20
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
2
-2
/
+2
2013-10-03
Match change 4801 for Python binding types.
nyamatongwe
2
-5
/
+5
2013-09-30
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
Neil
1
-0
/
+2
2013-09-20
Switch parameter type to sptr_t to avoid problems with negative numbers like
nyamatongwe
1
-3
/
+3
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
2
-2
/
+2
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 PySide interface to match 64-bit fixes in ScintillaEdit.
nyamatongwe
2
-4
/
+8
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-08-07
Bindings in ScintillaEdit made to work on 64-bit Unix systems.
nyamatongwe
1
-1
/
+9
2013-08-01
Expose SCI_FORMATRANGE for printing.
nyamatongwe
2
-0
/
+36
2013-07-26
Avoid warnings for uninitialized fields.
nyamatongwe
1
-1
/
+1
[next]