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-05-26
Backport: Add necessary headers and move includes to be in same order.
Neil
3
-4
/
+5
2018-05-25
Backport: Add GradientRectangle method to Surface to draw rectangles with ver...
mitchell
2
-0
/
+26
2018-05-25
Backport: Add <vector> to files that include Platform.h as likely needed in f...
mitchell
2
-0
/
+4
2018-05-25
Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ...
mitchell
3
-11
/
+8
2018-05-14
Backport: Modernize Platform.h (2) - noexcept, const, constexpr.
Neil
1
-1
/
+1
2018-05-14
Backport: Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
1
-8
/
+8
2018-05-02
Backport: Replace NULL and 0 with nullptr.
Neil Hodgson
1
-41
/
+20
2018-05-02
Backport: Define ListBoxImpl::GetWidget method to avoid casts.
Neil Hodgson
1
-55
/
+37
2018-05-01
Backport: Remove cast that is not needed.
Neil
1
-1
/
+1
2018-05-01
Backport: Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-26
Backport: Remove cast that is not needed.
Neil
1
-1
/
+1
2018-05-06
Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...
mitchell
1
-27
/
+0
2018-04-25
Backport: Remove variables and casts that are not needed.
Neil
1
-2
/
+2
2018-04-15
Backport: Feature [feature-requests:#1215]. Stop warning about virtual call i...
Neil
2
-13
/
+20
2018-04-05
Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit...
Neil
1
-1
/
+1
2018-04-04
Backport: Cache client rectangle on EditView so it can be used easily inside ...
Neil
1
-1
/
+1
2018-03-28
Backport: Change '.' to '->' as Document::decorations was changed to a pointe...
Neil Hodgson
1
-4
/
+4
2018-05-05
Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...
mitchell
1
-1
/
+0
2018-05-05
Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...
mitchell
1
-16
/
+4
2018-03-22
Updating for 3.8.0.
mitchell
2
-2
/
+2
2018-03-16
Backport: Remove line-end white space.
Neil
6
-28
/
+28
2018-03-15
Backport: Use forward class definitions of XPM and RGBAImage so only code tha...
Neil
2
-2
/
+0
2018-02-02
Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-1
/
+1
2018-01-28
Backport: Match declaration signature to definition signature.
Neil
1
-1
/
+1
2017-09-11
Backport: The Scintilla namespace is always active for internal symbols and f...
Neil
10
-45
/
+6
2017-08-28
Backport: New header ILoader.h defines ILoader interface as it does not belon...
Neil
2
-0
/
+2
2017-08-02
Backport: Switch default modifier key for rectangular selections from Ctrl to...
Neil Hodgson
1
-4
/
+0
2017-07-23
Backport: Bug [#1959]. Avoid problems with changes with different versions of...
Neil Hodgson
3
-2
/
+7
2017-07-18
Backport: Bug [#1959]. Eliminate extra layer in signal emission for document.
Justin Dailey
2
-62
/
+21
2017-07-12
Backport: Add include needed to build with Qt 5.7.1 on Fedora 26 Linux.
Neil Hodgson
1
-0
/
+1
2017-07-12
Backport: Bug [#1957]. Add focusChanged(bool focused) signal.
Justin Dailey
2
-0
/
+9
2017-07-04
Backport: Dropping files fires the SCN_URIDROPPED notification instead of ins...
Justin Dailey
4
-5
/
+30
2017-07-01
Backport: Include the 'updated' flags in the updateUi signal.
Justin Dailey
2
-3
/
+2
2017-06-22
Backport: Add a DefaultLexer class which lexers can subclass if they want rea...
Neil
2
-0
/
+2
2017-06-15
Backport: Avoid warnings from G++ 7 for ScintillaEditPy in code generated by ...
Neil
1
-1
/
+3
2017-06-14
Backport: Use $$files instead of bare wildcard to support including in a pare...
Neil
3
-5
/
+6
2017-06-14
Backport: Use same #if guard as other files.
Neil
1
-0
/
+2
2017-06-12
Backport: Remove old timer code in favour of the FineTicker* methods.
Neil
2
-9
/
+0
2017-06-12
Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...
Neil
2
-11
/
+18
2017-06-12
Backport: Removed unused functions and methods from Platform.h.
Neil
5
-107
/
+5
2017-06-11
Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
1
-12
/
+26
2017-06-10
Backport: Bug [#1947]. Reenable mouse tracking when the window is reshown.
Baldur Karlsson
1
-0
/
+3
2017-05-23
Updated for 3.7.5 release.
Neil
2
-2
/
+2
2017-05-21
Make SparseVector work with move-only types.
Neil
2
-0
/
+2
2017-05-19
Avoid explicit memory management.
Neil
1
-3
/
+2
2017-04-19
Use "override" for GTK+ and Qt platform layers.
Neil
5
-125
/
+125
2017-04-15
Avoid calling virtual functions in constructors and destructors.
Neil
2
-3
/
+3
2017-04-07
Use same parameter names in declarations and definitions.
Neil
3
-9
/
+9
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-6
/
+7
2017-03-31
Hide decorations details a little.
Neil
1
-1
/
+1
[next]