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
/
ScintillaGTK.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-28
Bug [#2227]. On GTK 3 with Wayland, fix primary selection.
Neil Hodgson
1
-3
/
+7
2021-04-15
Widen some position and length values to match core APIs.
Neil
1
-2
/
+2
2021-04-05
Detect (some) changes to font options and clear position caches when changed.
Neil
1
-0
/
+11
2021-03-19
Switch enum to enum class.
Neil
1
-4
/
+4
2020-06-24
Converting between UTF-8 and current encoding.
Neil
1
-0
/
+2
2021-03-18
Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.
Neil
1
-1
/
+1
2020-05-22
Hoist repeated test for string selection types into static method.
Neil
1
-0
/
+1
2020-05-22
Bug [#2171]. Implement per-monitor DPI Awareness on Windows.
Chris Graham
1
-2
/
+3
2020-05-01
Replace deprecated function pango_script_for_unichar with g_unichar_get_script.
Neil
1
-1
/
+1
2020-03-21
Bug [#2149]. Enable windowed IME on Wayland by setting as transient for main.
Zufu Liu
1
-0
/
+1
2020-03-19
Use dynamic_cast and assertion to make bugs more obvious.
Neil
1
-5
/
+5
2019-11-22
Replace GTimeVal and g_get_current_time with gint64 and g_get_monotonic_time.
Neil
1
-1
/
+1
2019-09-30
Delete standard functions on classes where there could be attempts to copy.
Neil Hodgson
1
-0
/
+6
2019-04-11
Bug [#2087]. Fix flickering when inserting primary selection on GTK between
Neil
1
-1
/
+3
2019-03-28
Use standard GDK_SELECTION_CLIPBOARD instead of interning "CLIPBOARD".
Neil
1
-1
/
+0
2019-03-28
Bug [#2087]. Fix flicker when inserting primary selection on GTK.
Neil
1
-0
/
+4
2019-03-27
Ran astyle to standardize formatting.
Neil
1
-18
/
+18
2019-03-27
Standardize extracting point from mouse event, more noexcept, anonymous
Neil
1
-1
/
+1
2019-03-27
Replace NULL/0 with nullptr. Mark noexcept where simple.
Neil
1
-3
/
+3
2018-05-02
Decrease use of casts and replace reinterpret_cast with static_cast.
Neil Hodgson
1
-1
/
+2
2018-04-28
Delete standard functions on classes where there could be attempts to copy.
Neil
1
-0
/
+2
2018-04-25
Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
1
-2
/
+2
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2017-07-29
Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.
Neil Hodgson
1
-0
/
+3
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
1
-1
/
+0
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
2017-04-19
Use "override" for GTK+ and Qt platform layers.
Neil
1
-37
/
+37
2017-04-15
Avoid calling virtual functions in constructors and destructors.
Neil
1
-1
/
+1
2017-04-07
Use same parameter names in declarations and definitions.
Neil
1
-3
/
+3
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-3
/
+3
2017-03-07
Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.
Neil
1
-0
/
+1
2017-02-01
Bug [#1901]. Make trackpad scrolling work on Wayland.
John Flatness
1
-0
/
+2
2016-10-27
Mark as const to avoid warning.
Neil
1
-1
/
+1
2016-10-23
Bug [#1874]. GTK: Avoid warnings about unused parameters
Colomban Wendling
1
-1
/
+1
2016-10-21
Initial accessibility support for the GTK platform v7
Colomban Wendling
1
-0
/
+287