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
2018-10-11
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-4
/
+6
2018-09-30
Updates for 4.1.2 release.
Neil
2
-2
/
+2
2018-09-05
Updates for 4.1.1.
Neil
2
-2
/
+2
2018-07-10
Delete standard methods to avoid warnings.
Neil
1
-0
/
+5
2018-06-21
Use override for methods in WatcherHelper.
Neil
1
-6
/
+6
2018-06-15
Updates for 4.1.0.
Neil
2
-2
/
+2
2018-06-02
Extra header needed with g++ on Linux.
Neil Hodgson
2
-0
/
+2
2018-06-02
Define IScreenLineLayout as the main interface for implementing bidirectional
Neil
2
-15
/
+3
2018-05-26
Add necessary headers and move includes to be in same order.
Neil
5
-4
/
+9
2018-05-23
Add definitions for bidirectional support to Platform.h and provide empty
Neil
2
-0
/
+24
2018-05-22
Add GradientRectangle method to Surface to draw rectangles with vertical or
Neil
2
-0
/
+26
2018-05-18
Add <vector> to files that include Platform.h as likely needed in future.
Neil
2
-0
/
+2
2018-05-14
Modernize Platform.h (4) - update Surface to use string_view for text arguments.
Neil
2
-28
/
+28
2018-05-14
Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for
Neil
2
-11
/
+4
2018-05-14
Modernize Platform.h (2) - noexcept, const, constexpr.
Neil
1
-1
/
+1
2018-05-14
Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
1
-8
/
+8
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
4
-0
/
+6
2018-05-06
Updates for 4.0.5.
rel-4-0-5
Neil
2
-2
/
+2
2018-05-02
Replace NULL and 0 with nullptr.
Neil Hodgson
1
-41
/
+20
2018-05-02
Define ListBoxImpl::GetWidget method to avoid casts.
Neil Hodgson
1
-55
/
+37
2018-05-01
Remove cast that is not needed.
Neil
1
-1
/
+1
2018-05-01
Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-26
Remove cast that is not needed.
Neil
1
-1
/
+1
2018-04-26
Use <chrono> for platform-independent timing and remove ElapsedTime.
Neil
1
-27
/
+0
2018-04-25
Remove variables and casts that are not needed.
Neil
1
-2
/
+2
2018-04-15
Feature [feature-requests:#1215]. Stop warning about virtual call in destructor.
Neil
2
-13
/
+20
2018-04-07
Updates for 4.0.4.
rel-4-0-4
Neil
2
-2
/
+2
2018-04-05
Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.
Neil
1
-1
/
+1
2018-04-04
Cache client rectangle on EditView so it can be used easily inside EditView.
Neil
1
-1
/
+1
2018-03-28
Change '.' to '->' as Document::decorations was changed to a pointer by last ...
Neil Hodgson
1
-4
/
+4
2018-03-24
Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.
Zufu Liu
1
-1
/
+0
2018-03-22
Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.
Zufu Liu
1
-16
/
+4
2018-03-16
Remove line-end white space.
Neil
6
-28
/
+28
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
2
-2
/
+0
2018-02-08
Updating for 4.0.3.
Neil
2
-2
/
+2
2018-02-02
Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-1
/
+1
2018-01-28
Match declaration signature to definition signature.
Neil
1
-1
/
+1
2018-01-28
Allow C++17 in all build and project files.
Neil
3
-4
/
+4
2017-10-26
Updates for 4.0.2.
rel-4-0-2
Neil
2
-2
/
+2
2017-10-18
Updates for 4.0.1 release.
rel-4-0-1
Neil
2
-2
/
+2
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
10
-45
/
+6
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
2
-0
/
+2
2017-08-11
Preparing for the 4.0.0 release.
Neil
2
-2
/
+2
2017-08-02
Switch default modifier key for rectangular selections from Ctrl to Alt on Li...
Neil Hodgson
1
-4
/
+0
2017-07-23
Bug [#1959]. Avoid problems with changes with different versions of Qt.
Neil Hodgson
3
-2
/
+7
2017-07-18
Bug [#1959]. Eliminate extra layer in signal emission for document.
Justin Dailey
2
-62
/
+21
2017-07-12
Add include needed to build with Qt 5.7.1 on Fedora 26 Linux.
Neil Hodgson
1
-0
/
+1
2017-07-12
Bug [#1957]. Add focusChanged(bool focused) signal.
Justin Dailey
2
-0
/
+9
2017-07-04
Dropping files fires the SCN_URIDROPPED notification instead of inserting text.
Justin Dailey
4
-5
/
+30
2017-07-01
Include the 'updated' flags in the updateUi signal.
Justin Dailey
2
-3
/
+2
[next]