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
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
/
ScintillaGTK.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-22
Replace GTimeVal and g_get_current_time with gint64 and g_get_monotonic_time.
Neil
1
-10
/
+4
2019-11-15
Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
1
-4
/
+4
2019-09-30
Delete standard functions on classes where there could be attempts to copy.
Neil Hodgson
1
-0
/
+10
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-5
/
+2
2019-06-29
Bug [#2111]. Retracted change to IME on GTK.
Neil
1
-7
/
+0
2019-06-22
Bug [#2111]. Reset IME when mouse is clicked on GTK.
Hodong Kim
1
-0
/
+7
2019-06-22
Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ as
Neil
1
-5
/
+5
2019-06-17
Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
Zufu Liu
1
-3
/
+3
2019-04-12
Bug [#2093]. Remove restrictions on IME input length.
Zufu Liu
1
-2
/
+1
2019-04-11
Bug [#2087]. Fix flickering when inserting primary selection on GTK between
Neil
1
-13
/
+29
2019-04-05
Bug [#2094]. gtk: Accessible: use the built-in character position cache
Colomban Wendling
1
-1
/
+1
2019-03-29
Include "CharacterCategory.h" in all files that include "Document.h" as it will
Neil
1
-0
/
+1
2019-03-28
Use standard GDK_SELECTION_CLIPBOARD instead of interning "CLIPBOARD".
Neil
1
-5
/
+3
2019-03-28
Bug [#2087]. Fix flicker when inserting primary selection on GTK.
Neil
1
-28
/
+40
2019-03-27
Ran astyle to standardize formatting.
Neil
1
-212
/
+214
2019-03-27
Fix problem with MinGW which defines NOMINMAX itself.
Neil
1
-0
/
+1
2019-03-27
Use const where reasonable. Some additional type safety.
Neil
1
-51
/
+51
2019-03-27
Standardize extracting point from mouse event, more noexcept, anonymous
Neil
1
-26
/
+33
2019-03-27
Replace NULL/0 with nullptr. Mark noexcept where simple.
Neil
1
-63
/
+64
2019-03-27
Initialize all the fields of ScintillaGTK.
Neil
1
-2
/
+6
2019-03-27
Add <algorithm> for std::min/max. Standardize on _WIN32 to gate Win32 features.
Neil
1
-1
/
+3
2019-03-26
Make PWidget noexcept and take const argument so it can be used in more conte...
Neil
1
-1
/
+1
2019-03-25
Use std::make_unique.
Neil
1
-1
/
+1
2019-03-25
Use generic versions of ceil, floor, round, lround, trunc from <cmath>.
Neil
1
-4
/
+4
2019-01-13
Replace the only use of a function from <cctype> with a Scintilla function.
Neil
1
-1
/
+0
2018-10-11
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-3
/
+4
2018-05-14
Modernize Platform.h (4) - update Surface to use string_view for text arguments.
Neil
1
-2
/
+2
2018-05-14
Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
1
-2
/
+1
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-05-02
Decrease use of casts and replace reinterpret_cast with static_cast.
Neil Hodgson
1
-23
/
+24
2018-05-01
Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-25
Use set of coercion functions for transforming WndProc parameters into pointers.
Neil
1
-4
/
+4
2018-04-25
Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
1
-4
/
+4
2018-04-05
Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.
Neil
1
-5
/
+5
2018-04-04
Cache client rectangle on EditView so it can be used easily inside EditView.
Neil
1
-5
/
+5
2018-03-24
Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.
Zufu Liu
1
-1
/
+0
2018-03-21
Fix some runtime warnings caused by previous change as wSelection created later
Neil Hodgson
1
-4
/
+4
2018-03-21
Fix warnings about NULL selection widget by moving creation and destruction of
Mitchell Foral
1
-4
/
+2
2018-03-16
Remove line-end white space.
Neil
1
-1
/
+1
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-1
/
+0
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-6
/
+0
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-08-02
Switch default modifier key for rectangular selections from Ctrl to Alt on Li...
Neil Hodgson
1
-4
/
+0
2017-07-29
Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.
Neil Hodgson
1
-6
/
+33
2017-07-07
Bug [#1949]. Fix drawing failure in wrap mode for GTK+ 2.x.
Neil
1
-1
/
+2
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
1
-7
/
+0
2017-06-12
Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.
Neil
1
-5
/
+10
2017-06-10
Require GTK+ 2.24 or later. Removes support for earlier versions.
Baldur Karlsson
1
-30
/
+0
2017-06-09
Use min and max from std instead of own version from platform.
Neil
1
-4
/
+4
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+1
[next]