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