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
2016-03-29
Feature [feature-requests:#1142]. Allow Super modifier on GTK+.
Neil
1
-5
/
+3
2016-03-25
Since stddef.h is the most basic header, defining size_t, move it first.
Neil
1
-1
/
+1
2016-03-10
Fix caret position bug on Qt and Gtk for win32 for Korean.
rel-3-6-4
johnsonj
1
-0
/
+2
2016-03-07
To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.
Neil
1
-1
/
+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
2
-3
/
+3
2015-11-13
Check for NULL value in ScintillaGTK::ForAll()
Jiří Techet
1
-2
/
+4
2015-11-11
Don't use -fPIC on Windows due to warnings.
Neil
1
-1
/
+6
2015-11-09
Add -fPIC for position-independent code to allow linking as a shared library.
Neil
1
-1
/
+1
2015-11-06
Unparent scrollbars in dispose on GTK
Jiří Techet
1
-3
/
+23
2015-10-25
GTK: Fix autoc popup row height on GTK2 when it changes at runtime
Colomban Wendling
1
-2
/
+2
2015-09-27
Simplify casting by using static_cast instead of reinterpret_cast, glib macros
Neil
2
-29
/
+30
2015-09-05
Remove #if sections which are not required for GTK+ 2.18.
nyamatongwe
2
-77
/
+4
2015-09-05
With the minimum GTK+ version now 2.18, remove #if conditions required for older
nyamatongwe
2
-31
/
+2
2015-09-04
Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.
johnsonj
1
-1
/
+1
2015-09-03
Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22.
Neil
1
-6
/
+1
2015-08-26
Removed setting list colours on GTK+ 3.16+ as no longer appears needed.
Neil
1
-1
/
+5
2015-08-26
Use current CSS theming calls instead of deprecated gtk_widget_override_font.
Neil
1
-2
/
+42
2015-08-26
On GTK+ 3.x, fix height of lines in autocompletion lists to match the font.
Neil
1
-1
/
+5
2015-08-16
On GTK+, support code page 866 with SC_CHARSET_OEM866.
Serg Stetsuk
1
-0
/
+2
2015-08-06
Bug [#1743]. Never report the client rectangle as having a negative width or
Neil
1
-0
/
+4
2015-07-30
Updated header dependencies to include Sci_Position.h.
Neil
1
-371
/
+512
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
2015-06-05
Simplified retrieval of correct display for widget and ensure works on older ...
nyamatongwe
2
-15
/
+2
2015-06-04
Restored compatibility with GTK+ 2.18 for cursor calls.
nyamatongwe
2
-2
/
+9
2015-06-03
GTK: Don't use gdk_window_set_user_data() in a deprecated manner
Colomban Wendling
1
-0
/
+4
2015-06-03
GTK: Use the proper GTK3 way to set widget window background
Colomban Wendling
1
-6
/
+2
2015-06-03
GTK: Remove unused prototype
Colomban Wendling
1
-1
/
+0
2015-06-02
GTK: Fix runtime completion popup warning
Colomban Wendling
1
-1
/
+2
2015-05-29
As of GTK+ 3.16, gdk_cursor_new is deprecated and has been replaced with
Neil
2
-11
/
+20
2015-05-22
GTK: Fill the scrollbars junction
Colomban Wendling
1
-0
/
+18
2015-05-22
GTK: Workaround ABI issue with Windows GTK2 bundle and GCC > 3
Colomban Wendling
1
-1
/
+16
2015-05-13
Make a single argument constructor explicit.
Neil
1
-1
/
+1
2015-05-13
Bug [#1703]. Fix bug when drawing text margins in buffered mode which would use
Neil
1
-0
/
+1
2015-03-30
Use inline IME for Korean and decide whether input is Korean more accurately.
Neil
1
-6
/
+7
2015-02-11
Don't disable adaptive speed of scrolling on OS X with GTK Quartz backend
Jiřà Techet
1
-3
/
+4
2015-01-22
Since gtk_widget_set_double_buffered is deprecated by GTK+ 3.14, only use it
Neil Hodgson
1
-0
/
+2
2015-01-22
Specify methods that do not use this as static.
Neil Hodgson
1
-2
/
+2
2015-01-22
Fix incorrect call. Was supposed to avoid empty drop.
Neil Hodgson
1
-1
/
+1
2015-01-14
Make Japanese IME work in windowed mode.
Neil Hodgson
1
-1
/
+1
[prev]
[next]