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-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
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
[next]