aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Bug [#1901]. GTK: Fix double scrolling under X11Colomban Wendling1-1/+1
2017-02-08Bug [#1907]. GTK: Prevent running signal handlers on a destroyed a11y objectColomban Wendling1-0/+1
2017-02-01Bug [#1901]. Make trackpad scrolling work on Wayland.John Flatness2-0/+37
2017-01-04Use new simplified API for showing menu on GTK+ 3.22 as old API was deprecated.Neil1-3/+11
2017-01-04Use newer APIs for screen/monitor/display on GTK+ 3.22 as old APIs deprecated.Neil1-7/+35
2017-01-04Don't set window background on GTK+ 3.22 as this is deprecated.Neil1-1/+3
2017-01-04Fix display of autocompletion lists and calltips on GTK+ 3.22 on Wayland byNeil2-1/+8
2016-12-18GTK: Ensure styles are valid when retrieving them for accessibility purposesColomban Wendling2-3/+10
2016-12-18GTK: Fix reporting deletion length in the accessibleColomban Wendling2-2/+10
2016-12-18GTK: Fix off-by-one error in accessible attribute runsColomban Wendling1-3/+3
2016-12-18GTK: Fix accessible object lifetime on GTK < 3.8Colomban Wendling1-20/+20
2016-10-24GTK: Add some documentation on accessible object reference ownershipsColomban Wendling2-0/+23
2016-12-01Ensure application can override right mouse button by returning FALSE.Neil1-0/+1
2016-12-01Sorting list of lexers for 'make deps' to minimize changes.Neil2-23/+42
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-2/+10
2016-11-07Remove warning suppressions for a version of Clang from 4 years ago.Neil2-10/+0
2016-10-27Mark as const to avoid warning.Neil1-1/+1
2016-10-26Include windows.h on Windows and provide a ATK_CHECK_VERSION if not defined.Neil2-0/+16
2016-10-23Bug [#1874]. GTK: Avoid warnings about unused parametersColomban Wendling4-9/+9
2016-10-23Bug [#1873]. GTK: Don't forward calls to NULL scrollbarsColomban Wendling1-4/+8
2016-10-21Initial accessibility support for the GTK platform v7Colomban Wendling5-289/+1736
2016-10-09GTK: Avoid theoretical access to a destroyed object on async pasteColomban Wendling1-7/+58
2016-09-06GTK: Fix autoc font size on GTK >= 3.21.0Colomban Wendling1-1/+9
2016-08-30Regenerate deps.mak to include LexJSON.Neil1-0/+4
2016-08-27Feature [feature-requests:#1154]. GTK: Allow out-of-sources build.Colomban Wendling1-8/+11
2016-08-11Bug [#1846]. Allow setting ARFLAGS for make.Van de Bugger1-1/+2
2016-08-11Bug [#1845]. Allow recreating deps.mak if ever deleted.Van de Bugger1-2/+3
2016-08-11Bug [#1844]. Allow setting CFLAGS for make.Neil Hodgson1-2/+1
2016-08-10Bug [#1851]. Fix scroll bar size warnings.Chris Mayo1-1/+1
2016-05-22Bug [#1831]. Fix GTK+ error due to not allocating enough space for scrollbars.Johannes Sasongko1-5/+12
2016-05-18Normalized formatting.Neil Hodgson1-7/+5
2016-05-17Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz4-32/+96
2016-05-17GTK: Add makefile rules to auto-generate marshallersColomban Wendling2-9/+19
2016-05-17Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author.Neil6-13/+120
2016-04-26Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz6-120/+13
2016-05-11Bug [#1827]. GTK: Avoid possible IdleWork() calls on destructed objectsColomban Wendling1-5/+16
2016-05-05Remove template adaptor as only g_iconv is used now. Use glib's gsize type as itNeil Hodgson3-32/+23
2016-05-03Avoid use of const_cast when retrieving window positions.Neil1-1/+1
2016-05-01Do not call deprecated functions on newer GTK+.Neil Hodgson1-0/+6
2016-04-30Move function braces for consistency.Neil Hodgson1-4/+2
2016-04-27GTK: Get border for the exact current style's state on GTK 3Colomban Wendling1-3/+4
2016-04-27GTK: Fix auto-completion popup sizing code for GTK 3.20Colomban Wendling1-24/+39
2016-04-27GTK: Plug a memory leakColomban Wendling1-0/+1
2016-04-27GTK: Fix fetching the frame border width on GTK 3.20Colomban Wendling1-1/+24
2016-04-27GTK: Properly ask wText what size it wants to please GTK 3.20Colomban Wendling1-2/+11
2016-04-27GTK: Fix popup font on GTK >= 3.20Colomban Wendling1-1/+1
2016-04-28Fixes for problems with C++11 <regex>.Neil Hodgson1-2/+2
2016-04-14Simplified IME caret positioning.johnsonj1-12/+8
2016-04-12Font cache removed along with its thread locking and initialisation.Neil Hodgson1-249/+21
2016-04-08Scintilla Gtk: use gdk_threads_add_idle_full() instead of g_idle_add_full() a...Robin Haberkorn1-16/+5