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
/
ScintillaGTKAccessible.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-05
Bug [#2095]. gtk: Accessible: emit the text deletion signal before deletion
Colomban Wendling
1
-7
/
+3
2019-04-05
Bug [#2094]. gtk: Accessible: use the built-in character position cache
Colomban Wendling
1
-10
/
+6
2019-03-29
Include "CharacterCategory.h" in all files that include "Document.h" as it will
Neil
1
-0
/
+1
2019-03-27
Fix problem with MinGW which defines NOMINMAX itself.
Neil
1
-0
/
+1
2019-03-27
Replace NULL/0 with nullptr. Mark noexcept where simple.
Neil
1
-47
/
+47
2019-03-27
Add <algorithm> for std::min/max. Standardize on _WIN32 to gate Win32 features.
Neil
1
-1
/
+3
2019-01-07
Stop variable shadowing. This makes the code easier to understand and improves
Neil
1
-1
/
+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
-1
/
+1
2018-03-24
Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.
Zufu Liu
1
-1
/
+0
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
-2
/
+0
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+1
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-2
/
+3
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-29
/
+29
2017-03-08
Bug [#1910]. Fixed more duplicate code.
Neil
1
-7
/
+0
2017-03-07
Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.
Neil
1
-0
/
+23
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-0
/
+1
2017-03-04
Use C++11 keyword "override" for methods that override a base class.
Neil
1
-1
/
+1
2017-02-21
Bug [#1910]. GTK a11y: Speed up converting byte offsets to character offsets
Colomban Wendling
1
-0
/
+7
2017-02-26
Bug [#1907]. GTK: Fix crash after destroying the widget on GTK < 3.3.6
Colomban Wendling
1
-1
/
+3
2017-02-08
Bug [#1907]. GTK: Prevent running signal handlers on a destroyed a11y object
Colomban Wendling
1
-0
/
+1
2016-12-18
GTK: Ensure styles are valid when retrieving them for accessibility purposes
Colomban Wendling
1
-3
/
+4
2016-12-18
GTK: Fix reporting deletion length in the accessible
Colomban Wendling
1
-2
/
+8
2016-12-18
GTK: Fix off-by-one error in accessible attribute runs
Colomban Wendling
1
-3
/
+3
2016-12-18
GTK: Fix accessible object lifetime on GTK < 3.8
Colomban Wendling
1
-20
/
+20
2016-10-24
GTK: Add some documentation on accessible object reference ownerships
Colomban Wendling
1
-0
/
+22
2016-10-26
Include windows.h on Windows and provide a ATK_CHECK_VERSION if not defined.
Neil
1
-0
/
+8
2016-10-23
Bug [#1874]. GTK: Avoid warnings about unused parameters
Colomban Wendling
1
-2
/
+2
2016-10-21
Initial accessibility support for the GTK platform v7
Colomban Wendling
1
-0
/
+1197