aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTKAccessible.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-11Bug [#2094]. Avoid exceptions by treating text as one-byte per character inNeil1-0/+6
2019-04-05Bug [#2095]. gtk: Accessible: emit the text deletion signal before deletionColomban Wendling1-2/+0
2019-04-05Bug [#2094]. gtk: Accessible: use the built-in character position cacheColomban Wendling1-14/+12
2018-05-02Decrease use of casts and replace reinterpret_cast with static_cast.Neil Hodgson1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-04-07Use same parameter names in declarations and definitions.Neil1-3/+3
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-18/+18
2017-03-07Bug [#1910]. Fixed double declaration.Neil1-3/+0
2017-03-07Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.Neil1-0/+5
2017-02-21Bug [#1910]. GTK a11y: Speed up converting byte offsets to character offsetsColomban Wendling1-1/+15
2016-12-18GTK: Ensure styles are valid when retrieving them for accessibility purposesColomban Wendling1-0/+6
2016-12-18GTK: Fix reporting deletion length in the accessibleColomban Wendling1-0/+2
2016-10-24GTK: Add some documentation on accessible object reference ownershipsColomban Wendling1-0/+1
2016-10-26Include windows.h on Windows and provide a ATK_CHECK_VERSION if not defined.Neil1-0/+8
2016-10-21Initial accessibility support for the GTK platform v7Colomban Wendling1-0/+163