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
/
ScintillaGTK.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-07
Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.
Neil
1
-0
/
+14
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-0
/
+1
2017-03-05
For IMEs, do not clear selected text when there is no composition text to show.
johnsonj
1
-1
/
+4
2017-03-04
Use C++11 keyword "override" for methods that override a base class.
Neil
1
-2
/
+2
2017-02-21
Bug [#1901]. GTK: Fix double scrolling under X11
Colomban Wendling
1
-1
/
+1
2017-02-01
Bug [#1901]. Make trackpad scrolling work on Wayland.
John Flatness
1
-0
/
+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
1
-0
/
+3
2016-12-01
Ensure application can override right mouse button by returning FALSE.
Neil
1
-0
/
+1
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
1
-5
/
+0
2016-10-23
Bug [#1874]. GTK: Avoid warnings about unused parameters
Colomban Wendling
1
-5
/
+5
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
1
-288
/
+88
2016-10-09
GTK: Avoid theoretical access to a destroyed object on async paste
Colomban Wendling
1
-7
/
+58
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
1
-9
/
+26
2016-05-17
Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author.
Neil
1
-11
/
+9
2016-04-26
Enable g-ir-scanner to scan ScintillaObject signals
Thomas Martitz
1
-9
/
+11
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
1
-4
/
+4
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-27
GTK: Properly ask wText what size it wants to please GTK 3.20
Colomban Wendling
1
-2
/
+11
2016-04-14
Simplified IME caret positioning.
johnsonj
1
-12
/
+8
2016-04-08
Scintilla Gtk: use gdk_threads_add_idle_full() instead of g_idle_add_full() a...
Robin Haberkorn
1
-16
/
+5
2016-03-29
Feature [feature-requests:#1142]. Allow Super modifier on GTK+.
Neil
1
-5
/
+3
2016-03-10
Fix caret position bug on Qt and Gtk for win32 for Korean.
rel-3-6-4
johnsonj
1
-0
/
+2
2016-02-09
Fix 64-bit build on Windows which was broken in 3.6.3 as long only 32-bits.
Neil
1
-1
/
+1
2016-01-02
IME attribute processing simplified for GTK+.
johnsonj
1
-32
/
+19
2015-12-15
Minor cleanups for GObject introspection.
Neil
1
-3
/
+0
2015-12-13
Fix issues raised by review and some more
Thomas Martitz
1
-3
/
+3
2015-08-10
Enable g-ir-scanner to run on ScintillaWidget.h
Thomas Martitz
1
-4
/
+21
2015-12-15
Simplify IME code by using g_unichar_to_utf8.
johnsonj
1
-44
/
+21
2015-12-14
Block IME when some selected text is protected.
johnsonj
1
-1
/
+1
2015-12-11
Korean input by word fixed.
johnsonj
1
-4
/
+3
2015-12-08
Cancel IME composition for read-only documents.
johnsonj
1
-0
/
+5
2015-11-20
Remove line end whitespace.
Neil
1
-2
/
+2
2015-11-13
Check for NULL value in ScintillaGTK::ForAll()
Jiří Techet
1
-2
/
+4
2015-11-06
Unparent scrollbars in dispose on GTK
Jiří Techet
1
-3
/
+23
2015-09-27
Simplify casting by using static_cast instead of reinterpret_cast, glib macros
Neil
1
-21
/
+22
2015-09-05
Remove #if sections which are not required for GTK+ 2.18.
nyamatongwe
1
-60
/
+2
2015-09-05
With the minimum GTK+ version now 2.18, remove #if conditions required for older
nyamatongwe
1
-24
/
+1
2015-09-04
Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.
johnsonj
1
-1
/
+1
2015-08-06
Bug [#1743]. Never report the client rectangle as having a negative width or
Neil
1
-0
/
+4
2015-07-28
Avoid candidate box randomly popping up away from edit pane with (especially
johnsonj
1
-0
/
+1
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-07-05
GTK: Fix leaking scrollbars
Colomban Wendling
1
-0
/
+3
[next]