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
/
gtk
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-13
Backport: Replace the only use of a function from <cctype> with a Scintilla f...
Neil
1
-1
/
+0
2019-01-07
Backport: Stop variable shadowing. This makes the code easier to understand a...
Neil
1
-1
/
+1
2018-10-11
Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-3
/
+4
2018-05-25
Backport: Add GradientRectangle method to Surface to draw rectangles with ver...
mitchell
1
-0
/
+27
2018-05-25
Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ...
mitchell
1
-16
/
+4
2018-05-14
Backport: Modernize Platform.h (2) - noexcept, const, constexpr.
Neil
1
-3
/
+3
2018-05-14
Backport: Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
2
-10
/
+9
2018-05-02
Backport: Decrease use of casts and replace reinterpret_cast with static_cast.
Neil Hodgson
4
-26
/
+28
2018-05-01
Backport: Updated dependencies.
Neil Hodgson
1
-29
/
+31
2018-05-01
Backport: Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-28
Backport: Delete standard functions on classes where there could be attempts ...
Neil
1
-0
/
+2
2018-04-26
Backport: Update dependencies for ElapsedPeriod.
Neil Hodgson
1
-15
/
+15
2018-05-06
Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...
mitchell
1
-22
/
+0
2018-04-25
Backport: Use set of coercion functions for transforming WndProc parameters i...
Neil
1
-4
/
+4
2018-04-25
Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
2
-6
/
+6
2018-04-05
Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit...
Neil
1
-5
/
+5
2018-04-04
Backport: Cache client rectangle on EditView so it can be used easily inside ...
Neil
1
-5
/
+5
2018-03-24
Backport: Removed unwanted include.
Neil
1
-1
/
+1
2018-05-05
Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...
mitchell
3
-35
/
+32
2018-05-05
Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...
mitchell
1
-1
/
+1
2018-03-21
Backport: Fix some runtime warnings caused by previous change as wSelection
Neil Hodgson
1
-4
/
+4
2018-03-21
Backport: Fix warnings about NULL selection widget by moving creation and des...
Mitchell Foral
1
-4
/
+2
2018-03-16
Backport: Remove line-end white space.
Neil
1
-1
/
+1
2018-03-15
Backport: Use forward class definitions of XPM and RGBAImage so only code tha...
Neil
2
-2
/
+0
2018-03-08
Backport: Create static library libscintilla.a or libscintilla.lib on Windows.
Neil
1
-4
/
+5
2018-03-06
Backport: Feature [feature-requests:#1210]. Maxima lexer added.
Gunter Königsmann
1
-0
/
+5
2017-11-21
Backport: Update make dependencies due to splitting off ILoader.h.
Neil Hodgson
1
-89
/
+107
2017-11-21
Backport: Update marshalling of signals from Scintilla, changing deprecated N...
Neil Hodgson
3
-42
/
+39
2017-09-11
Backport: The Scintilla namespace is always active for internal symbols and f...
Neil
6
-26
/
+0
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-29
Backport: Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.
Neil Hodgson
2
-6
/
+36
2017-07-23
Backport: Lexer style metadata uses arrays of struct literals but don't want ...
Neil Hodgson
1
-2
/
+5
2017-07-07
Backport: Bug [#1949]. Fix drawing failure in wrap mode for GTK+ 2.x.
Neil
1
-1
/
+2
2017-06-22
Backport: Add a DefaultLexer class which lexers can subclass if they want rea...
Neil
1
-1
/
+1
2017-06-12
Backport: Remove old timer code in favour of the FineTicker* methods.
Neil
2
-8
/
+0
2017-06-12
Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...
Neil
1
-5
/
+10
2017-06-12
Backport: Removed unused functions and methods from Platform.h.
Neil
1
-100
/
+0
2017-06-11
Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
1
-9
/
+31
2017-06-10
Backport: Require GTK+ 2.24 or later. Removes support for earlier versions.
Baldur Karlsson
2
-63
/
+0
2017-06-09
Backport: Use min and max from std instead of own version from platform.
Neil
2
-8
/
+8
2018-03-11
Added optional Lua lexer support.
mitchell
1
-4
/
+16
2017-05-22
Bug [#1946]. Builds are made with a sorted list of lexers to be more reproduc...
Bernhard M. Wiedemann
1
-1
/
+1
2017-05-21
Update make dependencies for GTK+.
Neil
1
-63
/
+71
2017-05-21
Make SparseVector work with move-only types.
Neil
2
-0
/
+2
2017-05-07
Use unique_ptr on GTK+.
Neil
1
-11
/
+6
2017-05-02
For GTK+, use unique_ptr for drawing surfaces and don't check for allocation
Neil
1
-36
/
+24
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-21
More consistent deletion of standard methods.
Neil
1
-1
/
+1
2017-04-19
Use =delete for unwanted functions.
Neil
1
-4
/
+3
[next]