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
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
2015-01-02
Use gtk_clipboard_request_contents() instead of gtk_selection_convert() for p...
Jiří Techet
1
-2
/
+12
2014-12-17
More natural looping over visual attributes.
Neil
1
-3
/
+3
2014-12-09
Using indicators for inline IME.
Neil
1
-127
/
+251
2014-12-05
Extract FillVirtualSpace so it is not repeated and can be made less complex in
Neil
1
-4
/
+1
2014-10-19
Avoid warning about assiging pointer to integer.
Neil
1
-2
/
+2
2014-10-11
GTK: Don't create widgets in the ::realize handler
Colomban Wendling
1
-13
/
+16
2014-10-09
Avoid extra space when pasting from external application on Windows.
Neil
1
-0
/
+7
2014-10-06
Include <stdexcept> due to report of a problem with compiling Document.h.
Neil
1
-0
/
+1
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-1
/
+5
2014-09-24
GTK: Fix auto-completion popup row height computation on GTK 3.14
Colomban Wendling
1
-0
/
+9
2014-09-16
GTK: Don't hardcode auto-completion popup frame border width
Colomban Wendling
1
-3
/
+6
2014-09-12
GTK: Fix auto-completion popup sizing on some themes
Colomban Wendling
1
-11
/
+11
2014-09-12
GTK: Allow the auto-completion popup to be as small as needed
Colomban Wendling
1
-13
/
+32
2014-09-11
GTK: Fix auto-completion popup width to better fit contents
Colomban Wendling
1
-2
/
+23
2014-09-11
GTK: Fix auto-completion popup height to better fit contents
Colomban Wendling
1
-22
/
+30
2014-09-05
Avoid shadowed identifiers.
Neil
1
-11
/
+11
2014-09-04
GTK: fix cached completion popup window sizing
Colomban Wendling
1
-13
/
+14
2014-09-03
Normalise header inclusion order.
Neil
1
-1
/
+1
2014-09-01
GTK: cache the completion popup window
Colomban Wendling
1
-3
/
+22
2014-08-11
Handle empty pre-edit string.
Neil
1
-1
/
+1
2014-08-08
Fix leak in ListBox::GetSelection() on GTK
Colomban Wendling
1
-2
/
+4
2014-08-08
Allow IME to be displayed inline for Korean.
Neil
1
-28
/
+133
2014-08-05
Create a class to manage pre-edit strings and ensure their resources are freed.
Neil
1
-33
/
+31
2014-08-02
Clang warns for register keyword used in system headers so turn off warning.
Neil
1
-1
/
+1
2014-07-22
Make a little safer when there is text that is invalid in the encoding.
Neil
1
-0
/
+4
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
1
-16
/
+41
2014-06-20
Protect against calling Cairo function on versions of Cairo before it existed.
nyamatongwe
1
-0
/
+2
2014-07-08
Updated make dependencies for new files.
Neil
1
-47
/
+98
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
2
-1
/
+5
2014-07-08
Specifying some methods as const as they are used from display and measurement
Neil
1
-3
/
+4
2014-06-24
Ensure context is not freed for measurement surfaces as it is NULL.
Neil
1
-1
/
+1
2014-06-23
GTK: Don't create unnecessary drawing contexts
Colomban Wendling
1
-14
/
+9
[next]