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
/
PlatGTK.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-07
GTK: Fix popup positioning on monitors not positioned at 0,0
Colomban Wendling
1
-20
/
+14
2017-03-04
Use C++11 keyword "override" for methods that override a base class.
Neil
1
-63
/
+63
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
Fix display of autocompletion lists and calltips on GTK+ 3.22 on Wayland by
Neil
1
-1
/
+5
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
-1
/
+1
2016-09-06
GTK: Fix autoc font size on GTK >= 3.21.0
Colomban Wendling
1
-1
/
+9
2016-05-05
Remove template adaptor as only g_iconv is used now. Use glib's gsize type as it
Neil Hodgson
1
-8
/
+8
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: Fix popup font on GTK >= 3.20
Colomban Wendling
1
-1
/
+1
2016-04-12
Font cache removed along with its thread locking and initialisation.
Neil Hodgson
1
-249
/
+21
2016-03-25
Since stddef.h is the most basic header, defining size_t, move it first.
Neil
1
-1
/
+1
2015-11-20
Remove line end whitespace.
Neil
1
-1
/
+1
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
1
-8
/
+8
2015-09-05
Remove #if sections which are not required for GTK+ 2.18.
nyamatongwe
1
-17
/
+2
2015-09-05
With the minimum GTK+ version now 2.18, remove #if conditions required for older
nyamatongwe
1
-7
/
+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-06-05
Simplified retrieval of correct display for widget and ensure works on older ...
nyamatongwe
1
-10
/
+1
2015-06-04
Restored compatibility with GTK+ 2.18 for cursor calls.
nyamatongwe
1
-0
/
+4
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
1
-7
/
+14
2015-05-22
GTK: Workaround ABI issue with Windows GTK2 bundle and GCC > 3
Colomban Wendling
1
-1
/
+16
2015-05-13
Bug [#1703]. Fix bug when drawing text margins in buffered mode which would use
Neil
1
-0
/
+1
2014-10-19
Avoid warning about assiging pointer to integer.
Neil
1
-2
/
+2
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-01
GTK: cache the completion popup window
Colomban Wendling
1
-3
/
+22
2014-08-08
Fix leak in ListBox::GetSelection() on GTK
Colomban Wendling
1
-2
/
+4
2014-07-22
Make a little safer when there is text that is invalid in the encoding.
Neil
1
-0
/
+4
2014-06-20
Protect against calling Cairo function on versions of Cairo before it existed.
nyamatongwe
1
-0
/
+2
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
2014-06-16
Fix crashes on Ubuntu 12.04 caused by overlay scrolll bar causing the drawing
Neil
1
-0
/
+16
2014-01-21
Using ELEMENTS for clarity and safety. Avoid memset for safety.
Neil
1
-2
/
+2
[next]