annotate src/gui_gtk_x11.c @ 26209:2dd449b9c1c7 v8.2.3636

patch 8.2.3636: Coverity warns for unreachable code Commit: https://github.com/vim/vim/commit/2c23670300b18f2f799d0602ff5225caa55b0d67 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 21 11:15:49 2021 +0000 patch 8.2.3636: Coverity warns for unreachable code Problem: Coverity warns for unreachable code. Solution: Remove unreachable else block.
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Nov 2021 12:30:04 +0100
parents c3b046ce88fd
children ed62078dfa30
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10042
4aead6a9b7a9 commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47
Christian Brabandt <cb@256bit.org>
parents: 9939
diff changeset
1 /* vi:set ts=8 sts=4 sw=4 noet:
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 * VIM - Vi IMproved by Bram Moolenaar
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 * Do ":help uganda" in Vim to read copying and usage conditions.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 * Do ":help credits" in Vim to see a list of people who contributed.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 * See README.txt for an overview of the Vim source code.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 * Porting to GTK+ was done by:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 *
70
088a834ca0aa updated for version 7.0030
vimboss
parents: 39
diff changeset
13 * (C) 1998,1999,2000 by Marcin Dalecki <martin@dalecki.de>
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
14 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
15 * With GREAT support and continuous encouragements by Andy Kahn and of
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
16 * course Bram Moolenaar!
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
17 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
18 * Support for GTK+ 2 was added by:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
19 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
20 * (C) 2002,2003 Jason Hildebrand <jason@peaceworks.ca>
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
21 * Daniel Elstner <daniel.elstner@gmx.net>
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
22 *
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
23 * Support for GTK+ 3 was added by:
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
24 *
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
25 * 2016 Kazunobu Kuriyama <kazunobu.kuriyama@gmail.com>
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
26 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
27
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
28 #include "vim.h"
7380
055a0b587a3e commit https://github.com/vim/vim/commit/36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8
Christian Brabandt <cb@256bit.org>
parents: 7260
diff changeset
29 #ifdef USE_GRESOURCE
055a0b587a3e commit https://github.com/vim/vim/commit/36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8
Christian Brabandt <cb@256bit.org>
parents: 7260
diff changeset
30 #include "auto/gui_gtk_gresources.h"
055a0b587a3e commit https://github.com/vim/vim/commit/36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8
Christian Brabandt <cb@256bit.org>
parents: 7260
diff changeset
31 #endif
1666
e1d77e652cb7 updated for version 7.2a-018
vimboss
parents: 1660
diff changeset
32
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
33 #ifdef FEAT_GUI_GNOME
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
34 // Gnome redefines _() and N_(). Grrr...
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
35 # ifdef _
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
36 # undef _
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
37 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
38 # ifdef N_
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
39 # undef N_
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
40 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
41 # ifdef textdomain
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
42 # undef textdomain
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
43 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
44 # ifdef bindtextdomain
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
45 # undef bindtextdomain
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
46 # endif
1286
152e52624521 updated for version 7.1-001
vimboss
parents: 1226
diff changeset
47 # ifdef bind_textdomain_codeset
152e52624521 updated for version 7.1-001
vimboss
parents: 1226
diff changeset
48 # undef bind_textdomain_codeset
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 944
diff changeset
49 # endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
50 # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
51 # define ENABLE_NLS // so the texts in the dialog boxes are translated
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
52 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
53 # include <gnome.h>
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
54 # include "version.h"
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
55 // missing prototype in bonobo-dock-item.h
798
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
56 extern void bonobo_dock_item_set_behavior(BonoboDockItem *dock_item, BonoboDockItemBehavior beh);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
57 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
58
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
59 #if !defined(FEAT_GUI_GTK) && defined(PROTO)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
60 // When generating prototypes we don't want syntax errors.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
61 # define GdkAtom int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
62 # define GdkEventExpose int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
63 # define GdkEventFocus int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
64 # define GdkEventVisibility int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
65 # define GdkEventProperty int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
66 # define GtkContainer int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
67 # define GtkTargetEntry int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
68 # define GtkType int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
69 # define GtkWidget int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
70 # define gint int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
71 # define gpointer int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
72 # define guint int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
73 # define GdkEventKey int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
74 # define GdkEventSelection int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
75 # define GtkSelectionData int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
76 # define GdkEventMotion int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
77 # define GdkEventButton int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
78 # define GdkDragContext int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
79 # define GdkEventConfigure int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
80 # define GdkEventClient int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
81 #else
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
82 # if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
83 # include <gdk/gdkkeysyms-compat.h>
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
84 # include <gtk/gtkx.h>
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
85 # else
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
86 # include <gdk/gdkkeysyms.h>
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
87 # endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
88 # include <gdk/gdk.h>
15868
7fad90423bd2 patch 8.1.0941: macros for MS-Windows are inconsistent
Bram Moolenaar <Bram@vim.org>
parents: 15730
diff changeset
89 # ifdef MSWIN
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
90 # include <gdk/gdkwin32.h>
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
91 # else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
92 # include <gdk/gdkx.h>
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
93 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
94 # include <gtk/gtk.h>
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
95 # include "gui_gtk_f.h"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
96 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
97
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
98 #ifdef HAVE_X11_SUNKEYSYM_H
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
99 # include <X11/Sunkeysym.h>
2714
464da5b48d27 updated for version 7.3.130
Bram Moolenaar <bram@vim.org>
parents: 2577
diff changeset
100 #endif
464da5b48d27 updated for version 7.3.130
Bram Moolenaar <bram@vim.org>
parents: 2577
diff changeset
101
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
102 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
103 * Easy-to-use macro for multihead support.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
104 */
11474
621e41f6dcc2 patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Christian Brabandt <cb@256bit.org>
parents: 11129
diff changeset
105 #define GET_X_ATOM(atom) gdk_x11_atom_to_xatom_for_display( \
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
106 gtk_widget_get_display(gui.mainwin), atom)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
107
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
108 // Selection type distinguishers
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
109 enum
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
110 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
111 TARGET_TYPE_NONE,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
112 TARGET_UTF8_STRING,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
113 TARGET_STRING,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
114 TARGET_COMPOUND_TEXT,
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
115 TARGET_HTML,
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
116 TARGET_TEXT,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
117 TARGET_TEXT_URI_LIST,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
118 TARGET_TEXT_PLAIN,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
119 TARGET_VIM,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
120 TARGET_VIMENC
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
121 };
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
122
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
123 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
124 * Table of selection targets supported by Vim.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
125 * Note: Order matters, preferred types should come first.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
126 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
127 static const GtkTargetEntry selection_targets[] =
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
128 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
129 {VIMENC_ATOM_NAME, 0, TARGET_VIMENC},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
130 {VIM_ATOM_NAME, 0, TARGET_VIM},
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
131 {"text/html", 0, TARGET_HTML},
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
132 {"UTF8_STRING", 0, TARGET_UTF8_STRING},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
133 {"COMPOUND_TEXT", 0, TARGET_COMPOUND_TEXT},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
134 {"TEXT", 0, TARGET_TEXT},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
135 {"STRING", 0, TARGET_STRING}
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
136 };
24768
7334bf933510 patch 8.2.2922: computing array length is done in various ways
Bram Moolenaar <Bram@vim.org>
parents: 24170
diff changeset
137 #define N_SELECTION_TARGETS ARRAY_LENGTH(selection_targets)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
138
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
139 #ifdef FEAT_DND
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
140 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
141 * Table of DnD targets supported by Vim.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
142 * Note: Order matters, preferred types should come first.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
143 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
144 static const GtkTargetEntry dnd_targets[] =
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
145 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
146 {"text/uri-list", 0, TARGET_TEXT_URI_LIST},
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
147 {"text/html", 0, TARGET_HTML},
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
148 {"UTF8_STRING", 0, TARGET_UTF8_STRING},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
149 {"STRING", 0, TARGET_STRING},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
150 {"text/plain", 0, TARGET_TEXT_PLAIN}
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
151 };
24768
7334bf933510 patch 8.2.2922: computing array length is done in various ways
Bram Moolenaar <Bram@vim.org>
parents: 24170
diff changeset
152 # define N_DND_TARGETS ARRAY_LENGTH(dnd_targets)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
153 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
154
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
155
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
156 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
157 * "Monospace" is a standard font alias that should be present
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
158 * on all proper Pango/fontconfig installations.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
159 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
160 # define DEFAULT_FONT "Monospace 10"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
161
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
162 #if defined(FEAT_GUI_GNOME) && defined(FEAT_SESSION)
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
163 # define USE_GNOME_SESSION
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
164 #endif
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
165
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
166 #if !defined(FEAT_GUI_GNOME)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
167 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
168 * Atoms used to communicate save-yourself from the X11 session manager. There
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
169 * is no need to move them into the GUI struct, since they should be constant.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
170 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
171 static GdkAtom wm_protocols_atom = GDK_NONE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
172 static GdkAtom save_yourself_atom = GDK_NONE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
173 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
174
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
175 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
176 * Atoms used to control/reference X11 selections.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
177 */
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
178 static GdkAtom html_atom = GDK_NONE;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
179 static GdkAtom utf8_string_atom = GDK_NONE;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
180 static GdkAtom vim_atom = GDK_NONE; // Vim's own special selection format
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
181 static GdkAtom vimenc_atom = GDK_NONE; // Vim's extended selection format
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
182
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
183 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
184 * Keycodes recognized by vim.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
185 * NOTE: when changing this, the table in gui_x11.c probably needs the same
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
186 * change!
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
187 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
188 static struct special_key
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
189 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
190 guint key_sym;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
191 char_u code0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
192 char_u code1;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
193 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
194 const special_keys[] =
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
195 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
196 {GDK_Up, 'k', 'u'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
197 {GDK_Down, 'k', 'd'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
198 {GDK_Left, 'k', 'l'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
199 {GDK_Right, 'k', 'r'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
200 {GDK_F1, 'k', '1'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
201 {GDK_F2, 'k', '2'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
202 {GDK_F3, 'k', '3'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
203 {GDK_F4, 'k', '4'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
204 {GDK_F5, 'k', '5'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
205 {GDK_F6, 'k', '6'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
206 {GDK_F7, 'k', '7'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
207 {GDK_F8, 'k', '8'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
208 {GDK_F9, 'k', '9'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
209 {GDK_F10, 'k', ';'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
210 {GDK_F11, 'F', '1'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
211 {GDK_F12, 'F', '2'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
212 {GDK_F13, 'F', '3'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
213 {GDK_F14, 'F', '4'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
214 {GDK_F15, 'F', '5'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
215 {GDK_F16, 'F', '6'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
216 {GDK_F17, 'F', '7'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
217 {GDK_F18, 'F', '8'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
218 {GDK_F19, 'F', '9'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
219 {GDK_F20, 'F', 'A'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
220 {GDK_F21, 'F', 'B'},
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
221 {GDK_Pause, 'F', 'B'}, // Pause == F21 according to netbeans.txt
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
222 {GDK_F22, 'F', 'C'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
223 {GDK_F23, 'F', 'D'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
224 {GDK_F24, 'F', 'E'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
225 {GDK_F25, 'F', 'F'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
226 {GDK_F26, 'F', 'G'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
227 {GDK_F27, 'F', 'H'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
228 {GDK_F28, 'F', 'I'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
229 {GDK_F29, 'F', 'J'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
230 {GDK_F30, 'F', 'K'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
231 {GDK_F31, 'F', 'L'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
232 {GDK_F32, 'F', 'M'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
233 {GDK_F33, 'F', 'N'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
234 {GDK_F34, 'F', 'O'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
235 {GDK_F35, 'F', 'P'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
236 #ifdef SunXK_F36
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
237 {SunXK_F36, 'F', 'Q'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
238 {SunXK_F37, 'F', 'R'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
239 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
240 {GDK_Help, '%', '1'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
241 {GDK_Undo, '&', '8'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
242 {GDK_BackSpace, 'k', 'b'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
243 {GDK_Insert, 'k', 'I'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
244 {GDK_Delete, 'k', 'D'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
245 {GDK_3270_BackTab, 'k', 'B'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
246 {GDK_Clear, 'k', 'C'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
247 {GDK_Home, 'k', 'h'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
248 {GDK_End, '@', '7'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
249 {GDK_Prior, 'k', 'P'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
250 {GDK_Next, 'k', 'N'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
251 {GDK_Print, '%', '9'},
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
252 // Keypad keys:
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
253 {GDK_KP_Left, 'k', 'l'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
254 {GDK_KP_Right, 'k', 'r'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
255 {GDK_KP_Up, 'k', 'u'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
256 {GDK_KP_Down, 'k', 'd'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
257 {GDK_KP_Insert, KS_EXTRA, (char_u)KE_KINS},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
258 {GDK_KP_Delete, KS_EXTRA, (char_u)KE_KDEL},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
259 {GDK_KP_Home, 'K', '1'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
260 {GDK_KP_End, 'K', '4'},
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
261 {GDK_KP_Prior, 'K', '3'}, // page up
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
262 {GDK_KP_Next, 'K', '5'}, // page down
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
263
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
264 {GDK_KP_Add, 'K', '6'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
265 {GDK_KP_Subtract, 'K', '7'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
266 {GDK_KP_Divide, 'K', '8'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
267 {GDK_KP_Multiply, 'K', '9'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
268 {GDK_KP_Enter, 'K', 'A'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
269 {GDK_KP_Decimal, 'K', 'B'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
270
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
271 {GDK_KP_0, 'K', 'C'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
272 {GDK_KP_1, 'K', 'D'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
273 {GDK_KP_2, 'K', 'E'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
274 {GDK_KP_3, 'K', 'F'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
275 {GDK_KP_4, 'K', 'G'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
276 {GDK_KP_5, 'K', 'H'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
277 {GDK_KP_6, 'K', 'I'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
278 {GDK_KP_7, 'K', 'J'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
279 {GDK_KP_8, 'K', 'K'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
280 {GDK_KP_9, 'K', 'L'},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
281
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
282 // End of list marker:
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
283 {0, 0, 0}
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
284 };
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
285
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
286 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
287 * Flags for command line options table below.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
288 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
289 #define ARG_FONT 1
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
290 #define ARG_GEOMETRY 2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
291 #define ARG_REVERSE 3
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
292 #define ARG_NOREVERSE 4
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
293 #define ARG_BACKGROUND 5
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
294 #define ARG_FOREGROUND 6
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
295 #define ARG_ICONIC 7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
296 #define ARG_ROLE 8
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
297 #define ARG_NETBEANS 9
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
298 #define ARG_XRM 10 // ignored
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
299 #define ARG_MENUFONT 11 // ignored
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
300 #define ARG_INDEX_MASK 0x00ff
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
301 #define ARG_HAS_VALUE 0x0100 // a value is expected after the argument
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
302 #define ARG_NEEDS_GUI 0x0200 // need to initialize the GUI for this
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
303 #define ARG_FOR_GTK 0x0400 // argument is handled by GTK+ or GNOME
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
304 #define ARG_COMPAT_LONG 0x0800 // accept -foo but substitute with --foo
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
305 #define ARG_KEEP 0x1000 // don't remove argument from argv[]
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
306
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
307 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
308 * This table holds all the X GUI command line options allowed. This includes
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
309 * the standard ones so that we can skip them when Vim is started without the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
310 * GUI (but the GUI might start up later).
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
311 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
312 * When changing this, also update doc/gui_x11.txt and the usage message!!!
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
313 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
314 typedef struct
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
315 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
316 const char *name;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
317 unsigned int flags;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
318 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
319 cmdline_option_T;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
320
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
321 static const cmdline_option_T cmdline_options[] =
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
322 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
323 // We handle these options ourselves
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
324 {"-fn", ARG_FONT|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
325 {"-font", ARG_FONT|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
326 {"-geom", ARG_GEOMETRY|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
327 {"-geometry", ARG_GEOMETRY|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
328 {"-rv", ARG_REVERSE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
329 {"-reverse", ARG_REVERSE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
330 {"+rv", ARG_NOREVERSE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
331 {"+reverse", ARG_NOREVERSE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
332 {"-bg", ARG_BACKGROUND|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
333 {"-background", ARG_BACKGROUND|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
334 {"-fg", ARG_FOREGROUND|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
335 {"-foreground", ARG_FOREGROUND|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
336 {"-iconic", ARG_ICONIC},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
337 {"--role", ARG_ROLE|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
338 #ifdef FEAT_NETBEANS_INTG
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
339 {"-nb", ARG_NETBEANS}, // non-standard value format
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
340 {"-xrm", ARG_XRM|ARG_HAS_VALUE}, // not implemented
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
341 {"-mf", ARG_MENUFONT|ARG_HAS_VALUE}, // not implemented
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
342 {"-menufont", ARG_MENUFONT|ARG_HAS_VALUE}, // not implemented
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
343 #endif
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
344 // Arguments handled by GTK (and GNOME) internally.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
345 {"--g-fatal-warnings", ARG_FOR_GTK},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
346 {"--gdk-debug", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
347 {"--gdk-no-debug", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
348 {"--gtk-debug", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
349 {"--gtk-no-debug", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
350 {"--gtk-module", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
351 {"--sync", ARG_FOR_GTK},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
352 {"--display", ARG_FOR_GTK|ARG_HAS_VALUE|ARG_COMPAT_LONG},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
353 {"--name", ARG_FOR_GTK|ARG_HAS_VALUE|ARG_COMPAT_LONG},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
354 {"--class", ARG_FOR_GTK|ARG_HAS_VALUE|ARG_COMPAT_LONG},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
355 {"--screen", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
356 {"--gxid-host", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
357 {"--gxid-port", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
358 #ifdef FEAT_GUI_GNOME
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
359 {"--load-modules", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
360 {"--sm-client-id", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
361 {"--sm-config-prefix", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
362 {"--sm-disable", ARG_FOR_GTK},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
363 {"--oaf-ior-fd", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
364 {"--oaf-activate-iid", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
365 {"--oaf-private", ARG_FOR_GTK},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
366 {"--enable-sound", ARG_FOR_GTK},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
367 {"--disable-sound", ARG_FOR_GTK},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
368 {"--espeaker", ARG_FOR_GTK|ARG_HAS_VALUE},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
369 {"-?", ARG_FOR_GTK|ARG_NEEDS_GUI},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
370 {"--help", ARG_FOR_GTK|ARG_NEEDS_GUI|ARG_KEEP},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
371 {"--usage", ARG_FOR_GTK|ARG_NEEDS_GUI},
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
372 # if 0 // conflicts with Vim's own --version argument
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
373 {"--version", ARG_FOR_GTK|ARG_NEEDS_GUI},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
374 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
375 {"--disable-crash-dialog", ARG_FOR_GTK},
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
376 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
377 {NULL, 0}
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
378 };
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
379
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
380 static int gui_argc = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
381 static char **gui_argv = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
382
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
383 static const char *role_argument = NULL;
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
384 #if defined(USE_GNOME_SESSION)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
385 static const char *restart_command = NULL;
1898
430f555d7d15 updated for version 7.2-195
vimboss
parents: 1884
diff changeset
386 static char *abs_restart_command = NULL;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
387 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
388 static int found_iconic_arg = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
389
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
390 #ifdef FEAT_GUI_GNOME
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
391 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
392 * Can't use Gnome if --socketid given
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
393 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
394 static int using_gnome = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
395 #else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
396 # define using_gnome 0
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
397 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
398
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
399 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
400 * Parse the GUI related command-line arguments. Any arguments used are
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
401 * deleted from argv, and *argc is decremented accordingly. This is called
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
402 * when vim is started, whether or not the GUI has been started.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
403 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
404 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
405 gui_mch_prepare(int *argc, char **argv)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
406 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
407 const cmdline_option_T *option;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
408 int i = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
409 int len = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
410
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
411 #if defined(USE_GNOME_SESSION)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
412 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
413 * Determine the command used to invoke Vim, to be passed as restart
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
414 * command to the session manager. If argv[0] contains any directory
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
415 * components try building an absolute path, otherwise leave it as is.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
416 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
417 restart_command = argv[0];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
418
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
419 if (strchr(argv[0], G_DIR_SEPARATOR) != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
420 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
421 char_u buf[MAXPATHL];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
422
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
423 if (mch_FullName((char_u *)argv[0], buf, (int)sizeof(buf), TRUE) == OK)
1898
430f555d7d15 updated for version 7.2-195
vimboss
parents: 1884
diff changeset
424 {
430f555d7d15 updated for version 7.2-195
vimboss
parents: 1884
diff changeset
425 abs_restart_command = (char *)vim_strsave(buf);
430f555d7d15 updated for version 7.2-195
vimboss
parents: 1884
diff changeset
426 restart_command = abs_restart_command;
430f555d7d15 updated for version 7.2-195
vimboss
parents: 1884
diff changeset
427 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
428 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
429 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
430
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
431 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
432 * Move all the entries in argv which are relevant to GTK+ and GNOME
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
433 * into gui_argv. Freed later in gui_mch_init().
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
434 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
435 gui_argc = 0;
16825
ce04ebdf26b8 patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
Bram Moolenaar <Bram@vim.org>
parents: 16764
diff changeset
436 gui_argv = ALLOC_MULT(char *, *argc + 1);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
437
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
438 g_return_if_fail(gui_argv != NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
439
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
440 gui_argv[gui_argc++] = argv[i++];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
441
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
442 while (i < *argc)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
443 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
444 // Don't waste CPU cycles on non-option arguments.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
445 if (argv[i][0] != '-' && argv[i][0] != '+')
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
446 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
447 ++i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
448 continue;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
449 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
450
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
451 // Look for argv[i] in cmdline_options[] table.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
452 for (option = &cmdline_options[0]; option->name != NULL; ++option)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
453 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
454 len = strlen(option->name);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
455
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
456 if (strncmp(argv[i], option->name, len) == 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
457 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
458 if (argv[i][len] == '\0')
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
459 break;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
460 // allow --foo=bar style
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
461 if (argv[i][len] == '=' && (option->flags & ARG_HAS_VALUE))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
462 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
463 #ifdef FEAT_NETBEANS_INTG
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
464 // darn, -nb has non-standard syntax
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
465 if (vim_strchr((char_u *)":=", argv[i][len]) != NULL
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
466 && (option->flags & ARG_INDEX_MASK) == ARG_NETBEANS)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
467 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
468 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
469 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
470 else if ((option->flags & ARG_COMPAT_LONG)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
471 && strcmp(argv[i], option->name + 1) == 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
472 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
473 // Replace the standard X arguments "-name" and "-display"
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
474 // with their GNU-style long option counterparts.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
475 argv[i] = (char *)option->name;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
476 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
477 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
478 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
479 if (option->name == NULL) // no match
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
480 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
481 ++i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
482 continue;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
483 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
484
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
485 if (option->flags & ARG_FOR_GTK)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
486 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
487 // Move the argument into gui_argv, which
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
488 // will later be passed to gtk_init_check()
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
489 gui_argv[gui_argc++] = argv[i];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
490 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
491 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
492 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
493 char *value = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
494
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
495 // Extract the option's value if there is one.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
496 // Accept both "--foo bar" and "--foo=bar" style.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
497 if (option->flags & ARG_HAS_VALUE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
498 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
499 if (argv[i][len] == '=')
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
500 value = &argv[i][len + 1];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
501 else if (i + 1 < *argc && strcmp(argv[i + 1], "--") != 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
502 value = argv[i + 1];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
503 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
504
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
505 // Check for options handled by Vim itself
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
506 switch (option->flags & ARG_INDEX_MASK)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
507 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
508 case ARG_REVERSE:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
509 found_reverse_arg = TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
510 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
511 case ARG_NOREVERSE:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
512 found_reverse_arg = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
513 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
514 case ARG_FONT:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
515 font_argument = value;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
516 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
517 case ARG_GEOMETRY:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
518 if (value != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
519 gui.geom = vim_strsave((char_u *)value);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
520 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
521 case ARG_BACKGROUND:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
522 background_argument = value;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
523 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
524 case ARG_FOREGROUND:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
525 foreground_argument = value;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
526 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
527 case ARG_ICONIC:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
528 found_iconic_arg = TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
529 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
530 case ARG_ROLE:
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
531 role_argument = value; // used later in gui_mch_open()
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
532 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
533 #ifdef FEAT_NETBEANS_INTG
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
534 case ARG_NETBEANS:
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
535 gui.dofork = FALSE; // don't fork() when starting GUI
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
536 netbeansArg = argv[i];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
537 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
538 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
539 default:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
540 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
541 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
542 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
543
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
544 // These arguments make gnome_program_init() print a message and exit.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
545 // Must start the GUI for this, otherwise ":gui" will exit later!
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
546 // Only when the GUI can start.
9836
bc591685594a commit https://github.com/vim/vim/commit/717e196060d946fe20bb0f0307f417dc4d0e9b17
Christian Brabandt <cb@256bit.org>
parents: 9624
diff changeset
547 if ((option->flags & ARG_NEEDS_GUI)
bc591685594a commit https://github.com/vim/vim/commit/717e196060d946fe20bb0f0307f417dc4d0e9b17
Christian Brabandt <cb@256bit.org>
parents: 9624
diff changeset
548 && gui_mch_early_init_check(FALSE) == OK)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
549 gui.starting = TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
550
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
551 if (option->flags & ARG_KEEP)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
552 ++i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
553 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
554 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
555 // Remove the flag from the argument vector.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
556 if (--*argc > i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
557 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
558 int n_strip = 1;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
559
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
560 // Move the argument's value as well, if there is one.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
561 if ((option->flags & ARG_HAS_VALUE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
562 && argv[i][len] != '='
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
563 && strcmp(argv[i + 1], "--") != 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
564 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
565 ++n_strip;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
566 --*argc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
567 if (option->flags & ARG_FOR_GTK)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
568 gui_argv[gui_argc++] = argv[i + 1];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
569 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
570
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
571 if (*argc > i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
572 mch_memmove(&argv[i], &argv[i + n_strip],
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
573 (*argc - i) * sizeof(char *));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
574 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
575 argv[*argc] = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
576 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
577 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
578
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
579 gui_argv[gui_argc] = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
580 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
581
359
6c62b9b939bd updated for version 7.0093
vimboss
parents: 294
diff changeset
582 #if defined(EXITFREE) || defined(PROTO)
6c62b9b939bd updated for version 7.0093
vimboss
parents: 294
diff changeset
583 void
7821
81794242a275 commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94
Christian Brabandt <cb@256bit.org>
parents: 7679
diff changeset
584 gui_mch_free_all(void)
359
6c62b9b939bd updated for version 7.0093
vimboss
parents: 294
diff changeset
585 {
6c62b9b939bd updated for version 7.0093
vimboss
parents: 294
diff changeset
586 vim_free(gui_argv);
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
587 #if defined(USE_GNOME_SESSION)
1898
430f555d7d15 updated for version 7.2-195
vimboss
parents: 1884
diff changeset
588 vim_free(abs_restart_command);
430f555d7d15 updated for version 7.2-195
vimboss
parents: 1884
diff changeset
589 #endif
359
6c62b9b939bd updated for version 7.0093
vimboss
parents: 294
diff changeset
590 }
6c62b9b939bd updated for version 7.0093
vimboss
parents: 294
diff changeset
591 #endif
6c62b9b939bd updated for version 7.0093
vimboss
parents: 294
diff changeset
592
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
593 #if !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
594 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
595 * This should be maybe completely removed.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
596 * Doesn't seem possible, since check_copy_area() relies on
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
597 * this information. --danielk
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
598 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
599 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
600 visibility_event(GtkWidget *widget UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
601 GdkEventVisibility *event,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
602 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
603 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
604 gui.visibility = event->state;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
605 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
606 * When we do an gdk_window_copy_area(), and the window is partially
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
607 * obscured, we want to receive an event to tell us whether it worked
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
608 * or not.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
609 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
610 if (gui.text_gc != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
611 gdk_gc_set_exposures(gui.text_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
612 gui.visibility != GDK_VISIBILITY_UNOBSCURED);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
613 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
614 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
615 #endif // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
616
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
617 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
618 * Redraw the corresponding portions of the screen.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
619 */
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
620 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
621 static gboolean
9232
a64e2a624fbe commit https://github.com/vim/vim/commit/8e31fd52ec8be6ef1dc600b637d5f099d55e1715
Christian Brabandt <cb@256bit.org>
parents: 9213
diff changeset
622 draw_event(GtkWidget *widget UNUSED,
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
623 cairo_t *cr,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
624 gpointer user_data UNUSED)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
625 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
626 // Skip this when the GUI isn't set up yet, will redraw later.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
627 if (gui.starting)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
628 return FALSE;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
629
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
630 out_flush(); // make sure all output has been processed
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
631 // for GTK+ 3, may induce other draw events.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
632
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
633 cairo_set_source_surface(cr, gui.surface, 0, 0);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
634
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
635 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
636 cairo_rectangle_list_t *list = NULL;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
637
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
638 list = cairo_copy_clip_rectangle_list(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
639 if (list->status != CAIRO_STATUS_CLIP_NOT_REPRESENTABLE)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
640 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
641 int i;
10920
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
642
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
643 for (i = 0; i < list->num_rectangles; i++)
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
644 {
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
645 const cairo_rectangle_t *rect = &list->rectangles[i];
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
646 cairo_rectangle(cr, rect->x, rect->y, rect->width, rect->height);
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
647 cairo_fill(cr);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
648 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
649 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
650 cairo_rectangle_list_destroy(list);
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
651 }
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
652
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
653 return FALSE;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
654 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
655 #else // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
656 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
657 expose_event(GtkWidget *widget UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
658 GdkEventExpose *event,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
659 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
660 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
661 // Skip this when the GUI isn't set up yet, will redraw later.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
662 if (gui.starting)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
663 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
664
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
665 out_flush(); // make sure all output has been processed
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
666 gui_redraw(event->area.x, event->area.y,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
667 event->area.width, event->area.height);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
668
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
669 // Clear the border areas if needed
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
670 if (event->area.x < FILL_X(0))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
671 gdk_window_clear_area(gui.drawarea->window, 0, 0, FILL_X(0), 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
672 if (event->area.y < FILL_Y(0))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
673 gdk_window_clear_area(gui.drawarea->window, 0, 0, 0, FILL_Y(0));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
674 if (event->area.x > FILL_X(Columns))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
675 gdk_window_clear_area(gui.drawarea->window,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
676 FILL_X((int)Columns), 0, 0, 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
677 if (event->area.y > FILL_Y(Rows))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
678 gdk_window_clear_area(gui.drawarea->window, 0, FILL_Y((int)Rows), 0, 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
679
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
680 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
681 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
682 #endif // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
683
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
684 #ifdef FEAT_CLIENTSERVER
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
685 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
686 * Handle changes to the "Comm" property
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
687 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
688 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
689 property_event(GtkWidget *widget,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
690 GdkEventProperty *event,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
691 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
692 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
693 if (event->type == GDK_PROPERTY_NOTIFY
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
694 && event->state == (int)GDK_PROPERTY_NEW_VALUE
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
695 && GDK_WINDOW_XID(event->window) == commWindow
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
696 && GET_X_ATOM(event->atom) == commProperty)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
697 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
698 XEvent xev;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
699
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
700 // Translate to XLib
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
701 xev.xproperty.type = PropertyNotify;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
702 xev.xproperty.atom = commProperty;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
703 xev.xproperty.window = commWindow;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
704 xev.xproperty.state = PropertyNewValue;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
705 serverEventProc(GDK_WINDOW_XDISPLAY(gtk_widget_get_window(widget)),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
706 &xev, 0);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
707 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
708 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
709 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
710 #endif // defined(FEAT_CLIENTSERVER)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
711
14471
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
712 /*
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
713 * Handle changes to the "Xft/DPI" setting
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
714 */
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
715 static void
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
716 gtk_settings_xft_dpi_changed_cb(GtkSettings *gtk_settings UNUSED,
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
717 GParamSpec *pspec UNUSED,
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
718 gpointer data UNUSED)
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
719 {
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
720 // Create a new PangoContext for this screen, and initialize it
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
721 // with the current font if necessary.
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
722 if (gui.text_context != NULL)
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
723 g_object_unref(gui.text_context);
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
724
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
725 gui.text_context = gtk_widget_create_pango_context(gui.mainwin);
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
726 pango_context_set_base_dir(gui.text_context, PANGO_DIRECTION_LTR);
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
727
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
728 if (gui.norm_font != NULL)
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
729 {
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
730 // force default font
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
731 gui_mch_init_font(*p_guifont == NUL ? NULL : p_guifont, FALSE);
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
732 gui_set_shellsize(TRUE, FALSE, RESIZE_BOTH);
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
733 }
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
734 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
735
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
736 typedef gboolean timeout_cb_type;
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
737
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
738 /*
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
739 * Start a timer that will invoke the specified callback.
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
740 * Returns the ID of the timer.
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
741 */
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
742 static guint
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
743 timeout_add(int time, timeout_cb_type (*callback)(gpointer), int *flagp)
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
744 {
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
745 return g_timeout_add((guint)time, (GSourceFunc)callback, flagp);
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
746 }
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
747
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
748 static void
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
749 timeout_remove(guint timer)
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
750 {
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
751 g_source_remove(timer);
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
752 }
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
753
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
754
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
755 /////////////////////////////////////////////////////////////////////////////
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
756 // Focus handlers:
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
757
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
758
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
759 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
760 * This is a simple state machine:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
761 * BLINK_NONE not blinking at all
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
762 * BLINK_OFF blinking, cursor is not shown
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
763 * BLINK_ON blinking, cursor is shown
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
764 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
765
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
766 #define BLINK_NONE 0
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
767 #define BLINK_OFF 1
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
768 #define BLINK_ON 2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
769
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
770 static int blink_state = BLINK_NONE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
771 static long_u blink_waittime = 700;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
772 static long_u blink_ontime = 400;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
773 static long_u blink_offtime = 250;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
774 static guint blink_timer = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
775
9213
bb86514cad15 commit https://github.com/vim/vim/commit/703a8044b5393d37d355b0b1054a9a5a13912a3f
Christian Brabandt <cb@256bit.org>
parents: 9179
diff changeset
776 int
bb86514cad15 commit https://github.com/vim/vim/commit/703a8044b5393d37d355b0b1054a9a5a13912a3f
Christian Brabandt <cb@256bit.org>
parents: 9179
diff changeset
777 gui_mch_is_blinking(void)
bb86514cad15 commit https://github.com/vim/vim/commit/703a8044b5393d37d355b0b1054a9a5a13912a3f
Christian Brabandt <cb@256bit.org>
parents: 9179
diff changeset
778 {
bb86514cad15 commit https://github.com/vim/vim/commit/703a8044b5393d37d355b0b1054a9a5a13912a3f
Christian Brabandt <cb@256bit.org>
parents: 9179
diff changeset
779 return blink_state != BLINK_NONE;
bb86514cad15 commit https://github.com/vim/vim/commit/703a8044b5393d37d355b0b1054a9a5a13912a3f
Christian Brabandt <cb@256bit.org>
parents: 9179
diff changeset
780 }
bb86514cad15 commit https://github.com/vim/vim/commit/703a8044b5393d37d355b0b1054a9a5a13912a3f
Christian Brabandt <cb@256bit.org>
parents: 9179
diff changeset
781
9428
0c7f47088e55 commit https://github.com/vim/vim/commit/9d5d3c9c4468ad76f16b50eabd3d9e7eab2ed44d
Christian Brabandt <cb@256bit.org>
parents: 9252
diff changeset
782 int
0c7f47088e55 commit https://github.com/vim/vim/commit/9d5d3c9c4468ad76f16b50eabd3d9e7eab2ed44d
Christian Brabandt <cb@256bit.org>
parents: 9252
diff changeset
783 gui_mch_is_blink_off(void)
0c7f47088e55 commit https://github.com/vim/vim/commit/9d5d3c9c4468ad76f16b50eabd3d9e7eab2ed44d
Christian Brabandt <cb@256bit.org>
parents: 9252
diff changeset
784 {
0c7f47088e55 commit https://github.com/vim/vim/commit/9d5d3c9c4468ad76f16b50eabd3d9e7eab2ed44d
Christian Brabandt <cb@256bit.org>
parents: 9252
diff changeset
785 return blink_state == BLINK_OFF;
0c7f47088e55 commit https://github.com/vim/vim/commit/9d5d3c9c4468ad76f16b50eabd3d9e7eab2ed44d
Christian Brabandt <cb@256bit.org>
parents: 9252
diff changeset
786 }
0c7f47088e55 commit https://github.com/vim/vim/commit/9d5d3c9c4468ad76f16b50eabd3d9e7eab2ed44d
Christian Brabandt <cb@256bit.org>
parents: 9252
diff changeset
787
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
788 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
789 gui_mch_set_blinking(long waittime, long on, long off)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
790 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
791 blink_waittime = waittime;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
792 blink_ontime = on;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
793 blink_offtime = off;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
794 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
795
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
796 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
797 * Stop the cursor blinking. Show the cursor if it wasn't shown.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
798 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
799 void
13152
f4c3a7f410f4 patch 8.0.1450: GUI: endless loop when stopping cursor blinking
Christian Brabandt <cb@256bit.org>
parents: 12802
diff changeset
800 gui_mch_stop_blink(int may_call_gui_update_cursor)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
801 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
802 if (blink_timer)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
803 {
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
804 timeout_remove(blink_timer);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
805 blink_timer = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
806 }
13152
f4c3a7f410f4 patch 8.0.1450: GUI: endless loop when stopping cursor blinking
Christian Brabandt <cb@256bit.org>
parents: 12802
diff changeset
807 if (blink_state == BLINK_OFF && may_call_gui_update_cursor)
9489
c5f40fc2e3e0 commit https://github.com/vim/vim/commit/da3a77d9ec28407b8fa2aa014e76944d0a525662
Christian Brabandt <cb@256bit.org>
parents: 9428
diff changeset
808 {
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
809 gui_update_cursor(TRUE, FALSE);
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
810 #if !GTK_CHECK_VERSION(3,0,0)
9489
c5f40fc2e3e0 commit https://github.com/vim/vim/commit/da3a77d9ec28407b8fa2aa014e76944d0a525662
Christian Brabandt <cb@256bit.org>
parents: 9428
diff changeset
811 gui_mch_flush();
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
812 #endif
9489
c5f40fc2e3e0 commit https://github.com/vim/vim/commit/da3a77d9ec28407b8fa2aa014e76944d0a525662
Christian Brabandt <cb@256bit.org>
parents: 9428
diff changeset
813 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
814 blink_state = BLINK_NONE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
815 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
816
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
817 static timeout_cb_type
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
818 blink_cb(gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
819 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
820 if (blink_state == BLINK_ON)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
821 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
822 gui_undraw_cursor();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
823 blink_state = BLINK_OFF;
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
824 blink_timer = timeout_add(blink_offtime, blink_cb, NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
825 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
826 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
827 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
828 gui_update_cursor(TRUE, FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
829 blink_state = BLINK_ON;
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
830 blink_timer = timeout_add(blink_ontime, blink_cb, NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
831 }
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
832 #if !GTK_CHECK_VERSION(3,0,0)
9489
c5f40fc2e3e0 commit https://github.com/vim/vim/commit/da3a77d9ec28407b8fa2aa014e76944d0a525662
Christian Brabandt <cb@256bit.org>
parents: 9428
diff changeset
833 gui_mch_flush();
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
834 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
835
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
836 return FALSE; // don't happen again
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
837 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
838
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
839 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
840 * Start the cursor blinking. If it was already blinking, this restarts the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
841 * waiting time and shows the cursor.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
842 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
843 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
844 gui_mch_start_blink(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
845 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
846 if (blink_timer)
5818
a43a8262e1ce updated for version 7.4.252
Bram Moolenaar <bram@vim.org>
parents: 5070
diff changeset
847 {
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
848 timeout_remove(blink_timer);
5818
a43a8262e1ce updated for version 7.4.252
Bram Moolenaar <bram@vim.org>
parents: 5070
diff changeset
849 blink_timer = 0;
a43a8262e1ce updated for version 7.4.252
Bram Moolenaar <bram@vim.org>
parents: 5070
diff changeset
850 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
851 // Only switch blinking on if none of the times is zero
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
852 if (blink_waittime && blink_ontime && blink_offtime && gui.in_focus)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
853 {
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
854 blink_timer = timeout_add(blink_waittime, blink_cb, NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
855 blink_state = BLINK_ON;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
856 gui_update_cursor(TRUE, FALSE);
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
857 #if !GTK_CHECK_VERSION(3,0,0)
9489
c5f40fc2e3e0 commit https://github.com/vim/vim/commit/da3a77d9ec28407b8fa2aa014e76944d0a525662
Christian Brabandt <cb@256bit.org>
parents: 9428
diff changeset
858 gui_mch_flush();
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
859 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
860 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
861 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
862
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
863 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
864 enter_notify_event(GtkWidget *widget UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
865 GdkEventCrossing *event UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
866 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
867 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
868 if (blink_state == BLINK_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
869 gui_mch_start_blink();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
870
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
871 // make sure keyboard input goes there
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
872 if (gtk_socket_id == 0 || !gtk_widget_has_focus(gui.drawarea))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
873 gtk_widget_grab_focus(gui.drawarea);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
874
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
875 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
876 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
877
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
878 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
879 leave_notify_event(GtkWidget *widget UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
880 GdkEventCrossing *event UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
881 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
882 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
883 if (blink_state != BLINK_NONE)
13152
f4c3a7f410f4 patch 8.0.1450: GUI: endless loop when stopping cursor blinking
Christian Brabandt <cb@256bit.org>
parents: 12802
diff changeset
884 gui_mch_stop_blink(TRUE);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
885
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
886 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
887 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
888
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
889 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
890 focus_in_event(GtkWidget *widget,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
891 GdkEventFocus *event UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
892 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
893 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
894 gui_focus_change(TRUE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
895
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
896 if (blink_state == BLINK_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
897 gui_mch_start_blink();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
898
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
899 // make sure keyboard input goes to the draw area (if this is focus for a
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
900 // window)
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
901 if (widget != gui.drawarea)
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
902 gtk_widget_grab_focus(gui.drawarea);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
903
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
904 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
905 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
906
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
907 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
908 focus_out_event(GtkWidget *widget UNUSED,
2311
ccda151dde4e Support completion for ":find". (Nazri Ramliy)
Bram Moolenaar <bram@vim.org>
parents: 2301
diff changeset
909 GdkEventFocus *event UNUSED,
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
910 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
911 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
912 gui_focus_change(FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
913
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
914 if (blink_state != BLINK_NONE)
13152
f4c3a7f410f4 patch 8.0.1450: GUI: endless loop when stopping cursor blinking
Christian Brabandt <cb@256bit.org>
parents: 12802
diff changeset
915 gui_mch_stop_blink(TRUE);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
916
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
917 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
918 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
919
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
920
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
921 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
922 * Translate a GDK key value to UTF-8 independently of the current locale.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
923 * The output is written to string, which must have room for at least 6 bytes
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
924 * plus the NUL terminator. Returns the length in bytes.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
925 *
20595
3609e842f822 patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20431
diff changeset
926 * event->string is evil; see here why:
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
927 * http://developer.gnome.org/doc/API/2.0/gdk/gdk-Event-Structures.html#GdkEventKey
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
928 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
929 static int
20595
3609e842f822 patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20431
diff changeset
930 keyval_to_string(unsigned int keyval, char_u *string)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
931 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
932 int len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
933 guint32 uc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
934
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
935 uc = gdk_keyval_to_unicode(keyval);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
936 if (uc != 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
937 {
20595
3609e842f822 patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20431
diff changeset
938 // Translate a normal key to UTF-8. This doesn't work for dead
3609e842f822 patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20431
diff changeset
939 // keys of course, you _have_ to use an input method for that.
3609e842f822 patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20431
diff changeset
940 len = utf_char2bytes((int)uc, string);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
941 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
942 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
943 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
944 // Translate keys which are represented by ASCII control codes in Vim.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
945 // There are only a few of those; most control keys are translated to
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
946 // special terminal-like control sequences.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
947 len = 1;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
948 switch (keyval)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
949 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
950 case GDK_Tab: case GDK_KP_Tab: case GDK_ISO_Left_Tab:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
951 string[0] = TAB;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
952 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
953 case GDK_Linefeed:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
954 string[0] = NL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
955 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
956 case GDK_Return: case GDK_ISO_Enter: case GDK_3270_Enter:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
957 string[0] = CAR;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
958 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
959 case GDK_Escape:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
960 string[0] = ESC;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
961 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
962 default:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
963 len = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
964 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
965 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
966 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
967 string[len] = NUL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
968
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
969 return len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
970 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
971
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
972 static int
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
973 modifiers_gdk2vim(guint state)
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
974 {
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
975 int modifiers = 0;
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
976
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
977 if (state & GDK_SHIFT_MASK)
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
978 modifiers |= MOD_MASK_SHIFT;
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
979 if (state & GDK_CONTROL_MASK)
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
980 modifiers |= MOD_MASK_CTRL;
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
981 if (state & GDK_MOD1_MASK)
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
982 modifiers |= MOD_MASK_ALT;
2550
7c1f73452ea6 Fix #ifdef for GDK_SUPER_MASK.
Bram Moolenaar <bram@vim.org>
parents: 2520
diff changeset
983 #if GTK_CHECK_VERSION(2,10,0)
2188
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
984 if (state & GDK_SUPER_MASK)
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
985 modifiers |= MOD_MASK_META;
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
986 #endif
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
987 if (state & GDK_MOD4_MASK)
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
988 modifiers |= MOD_MASK_META;
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
989
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
990 return modifiers;
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
991 }
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
992
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
993 static int
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
994 modifiers_gdk2mouse(guint state)
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
995 {
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
996 int modifiers = 0;
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
997
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
998 if (state & GDK_SHIFT_MASK)
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
999 modifiers |= MOUSE_SHIFT;
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1000 if (state & GDK_CONTROL_MASK)
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1001 modifiers |= MOUSE_CTRL;
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1002 if (state & GDK_MOD1_MASK)
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1003 modifiers |= MOUSE_ALT;
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1004
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1005 return modifiers;
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1006 }
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1007
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1008 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1009 * Main keyboard handler:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1010 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1011 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1012 key_press_event(GtkWidget *widget UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1013 GdkEventKey *event,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1014 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1015 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1016 // For GTK+ 2 we know for sure how large the string might get.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1017 // (That is, up to 6 bytes + NUL + CSI escapes + safety measure.)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1018 char_u string[32], string2[32];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1019 guint key_sym;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1020 int len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1021 int i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1022 int modifiers;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1023 int key;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1024 guint state;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1025 char_u *s, *d;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1026
2923
7653420fdc45 updated for version 7.3.234
Bram Moolenaar <bram@vim.org>
parents: 2896
diff changeset
1027 gui.event_time = event->time;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1028 key_sym = event->keyval;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1029 state = event->state;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1030
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1031 #ifdef FEAT_XIM
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1032 if (xim_queue_key_press_event(event, TRUE))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1033 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1034 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1035
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1036 #ifdef SunXK_F36
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1037 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1038 * These keys have bogus lookup strings, and trapping them here is
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1039 * easier than trying to XRebindKeysym() on them with every possible
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1040 * combination of modifiers.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1041 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1042 if (key_sym == SunXK_F36 || key_sym == SunXK_F37)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1043 len = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1044 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1045 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1046 {
20595
3609e842f822 patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20431
diff changeset
1047 len = keyval_to_string(key_sym, string2);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1048
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1049 // Careful: convert_input() doesn't handle the NUL character.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1050 // No need to convert pure ASCII anyway, thus the len > 1 check.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1051 if (len > 1 && input_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1052 len = convert_input(string2, len, sizeof(string2));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1053
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1054 s = string2;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1055 d = string;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1056 for (i = 0; i < len; ++i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1057 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1058 *d++ = s[i];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1059 if (d[-1] == CSI && d + 2 < string + sizeof(string))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1060 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1061 // Turn CSI into K_CSI.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1062 *d++ = KS_EXTRA;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1063 *d++ = (int)KE_CSI;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1064 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1065 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1066 len = d - string;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1067 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1068
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1069 // Shift-Tab results in Left_Tab, but we want <S-Tab>
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1070 if (key_sym == GDK_ISO_Left_Tab)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1071 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1072 key_sym = GDK_Tab;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1073 state |= GDK_SHIFT_MASK;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1074 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1075
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1076 #ifdef FEAT_MENU
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1077 // If there is a menu and 'wak' is "yes", or 'wak' is "menu" and the key
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1078 // is a menu shortcut, we ignore everything with the ALT modifier.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1079 if ((state & GDK_MOD1_MASK)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1080 && gui.menu_is_active
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1081 && (*p_wak == 'y'
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1082 || (*p_wak == 'm'
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1083 && len == 1
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1084 && gui_is_menu_shortcut(string[0]))))
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1085 // For GTK2 we return false to signify that we haven't handled the
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1086 // keypress, so that gtk will handle the mnemonic or accelerator.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1087 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1088 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1089
20421
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1090 // We used to apply Alt/Meta to the key here (Mod1Mask), but that is now
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1091 // done later, the same as it happens for the terminal. Hopefully that
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1092 // works for everybody...
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1093
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1094 // Check for special keys. Also do this when len == 1 (key has an ASCII
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1095 // value) to detect backspace, delete and keypad keys.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1096 if (len == 0 || len == 1)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1097 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1098 for (i = 0; special_keys[i].key_sym != 0; i++)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1099 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1100 if (special_keys[i].key_sym == key_sym)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1101 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1102 string[0] = CSI;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1103 string[1] = special_keys[i].code0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1104 string[2] = special_keys[i].code1;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1105 len = -3;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1106 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1107 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1108 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1109 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1110
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1111 if (len == 0) // Unrecognized key
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1112 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1113
20421
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1114 // For some keys a shift modifier is translated into another key code.
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1115 if (len == -3)
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1116 key = TO_SPECIAL(string[1], string[2]);
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1117 else
20951
64c1b0796c46 patch 8.2.1027: GUI: multi-byte characters do not work in a terminal
Bram Moolenaar <Bram@vim.org>
parents: 20935
diff changeset
1118 {
64c1b0796c46 patch 8.2.1027: GUI: multi-byte characters do not work in a terminal
Bram Moolenaar <Bram@vim.org>
parents: 20935
diff changeset
1119 string[len] = NUL;
64c1b0796c46 patch 8.2.1027: GUI: multi-byte characters do not work in a terminal
Bram Moolenaar <Bram@vim.org>
parents: 20935
diff changeset
1120 key = mb_ptr2char(string);
64c1b0796c46 patch 8.2.1027: GUI: multi-byte characters do not work in a terminal
Bram Moolenaar <Bram@vim.org>
parents: 20935
diff changeset
1121 }
20421
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1122
20935
d64520bfafa0 patch 8.2.1019: mapping <M-S-a> does not work in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20607
diff changeset
1123 // Handle modifiers.
d64520bfafa0 patch 8.2.1019: mapping <M-S-a> does not work in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20607
diff changeset
1124 modifiers = modifiers_gdk2vim(state);
d64520bfafa0 patch 8.2.1019: mapping <M-S-a> does not work in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20607
diff changeset
1125
d64520bfafa0 patch 8.2.1019: mapping <M-S-a> does not work in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20607
diff changeset
1126 // Recognize special keys.
20421
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1127 key = simplify_key(key, &modifiers);
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1128 if (key == CSI)
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1129 key = K_CSI;
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1130 if (IS_SPECIAL(key))
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1131 {
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1132 string[0] = CSI;
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1133 string[1] = K_SECOND(key);
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1134 string[2] = K_THIRD(key);
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1135 len = 3;
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1136 }
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1137 else
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1138 {
22522
6c7e4db139a3 patch 8.2.1809: mapping some keys with Ctrl does not work properly
Bram Moolenaar <Bram@vim.org>
parents: 22452
diff changeset
1139 // Some keys need adjustment when the Ctrl modifier is used.
6c7e4db139a3 patch 8.2.1809: mapping some keys with Ctrl does not work properly
Bram Moolenaar <Bram@vim.org>
parents: 22452
diff changeset
1140 key = may_adjust_key_for_ctrl(modifiers, key);
6c7e4db139a3 patch 8.2.1809: mapping some keys with Ctrl does not work properly
Bram Moolenaar <Bram@vim.org>
parents: 22452
diff changeset
1141
6c7e4db139a3 patch 8.2.1809: mapping some keys with Ctrl does not work properly
Bram Moolenaar <Bram@vim.org>
parents: 22452
diff changeset
1142 // May remove the Shift modifier if it's included in the key.
20935
d64520bfafa0 patch 8.2.1019: mapping <M-S-a> does not work in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20607
diff changeset
1143 modifiers = may_remove_shift_modifier(modifiers, key);
d64520bfafa0 patch 8.2.1019: mapping <M-S-a> does not work in the GUI
Bram Moolenaar <Bram@vim.org>
parents: 20607
diff changeset
1144
20951
64c1b0796c46 patch 8.2.1027: GUI: multi-byte characters do not work in a terminal
Bram Moolenaar <Bram@vim.org>
parents: 20935
diff changeset
1145 len = mb_char2bytes(key, string);
20421
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1146 }
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1147
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1148 if (modifiers != 0)
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1149 {
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1150 string2[0] = CSI;
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1151 string2[1] = KS_MODIFIER;
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1152 string2[2] = modifiers;
8590a462ad46 patch 8.2.0765: In the GUI can't use all the modifiers.
Bram Moolenaar <Bram@vim.org>
parents: 19816
diff changeset
1153 add_to_input_buf(string2, 3);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1154 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1155
21570
f260c1411833 patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
Bram Moolenaar <Bram@vim.org>
parents: 20951
diff changeset
1156 // Check if the key interrupts.
f260c1411833 patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
Bram Moolenaar <Bram@vim.org>
parents: 20951
diff changeset
1157 {
f260c1411833 patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
Bram Moolenaar <Bram@vim.org>
parents: 20951
diff changeset
1158 int int_ch = check_for_interrupt(key, modifiers);
f260c1411833 patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
Bram Moolenaar <Bram@vim.org>
parents: 20951
diff changeset
1159
f260c1411833 patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
Bram Moolenaar <Bram@vim.org>
parents: 20951
diff changeset
1160 if (int_ch != NUL)
f260c1411833 patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
Bram Moolenaar <Bram@vim.org>
parents: 20951
diff changeset
1161 {
f260c1411833 patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
Bram Moolenaar <Bram@vim.org>
parents: 20951
diff changeset
1162 trash_input_buf();
f260c1411833 patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
Bram Moolenaar <Bram@vim.org>
parents: 20951
diff changeset
1163 string[0] = int_ch;
f260c1411833 patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
Bram Moolenaar <Bram@vim.org>
parents: 20951
diff changeset
1164 len = 1;
f260c1411833 patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
Bram Moolenaar <Bram@vim.org>
parents: 20951
diff changeset
1165 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1166 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1167
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1168 add_to_input_buf(string, len);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1169
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1170 // blank out the pointer if necessary
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1171 if (p_mh)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1172 gui_mch_mousehide(TRUE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1173
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1174 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1175 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1176
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1177 #if defined(FEAT_XIM) || GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1178 static gboolean
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1179 key_release_event(GtkWidget *widget UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1180 GdkEventKey *event,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1181 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1182 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1183 # if defined(FEAT_XIM)
2923
7653420fdc45 updated for version 7.3.234
Bram Moolenaar <bram@vim.org>
parents: 2896
diff changeset
1184 gui.event_time = event->time;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1185 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1186 * GTK+ 2 input methods may do fancy stuff on key release events too.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1187 * With the default IM for instance, you can enter any UCS code point
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1188 * by holding down CTRL-SHIFT and typing hexadecimal digits.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1189 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1190 return xim_queue_key_press_event(event, FALSE);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1191 # else
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1192 return TRUE;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1193 # endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1194 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1195 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1196
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1197
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1198 /////////////////////////////////////////////////////////////////////////////
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1199 // Selection handlers:
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1200
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1201 // Remember when clip_lose_selection was called from here, we must not call
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1202 // gtk_selection_owner_set() then.
13503
5d345460c984 patch 8.0.1625: test_quotestar is flaky when run in GTK GUI
Christian Brabandt <cb@256bit.org>
parents: 13244
diff changeset
1203 static int in_selection_clear_event = FALSE;
5d345460c984 patch 8.0.1625: test_quotestar is flaky when run in GTK GUI
Christian Brabandt <cb@256bit.org>
parents: 13244
diff changeset
1204
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1205 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1206 selection_clear_event(GtkWidget *widget UNUSED,
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1207 GdkEventSelection *event,
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1208 gpointer user_data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1209 {
13503
5d345460c984 patch 8.0.1625: test_quotestar is flaky when run in GTK GUI
Christian Brabandt <cb@256bit.org>
parents: 13244
diff changeset
1210 in_selection_clear_event = TRUE;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1211 if (event->selection == clip_plus.gtk_sel_atom)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1212 clip_lose_selection(&clip_plus);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1213 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1214 clip_lose_selection(&clip_star);
13503
5d345460c984 patch 8.0.1625: test_quotestar is flaky when run in GTK GUI
Christian Brabandt <cb@256bit.org>
parents: 13244
diff changeset
1215 in_selection_clear_event = FALSE;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1216
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1217 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1218 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1219
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1220 #define RS_NONE 0 // selection_received_cb() not called yet
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1221 #define RS_OK 1 // selection_received_cb() called and OK
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1222 #define RS_FAIL 2 // selection_received_cb() called and failed
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1223 static int received_selection = RS_NONE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1224
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1225 static void
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1226 selection_received_cb(GtkWidget *widget UNUSED,
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1227 GtkSelectionData *data,
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1228 guint time_ UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1229 gpointer user_data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1230 {
17063
3147c7c2e86b patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents: 16825
diff changeset
1231 Clipboard_T *cbd;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1232 char_u *text;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1233 char_u *tmpbuf = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1234 guchar *tmpbuf_utf8 = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1235 int len;
2896
fd4224d9ee09 updated for version 7.3.221
Bram Moolenaar <bram@vim.org>
parents: 2718
diff changeset
1236 int motion_type = MAUTO;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1237
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1238 if (gtk_selection_data_get_selection(data) == clip_plus.gtk_sel_atom)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1239 cbd = &clip_plus;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1240 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1241 cbd = &clip_star;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1242
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1243 text = (char_u *)gtk_selection_data_get_data(data);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1244 len = gtk_selection_data_get_length(data);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1245
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1246 if (text == NULL || len <= 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1247 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1248 received_selection = RS_FAIL;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1249 // clip_free_selection(cbd); ???
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1250
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1251 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1252 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1253
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1254 if (gtk_selection_data_get_data_type(data) == vim_atom)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1255 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1256 motion_type = *text++;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1257 --len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1258 }
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1259 else if (gtk_selection_data_get_data_type(data) == vimenc_atom)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1260 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1261 char_u *enc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1262 vimconv_T conv;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1263
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1264 motion_type = *text++;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1265 --len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1266
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1267 enc = text;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1268 text += STRLEN(text) + 1;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1269 len -= text - enc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1270
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1271 // If the encoding of the text is different from 'encoding', attempt
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1272 // converting it.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1273 conv.vc_type = CONV_NONE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1274 convert_setup(&conv, enc, p_enc);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1275 if (conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1276 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1277 tmpbuf = string_convert(&conv, text, &len);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1278 if (tmpbuf != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1279 text = tmpbuf;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1280 convert_setup(&conv, NULL, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1281 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1282 }
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
1283
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1284 // gtk_selection_data_get_text() handles all the nasty details
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1285 // and targets and encodings etc. This rocks so hard.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1286 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1287 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1288 tmpbuf_utf8 = gtk_selection_data_get_text(data);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1289 if (tmpbuf_utf8 != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1290 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1291 len = STRLEN(tmpbuf_utf8);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1292 if (input_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1293 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1294 tmpbuf = string_convert(&input_conv, tmpbuf_utf8, &len);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1295 if (tmpbuf != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1296 text = tmpbuf;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1297 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1298 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1299 text = tmpbuf_utf8;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1300 }
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1301 else if (len >= 2 && text[0] == 0xff && text[1] == 0xfe)
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1302 {
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1303 vimconv_T conv;
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1304
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1305 // UTF-16, we get this for HTML
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1306 conv.vc_type = CONV_NONE;
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1307 convert_setup_ext(&conv, (char_u *)"utf-16le", FALSE, p_enc, TRUE);
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1308
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1309 if (conv.vc_type != CONV_NONE)
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1310 {
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1311 text += 2;
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1312 len -= 2;
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1313 tmpbuf = string_convert(&conv, text, &len);
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1314 convert_setup(&conv, NULL, NULL);
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1315 }
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1316 if (tmpbuf != NULL)
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1317 text = tmpbuf;
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1318 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1319 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1320
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1321 // Chop off any trailing NUL bytes. OpenOffice sends these.
2183
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
1322 while (len > 0 && text[len - 1] == NUL)
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
1323 --len;
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
1324
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1325 clip_yank_selection(motion_type, text, (long)len, cbd);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1326 received_selection = RS_OK;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1327 vim_free(tmpbuf);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1328 g_free(tmpbuf_utf8);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1329 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1330
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1331 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1332 * Prepare our selection data for passing it to the external selection
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1333 * client.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1334 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1335 static void
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1336 selection_get_cb(GtkWidget *widget UNUSED,
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1337 GtkSelectionData *selection_data,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1338 guint info,
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1339 guint time_ UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1340 gpointer user_data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1341 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1342 char_u *string;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1343 char_u *tmpbuf;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1344 long_u tmplen;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1345 int length;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1346 int motion_type;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1347 GdkAtom type;
17063
3147c7c2e86b patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents: 16825
diff changeset
1348 Clipboard_T *cbd;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1349
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1350 if (gtk_selection_data_get_selection(selection_data)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1351 == clip_plus.gtk_sel_atom)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1352 cbd = &clip_plus;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1353 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1354 cbd = &clip_star;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1355
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1356 if (!cbd->owned)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1357 return; // Shouldn't ever happen
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1358
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1359 if (info != (guint)TARGET_STRING
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1360 && (!clip_html || info != (guint)TARGET_HTML)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1361 && info != (guint)TARGET_UTF8_STRING
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1362 && info != (guint)TARGET_VIMENC
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1363 && info != (guint)TARGET_VIM
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1364 && info != (guint)TARGET_COMPOUND_TEXT
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1365 && info != (guint)TARGET_TEXT)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1366 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1367
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1368 // get the selection from the '*'/'+' register
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1369 clip_get_selection(cbd);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1370
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1371 motion_type = clip_convert_selection(&string, &tmplen, cbd);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1372 if (motion_type < 0 || string == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1373 return;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1374 // Due to int arguments we can't handle more than G_MAXINT. Also
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1375 // reserve one extra byte for NUL or the motion type; just in case.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1376 // (Not that pasting 2G of text is ever going to work, but... ;-)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1377 length = MIN(tmplen, (long_u)(G_MAXINT - 1));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1378
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1379 if (info == (guint)TARGET_VIM)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1380 {
16764
ef00b6bc186b patch 8.1.1384: using "int" for alloc() often results in compiler warnings
Bram Moolenaar <Bram@vim.org>
parents: 16451
diff changeset
1381 tmpbuf = alloc(length + 1);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1382 if (tmpbuf != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1383 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1384 tmpbuf[0] = motion_type;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1385 mch_memmove(tmpbuf + 1, string, (size_t)length);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1386 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1387 // For our own format, the first byte contains the motion type
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1388 ++length;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1389 vim_free(string);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1390 string = tmpbuf;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1391 type = vim_atom;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1392 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1393
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1394 else if (info == (guint)TARGET_HTML)
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1395 {
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1396 vimconv_T conv;
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1397
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1398 // Since we get utf-16, we probably should set it as well.
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1399 conv.vc_type = CONV_NONE;
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1400 convert_setup_ext(&conv, p_enc, TRUE, (char_u *)"utf-16le", FALSE);
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1401 if (conv.vc_type != CONV_NONE)
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1402 {
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1403 tmpbuf = string_convert(&conv, string, &length);
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1404 convert_setup(&conv, NULL, NULL);
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1405 vim_free(string);
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1406 string = tmpbuf;
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1407 }
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1408
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1409 // Prepend the BOM: "fffe"
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1410 if (string != NULL)
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1411 {
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1412 tmpbuf = alloc(length + 2);
16429
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1413 if (tmpbuf != NULL)
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1414 {
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1415 tmpbuf[0] = 0xff;
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1416 tmpbuf[1] = 0xfe;
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1417 mch_memmove(tmpbuf + 2, string, (size_t)length);
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1418 vim_free(string);
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1419 string = tmpbuf;
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1420 length += 2;
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1421 }
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1422
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1423 #if !GTK_CHECK_VERSION(3,0,0)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1424 // Looks redundant even for GTK2 because these values are
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1425 // overwritten by gtk_selection_data_set() that follows.
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1426 selection_data->type = selection_data->target;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1427 selection_data->format = 16; // 16 bits per char
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1428 #endif
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1429 gtk_selection_data_set(selection_data, html_atom, 16,
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1430 string, length);
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1431 vim_free(string);
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1432 }
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1433 return;
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
1434 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1435 else if (info == (guint)TARGET_VIMENC)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1436 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1437 int l = STRLEN(p_enc);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1438
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1439 // contents: motion_type 'encoding' NUL text
16764
ef00b6bc186b patch 8.1.1384: using "int" for alloc() often results in compiler warnings
Bram Moolenaar <Bram@vim.org>
parents: 16451
diff changeset
1440 tmpbuf = alloc(length + l + 2);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1441 if (tmpbuf != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1442 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1443 tmpbuf[0] = motion_type;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1444 STRCPY(tmpbuf + 1, p_enc);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1445 mch_memmove(tmpbuf + l + 2, string, (size_t)length);
16429
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1446 length += l + 2;
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1447 vim_free(string);
a1229400434a patch 8.1.1219: not checking for NULL return from alloc()
Bram Moolenaar <Bram@vim.org>
parents: 15967
diff changeset
1448 string = tmpbuf;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1449 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1450 type = vimenc_atom;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1451 }
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
1452
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1453 // gtk_selection_data_set_text() handles everything for us. This is
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1454 // so easy and simple and cool, it'd be insane not to use it.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1455 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1456 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1457 if (output_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1458 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1459 tmpbuf = string_convert(&output_conv, string, &length);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1460 vim_free(string);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1461 if (tmpbuf == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1462 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1463 string = tmpbuf;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1464 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1465 // Validate the string to avoid runtime warnings
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1466 if (g_utf8_validate((const char *)string, (gssize)length, NULL))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1467 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1468 gtk_selection_data_set_text(selection_data,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1469 (const char *)string, length);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1470 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1471 vim_free(string);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1472 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1473 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1474
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1475 if (string != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1476 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1477 #if !GTK_CHECK_VERSION(3,0,0)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1478 // Looks redundant even for GTK2 because these values are
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1479 // overwritten by gtk_selection_data_set() that follows.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1480 selection_data->type = selection_data->target;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1481 selection_data->format = 8; // 8 bits per char
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1482 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1483 gtk_selection_data_set(selection_data, type, 8, string, length);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1484 vim_free(string);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1485 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1486 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1487
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1488 /*
3518
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1489 * Check if the GUI can be started. Called before gvimrc is sourced and
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1490 * before fork().
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1491 * Return OK or FAIL.
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1492 */
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1493 int
9836
bc591685594a commit https://github.com/vim/vim/commit/717e196060d946fe20bb0f0307f417dc4d0e9b17
Christian Brabandt <cb@256bit.org>
parents: 9624
diff changeset
1494 gui_mch_early_init_check(int give_message)
3518
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1495 {
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1496 char_u *p;
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1497
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1498 // Guess that when $DISPLAY isn't set the GUI can't start.
3518
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1499 p = mch_getenv((char_u *)"DISPLAY");
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1500 if (p == NULL || *p == NUL)
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1501 {
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1502 gui.dying = TRUE;
9836
bc591685594a commit https://github.com/vim/vim/commit/717e196060d946fe20bb0f0307f417dc4d0e9b17
Christian Brabandt <cb@256bit.org>
parents: 9624
diff changeset
1503 if (give_message)
15470
55ccc2d353bd patch 8.1.0743: giving error messages is not flexible
Bram Moolenaar <Bram@vim.org>
parents: 15134
diff changeset
1504 emsg(_((char *)e_opendisp));
3518
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1505 return FAIL;
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1506 }
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1507 return OK;
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1508 }
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1509
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1510 /*
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1511 * Check if the GUI can be started. Called before gvimrc is sourced but after
7bafe52b6245 updated for version 7.3.520
Bram Moolenaar <bram@vim.org>
parents: 3154
diff changeset
1512 * fork().
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1513 * Return OK or FAIL.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1514 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1515 int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1516 gui_mch_init_check(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1517 {
7679
c80284cfe1b8 commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e
Christian Brabandt <cb@256bit.org>
parents: 7469
diff changeset
1518 #ifdef USE_GRESOURCE
c80284cfe1b8 commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e
Christian Brabandt <cb@256bit.org>
parents: 7469
diff changeset
1519 static int res_registered = FALSE;
c80284cfe1b8 commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e
Christian Brabandt <cb@256bit.org>
parents: 7469
diff changeset
1520
c80284cfe1b8 commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e
Christian Brabandt <cb@256bit.org>
parents: 7469
diff changeset
1521 if (!res_registered)
c80284cfe1b8 commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e
Christian Brabandt <cb@256bit.org>
parents: 7469
diff changeset
1522 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1523 // Call this function in the GUI process; otherwise, the resources
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1524 // won't be available. Don't call it twice.
7679
c80284cfe1b8 commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e
Christian Brabandt <cb@256bit.org>
parents: 7469
diff changeset
1525 res_registered = TRUE;
c80284cfe1b8 commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e
Christian Brabandt <cb@256bit.org>
parents: 7469
diff changeset
1526 gui_gtk_register_resource();
c80284cfe1b8 commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e
Christian Brabandt <cb@256bit.org>
parents: 7469
diff changeset
1527 }
c80284cfe1b8 commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e
Christian Brabandt <cb@256bit.org>
parents: 7469
diff changeset
1528 #endif
c80284cfe1b8 commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e
Christian Brabandt <cb@256bit.org>
parents: 7469
diff changeset
1529
8851
1b38596644ba commit https://github.com/vim/vim/commit/f80663f17b2f2499b45eb4467088704c8298c385
Christian Brabandt <cb@256bit.org>
parents: 8510
diff changeset
1530 #if GTK_CHECK_VERSION(3,10,0)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1531 // Vim currently assumes that Gtk means X11, so it cannot use native Gtk
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1532 // support for other backends such as Wayland.
8851
1b38596644ba commit https://github.com/vim/vim/commit/f80663f17b2f2499b45eb4467088704c8298c385
Christian Brabandt <cb@256bit.org>
parents: 8510
diff changeset
1533 gdk_set_allowed_backends ("x11");
1b38596644ba commit https://github.com/vim/vim/commit/f80663f17b2f2499b45eb4467088704c8298c385
Christian Brabandt <cb@256bit.org>
parents: 8510
diff changeset
1534 #endif
1b38596644ba commit https://github.com/vim/vim/commit/f80663f17b2f2499b45eb4467088704c8298c385
Christian Brabandt <cb@256bit.org>
parents: 8510
diff changeset
1535
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1536 #ifdef FEAT_GUI_GNOME
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1537 if (gtk_socket_id == 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1538 using_gnome = 1;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1539 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1540
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1541 // This defaults to argv[0], but we want it to match the name of the
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1542 // shipped gvim.desktop so that Vim's windows can be associated with this
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1543 // file.
4474
0c940b6f2828 updated for version 7.3.985
Bram Moolenaar <bram@vim.org>
parents: 4352
diff changeset
1544 g_set_prgname("gvim");
0c940b6f2828 updated for version 7.3.985
Bram Moolenaar <bram@vim.org>
parents: 4352
diff changeset
1545
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1546 // Don't use gtk_init() or gnome_init(), it exits on failure.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1547 if (!gtk_init_check(&gui_argc, &gui_argv))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1548 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1549 gui.dying = TRUE;
15470
55ccc2d353bd patch 8.1.0743: giving error messages is not flexible
Bram Moolenaar <Bram@vim.org>
parents: 15134
diff changeset
1550 emsg(_((char *)e_opendisp));
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1551 return FAIL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1552 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1553
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1554 return OK;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1555 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1556
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1557 /////////////////////////////////////////////////////////////////////////////
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1558 // Mouse handling callbacks
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1559
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1560
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1561 static guint mouse_click_timer = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1562 static int mouse_timed_out = TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1563
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1564 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1565 * Timer used to recognize multiple clicks of the mouse button
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1566 */
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1567 static timeout_cb_type
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1568 mouse_click_timer_cb(gpointer data)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1569 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1570 // we don't use this information currently
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1571 int *timed_out = (int *) data;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1572
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1573 *timed_out = TRUE;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1574 return FALSE; // don't happen again
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1575 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1576
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1577 static guint motion_repeat_timer = 0;
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1578 static int motion_repeat_offset = FALSE;
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1579 static timeout_cb_type motion_repeat_timer_cb(gpointer);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1580
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1581 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1582 process_motion_notify(int x, int y, GdkModifierType state)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1583 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1584 int button;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1585 int_u vim_modifiers;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1586 GtkAllocation allocation;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1587
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1588 button = (state & (GDK_BUTTON1_MASK | GDK_BUTTON2_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1589 GDK_BUTTON3_MASK | GDK_BUTTON4_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1590 GDK_BUTTON5_MASK))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1591 ? MOUSE_DRAG : ' ';
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1592
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1593 // If our pointer is currently hidden, then we should show it.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1594 gui_mch_mousehide(FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1595
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1596 // Just moving the rodent above the drawing area without any button
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1597 // being pressed.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1598 if (button != MOUSE_DRAG)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1599 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1600 gui_mouse_moved(x, y);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1601 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1602 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1603
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1604 // translate modifier coding between the main engine and GTK
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1605 vim_modifiers = modifiers_gdk2mouse(state);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1606
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1607 // inform the editor engine about the occurrence of this event
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1608 gui_send_mouse_event(button, x, y, FALSE, vim_modifiers);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1609
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1610 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1611 * Auto repeat timer handling.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1612 */
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1613 gtk_widget_get_allocation(gui.drawarea, &allocation);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1614
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1615 if (x < 0 || y < 0
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1616 || x >= allocation.width
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1617 || y >= allocation.height)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1618 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1619
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1620 int dx;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1621 int dy;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1622 int offshoot;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1623 int delay = 10;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1624
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1625 // Calculate the maximal distance of the cursor from the drawing area.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1626 // (offshoot can't become negative here!).
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1627 dx = x < 0 ? -x : x - allocation.width;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1628 dy = y < 0 ? -y : y - allocation.height;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1629
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1630 offshoot = dx > dy ? dx : dy;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1631
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1632 // Make a linearly decaying timer delay with a threshold of 5 at a
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1633 // distance of 127 pixels from the main window.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1634 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1635 // One could think endlessly about the most ergonomic variant here.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1636 // For example it could make sense to calculate the distance from the
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1637 // drags start instead...
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1638 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1639 // Maybe a parabolic interpolation would suite us better here too...
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1640 if (offshoot > 127)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1641 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1642 // 5 appears to be somehow near to my perceptual limits :-).
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1643 delay = 5;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1644 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1645 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1646 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1647 delay = (130 * (127 - offshoot)) / 127 + 5;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1648 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1649
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1650 // shoot again
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1651 if (!motion_repeat_timer)
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1652 motion_repeat_timer = timeout_add(delay, motion_repeat_timer_cb,
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1653 NULL);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1654 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1655 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1656
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1657 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1658 static GdkDevice *
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1659 gui_gtk_get_pointer_device(GtkWidget *widget)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1660 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1661 GdkWindow * const win = gtk_widget_get_window(widget);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1662 GdkDisplay * const dpy = gdk_window_get_display(win);
8926
fc69eed19ba7 commit https://github.com/vim/vim/commit/30e12d259ee78272359f9da2655d0593a4f6a626
Christian Brabandt <cb@256bit.org>
parents: 8851
diff changeset
1663 # if GTK_CHECK_VERSION(3,20,0)
fc69eed19ba7 commit https://github.com/vim/vim/commit/30e12d259ee78272359f9da2655d0593a4f6a626
Christian Brabandt <cb@256bit.org>
parents: 8851
diff changeset
1664 GdkSeat * const seat = gdk_display_get_default_seat(dpy);
fc69eed19ba7 commit https://github.com/vim/vim/commit/30e12d259ee78272359f9da2655d0593a4f6a626
Christian Brabandt <cb@256bit.org>
parents: 8851
diff changeset
1665 return gdk_seat_get_pointer(seat);
fc69eed19ba7 commit https://github.com/vim/vim/commit/30e12d259ee78272359f9da2655d0593a4f6a626
Christian Brabandt <cb@256bit.org>
parents: 8851
diff changeset
1666 # else
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1667 GdkDeviceManager * const mngr = gdk_display_get_device_manager(dpy);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1668 return gdk_device_manager_get_client_pointer(mngr);
8926
fc69eed19ba7 commit https://github.com/vim/vim/commit/30e12d259ee78272359f9da2655d0593a4f6a626
Christian Brabandt <cb@256bit.org>
parents: 8851
diff changeset
1669 # endif
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1670 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1671
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1672 static GdkWindow *
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1673 gui_gtk_get_pointer(GtkWidget *widget,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1674 gint *x,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1675 gint *y,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1676 GdkModifierType *state)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1677 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1678 GdkWindow * const win = gtk_widget_get_window(widget);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1679 GdkDevice * const dev = gui_gtk_get_pointer_device(widget);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1680 return gdk_window_get_device_position(win, dev , x, y, state);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1681 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1682
8397
1e58a938aafc commit https://github.com/vim/vim/commit/2369c15407cf9a730a396ebf9709abb280c5ce48
Christian Brabandt <cb@256bit.org>
parents: 8301
diff changeset
1683 # if defined(FEAT_GUI_TABLINE) || defined(PROTO)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1684 static GdkWindow *
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1685 gui_gtk_window_at_position(GtkWidget *widget,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1686 gint *x,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1687 gint *y)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1688 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1689 GdkDevice * const dev = gui_gtk_get_pointer_device(widget);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1690 return gdk_device_get_window_at_position(dev, x, y);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1691 }
8397
1e58a938aafc commit https://github.com/vim/vim/commit/2369c15407cf9a730a396ebf9709abb280c5ce48
Christian Brabandt <cb@256bit.org>
parents: 8301
diff changeset
1692 # endif
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1693 #else // !GTK_CHECK_VERSION(3,0,0)
14786
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
1694 # define gui_gtk_get_pointer(wid, x, y, s) \
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
1695 gdk_window_get_pointer((wid)->window, x, y, s)
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
1696 # define gui_gtk_window_at_position(wid, x, y) gdk_window_at_pointer(x, y)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1697 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1698
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1699 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1700 * Timer used to recognize multiple clicks of the mouse button.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1701 */
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1702 static timeout_cb_type
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1703 motion_repeat_timer_cb(gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1704 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1705 int x;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1706 int y;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1707 GdkModifierType state;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1708
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1709 gui_gtk_get_pointer(gui.drawarea, &x, &y, &state);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1710
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1711 if (!(state & (GDK_BUTTON1_MASK | GDK_BUTTON2_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1712 GDK_BUTTON3_MASK | GDK_BUTTON4_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1713 GDK_BUTTON5_MASK)))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1714 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1715 motion_repeat_timer = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1716 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1717 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1718
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1719 // If there already is a mouse click in the input buffer, wait another
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1720 // time (otherwise we would create a backlog of clicks)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1721 if (vim_used_in_input_buf() > 10)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1722 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1723
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1724 motion_repeat_timer = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1725
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1726 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1727 * Fake a motion event.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1728 * Trick: Pretend the mouse moved to the next character on every other
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1729 * event, otherwise drag events will be discarded, because they are still
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1730 * in the same character.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1731 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1732 if (motion_repeat_offset)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1733 x += gui.char_width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1734
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1735 motion_repeat_offset = !motion_repeat_offset;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1736 process_motion_notify(x, y, state);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1737
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1738 // Don't happen again. We will get reinstalled in the synthetic event
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1739 // if needed -- thus repeating should still work.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1740 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1741 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1742
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1743 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1744 motion_notify_event(GtkWidget *widget,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1745 GdkEventMotion *event,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1746 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1747 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1748 if (event->is_hint)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1749 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1750 int x;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1751 int y;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1752 GdkModifierType state;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1753
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1754 gui_gtk_get_pointer(widget, &x, &y, &state);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1755 process_motion_notify(x, y, state);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1756 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1757 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1758 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1759 process_motion_notify((int)event->x, (int)event->y,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1760 (GdkModifierType)event->state);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1761 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1762
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1763 return TRUE; // handled
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1764 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1765
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1766
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1767 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1768 * Mouse button handling. Note please that we are capturing multiple click's
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1769 * by our own timeout mechanism instead of the one provided by GTK+ itself.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1770 * This is due to the way the generic VIM code is recognizing multiple clicks.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1771 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1772 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1773 button_press_event(GtkWidget *widget,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1774 GdkEventButton *event,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1775 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1776 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1777 int button;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1778 int repeated_click = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1779 int x, y;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1780 int_u vim_modifiers;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1781
2923
7653420fdc45 updated for version 7.3.234
Bram Moolenaar <bram@vim.org>
parents: 2896
diff changeset
1782 gui.event_time = event->time;
2270
917fff7bc09d Fixes for time in clipboard request. Also fix ownership. (David Fries)
Bram Moolenaar <bram@vim.org>
parents: 2254
diff changeset
1783
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1784 // Make sure we have focus now we've been selected
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1785 if (gtk_socket_id != 0 && !gtk_widget_has_focus(widget))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1786 gtk_widget_grab_focus(widget);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1787
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1788 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1789 * Don't let additional events about multiple clicks send by GTK to us
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1790 * after the initial button press event confuse us.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1791 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1792 if (event->type != GDK_BUTTON_PRESS)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1793 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1794
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1795 x = event->x;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1796 y = event->y;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1797
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1798 // Handle multiple clicks
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1799 if (!mouse_timed_out && mouse_click_timer)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1800 {
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1801 timeout_remove(mouse_click_timer);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1802 mouse_click_timer = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1803 repeated_click = TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1804 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1805
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1806 mouse_timed_out = FALSE;
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1807 mouse_click_timer = timeout_add(p_mouset, mouse_click_timer_cb,
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1808 &mouse_timed_out);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1809
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1810 switch (event->button)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1811 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1812 // Keep in sync with gui_x11.c.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1813 // Buttons 4-7 are handled in scroll_event()
7260
8ba562cb3e07 commit https://github.com/vim/vim/commit/88e484bf1b0afb5f2dec44f19335729578ace66a
Christian Brabandt <cb@256bit.org>
parents: 7109
diff changeset
1814 case 1: button = MOUSE_LEFT; break;
8ba562cb3e07 commit https://github.com/vim/vim/commit/88e484bf1b0afb5f2dec44f19335729578ace66a
Christian Brabandt <cb@256bit.org>
parents: 7109
diff changeset
1815 case 2: button = MOUSE_MIDDLE; break;
8ba562cb3e07 commit https://github.com/vim/vim/commit/88e484bf1b0afb5f2dec44f19335729578ace66a
Christian Brabandt <cb@256bit.org>
parents: 7109
diff changeset
1816 case 3: button = MOUSE_RIGHT; break;
8ba562cb3e07 commit https://github.com/vim/vim/commit/88e484bf1b0afb5f2dec44f19335729578ace66a
Christian Brabandt <cb@256bit.org>
parents: 7109
diff changeset
1817 case 8: button = MOUSE_X1; break;
8ba562cb3e07 commit https://github.com/vim/vim/commit/88e484bf1b0afb5f2dec44f19335729578ace66a
Christian Brabandt <cb@256bit.org>
parents: 7109
diff changeset
1818 case 9: button = MOUSE_X2; break;
8ba562cb3e07 commit https://github.com/vim/vim/commit/88e484bf1b0afb5f2dec44f19335729578ace66a
Christian Brabandt <cb@256bit.org>
parents: 7109
diff changeset
1819 default:
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1820 return FALSE; // Unknown button
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1821 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1822
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1823 #ifdef FEAT_XIM
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1824 // cancel any preediting
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1825 if (im_is_preediting())
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1826 xim_reset();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1827 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1828
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1829 vim_modifiers = modifiers_gdk2mouse(event->state);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1830
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1831 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1832
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1833 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1834 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1835
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1836 /*
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
1837 * GTK+ 2 abstracts scrolling via the GdkEventScroll.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1838 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1839 static gboolean
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1840 scroll_event(GtkWidget *widget,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1841 GdkEventScroll *event,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1842 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1843 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1844 int button;
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1845 int_u vim_modifiers;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1846
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
1847 if (gtk_socket_id != 0 && !gtk_widget_has_focus(widget))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1848 gtk_widget_grab_focus(widget);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1849
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1850 switch (event->direction)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1851 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1852 case GDK_SCROLL_UP:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1853 button = MOUSE_4;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1854 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1855 case GDK_SCROLL_DOWN:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1856 button = MOUSE_5;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1857 break;
2409
0ca06a92adfb Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents: 2311
diff changeset
1858 case GDK_SCROLL_LEFT:
0ca06a92adfb Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents: 2311
diff changeset
1859 button = MOUSE_7;
0ca06a92adfb Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents: 2311
diff changeset
1860 break;
0ca06a92adfb Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents: 2311
diff changeset
1861 case GDK_SCROLL_RIGHT:
0ca06a92adfb Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents: 2311
diff changeset
1862 button = MOUSE_6;
0ca06a92adfb Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents: 2311
diff changeset
1863 break;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1864 default: // This shouldn't happen
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1865 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1866 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1867
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1868 # ifdef FEAT_XIM
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1869 // cancel any preediting
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1870 if (im_is_preediting())
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1871 xim_reset();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1872 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1873
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1874 vim_modifiers = modifiers_gdk2mouse(event->state);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1875
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1876 gui_send_mouse_event(button, (int)event->x, (int)event->y,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1877 FALSE, vim_modifiers);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1878
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1879 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1880 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1881
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1882
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1883 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1884 button_release_event(GtkWidget *widget UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1885 GdkEventButton *event,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
1886 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1887 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1888 int x, y;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1889 int_u vim_modifiers;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1890
2923
7653420fdc45 updated for version 7.3.234
Bram Moolenaar <bram@vim.org>
parents: 2896
diff changeset
1891 gui.event_time = event->time;
2270
917fff7bc09d Fixes for time in clipboard request. Also fix ownership. (David Fries)
Bram Moolenaar <bram@vim.org>
parents: 2254
diff changeset
1892
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1893 // Remove any motion "machine gun" timers used for automatic further
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1894 // extension of allocation areas if outside of the applications window
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1895 // area .
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1896 if (motion_repeat_timer)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1897 {
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
1898 timeout_remove(motion_repeat_timer);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1899 motion_repeat_timer = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1900 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1901
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1902 x = event->x;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1903 y = event->y;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1904
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
1905 vim_modifiers = modifiers_gdk2mouse(event->state);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1906
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1907 gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, vim_modifiers);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1908
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1909 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1910 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1911
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1912
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1913 #ifdef FEAT_DND
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1914 /////////////////////////////////////////////////////////////////////////////
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1915 // Drag aNd Drop support handlers.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1916
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1917 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1918 * Count how many items there may be and separate them with a NUL.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1919 * Apparently the items are separated with \r\n. This is not documented,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1920 * thus be careful not to go past the end. Also allow separation with
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1921 * NUL characters.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1922 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1923 static int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1924 count_and_decode_uri_list(char_u *out, char_u *raw, int len)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1925 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1926 int i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1927 char_u *p = out;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1928 int count = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1929
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1930 for (i = 0; i < len; ++i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1931 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1932 if (raw[i] == NUL || raw[i] == '\n' || raw[i] == '\r')
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1933 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1934 if (p > out && p[-1] != NUL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1935 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1936 ++count;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1937 *p++ = NUL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1938 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1939 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1940 else if (raw[i] == '%' && i + 2 < len && hexhex2nr(raw + i + 1) > 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1941 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1942 *p++ = hexhex2nr(raw + i + 1);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1943 i += 2;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1944 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1945 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1946 *p++ = raw[i];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1947 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1948 if (p > out && p[-1] != NUL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1949 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
1950 *p = NUL; // last item didn't have \r or \n
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1951 ++count;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1952 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1953 return count;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1954 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1955
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1956 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1957 * Parse NUL separated "src" strings. Make it an array "outlist" form. On
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1958 * this process, URI which protocol is not "file:" are removed. Return
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1959 * length of array (less than "max").
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1960 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1961 static int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1962 filter_uri_list(char_u **outlist, int max, char_u *src)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1963 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1964 int i, j;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1965
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1966 for (i = j = 0; i < max; ++i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1967 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1968 outlist[i] = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1969 if (STRNCMP(src, "file:", 5) == 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1970 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1971 src += 5;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1972 if (STRNCMP(src, "//localhost", 11) == 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1973 src += 11;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1974 while (src[0] == '/' && src[1] == '/')
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1975 ++src;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1976 outlist[j++] = vim_strsave(src);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1977 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1978 src += STRLEN(src) + 1;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1979 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1980 return j;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1981 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1982
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1983 static char_u **
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1984 parse_uri_list(int *count, char_u *data, int len)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1985 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1986 int n = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1987 char_u *tmp = NULL;
9252
c25898cc99c1 commit https://github.com/vim/vim/commit/945ec093cd4ddefab930239990564b12eb232153
Christian Brabandt <cb@256bit.org>
parents: 9232
diff changeset
1988 char_u **array = NULL;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1989
16825
ce04ebdf26b8 patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
Bram Moolenaar <Bram@vim.org>
parents: 16764
diff changeset
1990 if (data != NULL && len > 0 && (tmp = alloc(len + 1)) != NULL)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1991 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1992 n = count_and_decode_uri_list(tmp, data, len);
16825
ce04ebdf26b8 patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
Bram Moolenaar <Bram@vim.org>
parents: 16764
diff changeset
1993 if (n > 0 && (array = ALLOC_MULT(char_u *, n)) != NULL)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1994 n = filter_uri_list(array, n, tmp);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1995 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1996 vim_free(tmp);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1997 *count = n;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1998 return array;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1999 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2000
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2001 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2002 drag_handle_uri_list(GdkDragContext *context,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2003 GtkSelectionData *data,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2004 guint time_,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2005 GdkModifierType state,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2006 gint x,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2007 gint y)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2008 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2009 char_u **fnames;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2010 int nfiles = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2011
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2012 fnames = parse_uri_list(&nfiles,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2013 (char_u *)gtk_selection_data_get_data(data),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2014 gtk_selection_data_get_length(data));
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2015
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2016 if (fnames != NULL && nfiles > 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2017 {
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
2018 int_u modifiers;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2019
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2020 gtk_drag_finish(context, TRUE, FALSE, time_); // accept
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2021
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
2022 modifiers = modifiers_gdk2mouse(state);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2023
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2024 gui_handle_drop(x, y, modifiers, fnames, nfiles);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2025 }
840
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2026 else
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2027 vim_free(fnames);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2028 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2029
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2030 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2031 drag_handle_text(GdkDragContext *context,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2032 GtkSelectionData *data,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2033 guint time_,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2034 GdkModifierType state)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2035 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2036 char_u dropkey[6] = {CSI, KS_MODIFIER, 0, CSI, KS_EXTRA, (char_u)KE_DROP};
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2037 char_u *text;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2038 int len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2039 char_u *tmpbuf = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2040
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2041 text = (char_u *)gtk_selection_data_get_data(data);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2042 len = gtk_selection_data_get_length(data);
14786
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
2043
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2044 if (gtk_selection_data_get_data_type(data) == utf8_string_atom)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2045 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2046 if (input_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2047 tmpbuf = string_convert(&input_conv, text, &len);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2048 if (tmpbuf != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2049 text = tmpbuf;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2050 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2051
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2052 dnd_yank_drag_data(text, (long)len);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2053 gtk_drag_finish(context, TRUE, FALSE, time_); // accept
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2054 vim_free(tmpbuf);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2055
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 150
diff changeset
2056 dropkey[2] = modifiers_gdk2vim(state);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2057
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2058 if (dropkey[2] != 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2059 add_to_input_buf(dropkey, (int)sizeof(dropkey));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2060 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2061 add_to_input_buf(dropkey + 3, (int)(sizeof(dropkey) - 3));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2062 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2063
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2064 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2065 * DND receiver.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2066 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2067 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2068 drag_data_received_cb(GtkWidget *widget,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2069 GdkDragContext *context,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2070 gint x,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2071 gint y,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2072 GtkSelectionData *data,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2073 guint info,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2074 guint time_,
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2075 gpointer user_data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2076 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2077 GdkModifierType state;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2078
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2079 // Guard against trash
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2080 const guchar * const data_data = gtk_selection_data_get_data(data);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2081 const gint data_length = gtk_selection_data_get_length(data);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2082 const gint data_format = gtk_selection_data_get_format(data);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2083
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2084 if (data_data == NULL
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2085 || data_length <= 0
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2086 || data_format != 8
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2087 || data_data[data_length] != '\0')
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2088 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2089 gtk_drag_finish(context, FALSE, FALSE, time_);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2090 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2091 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2092
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2093 // Get the current modifier state for proper distinguishment between
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2094 // different operations later.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2095 gui_gtk_get_pointer(widget, NULL, NULL, &state);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2096
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2097 // Not sure about the role of "text/plain" here...
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2098 if (info == (guint)TARGET_TEXT_URI_LIST)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2099 drag_handle_uri_list(context, data, time_, state, x, y);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2100 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2101 drag_handle_text(context, data, time_, state);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2102
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2103 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2104 #endif // FEAT_DND
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2105
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2106
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
2107 #if defined(USE_GNOME_SESSION)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2108 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2109 * GnomeClient interact callback. Check for unsaved buffers that cannot
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2110 * be abandoned and pop up a dialog asking the user for confirmation if
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2111 * necessary.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2112 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2113 static void
2188
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
2114 sm_client_check_changed_any(GnomeClient *client UNUSED,
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2115 gint key,
2188
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
2116 GnomeDialogType type UNUSED,
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
2117 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2118 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2119 cmdmod_T save_cmdmod;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2120 gboolean shutdown_cancelled;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2121
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2122 save_cmdmod = cmdmod;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2123
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2124 # ifdef FEAT_BROWSE
22699
e82579016863 patch 8.2.1898: command modifier parsing always uses global cmdmod
Bram Moolenaar <Bram@vim.org>
parents: 22659
diff changeset
2125 cmdmod.cmod_flags |= CMOD_BROWSE;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2126 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2127 # if defined(FEAT_GUI_DIALOG) || defined(FEAT_CON_DIALOG)
22699
e82579016863 patch 8.2.1898: command modifier parsing always uses global cmdmod
Bram Moolenaar <Bram@vim.org>
parents: 22659
diff changeset
2128 cmdmod.cmod_flags |= CMOD_CONFIRM;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2129 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2130 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2131 * If there are changed buffers, present the user with
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2132 * a dialog if possible, otherwise give an error message.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2133 */
7469
15eefe1b0dad commit https://github.com/vim/vim/commit/027387f70c671f62e3e08e0bdd09ec05b0232735
Christian Brabandt <cb@256bit.org>
parents: 7380
diff changeset
2134 shutdown_cancelled = check_changed_any(FALSE, FALSE);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2135
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2136 exiting = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2137 cmdmod = save_cmdmod;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2138 setcursor(); // position the cursor
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2139 out_flush();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2140 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2141 * If the user hit the [Cancel] button the whole shutdown
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2142 * will be cancelled. Wow, quite powerful feature (:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2143 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2144 gnome_interaction_key_return(key, shutdown_cancelled);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2145 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2146
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2147 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2148 * "save_yourself" signal handler. Initiate an interaction to ask the user
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2149 * for confirmation if necessary. Save the current editing session and tell
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2150 * the session manager how to restart Vim.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2151 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2152 static gboolean
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2153 sm_client_save_yourself(GnomeClient *client,
2188
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
2154 gint phase UNUSED,
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
2155 GnomeSaveStyle save_style UNUSED,
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
2156 gboolean shutdown UNUSED,
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2157 GnomeInteractStyle interact_style,
2188
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
2158 gboolean fast UNUSED,
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
2159 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2160 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2161 static const char suffix[] = "-session.vim";
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2162 char *session_file;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2163 unsigned int len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2164 gboolean success;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2165
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2166 // Always request an interaction if possible. check_changed_any()
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2167 // won't actually show a dialog unless any buffers have been modified.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2168 // There doesn't seem to be an obvious way to check that without
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2169 // automatically firing the dialog. Anyway, it works just fine.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2170 if (interact_style == GNOME_INTERACT_ANY)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2171 gnome_client_request_interaction(client, GNOME_DIALOG_NORMAL,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2172 &sm_client_check_changed_any,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2173 NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2174 out_flush();
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2175 ml_sync_all(FALSE, FALSE); // preserve all swap files
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2176
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2177 // The path is unique for each session save. We do neither know nor care
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2178 // which session script will actually be used later. This decision is in
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2179 // the domain of the session manager.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2180 session_file = gnome_config_get_real_path(
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2181 gnome_client_get_config_prefix(client));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2182 len = strlen(session_file);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2183
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2184 if (len > 0 && session_file[len-1] == G_DIR_SEPARATOR)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2185 --len; // get rid of the superfluous trailing '/'
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2186
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2187 session_file = g_renew(char, session_file, len + sizeof(suffix));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2188 memcpy(session_file + len, suffix, sizeof(suffix));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2189
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2190 success = write_session_file((char_u *)session_file);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2191
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2192 if (success)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2193 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2194 const char *argv[8];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2195 int i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2196
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2197 // Tell the session manager how to wipe out the stored session data.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2198 // This isn't as dangerous as it looks, don't worry :) session_file
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2199 // is a unique absolute filename. Usually it'll be something like
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2200 // `/home/user/.gnome2/vim-XXXXXX-session.vim'.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2201 i = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2202 argv[i++] = "rm";
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2203 argv[i++] = session_file;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2204 argv[i] = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2205
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2206 gnome_client_set_discard_command(client, i, (char **)argv);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2207
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2208 // Tell the session manager how to restore the just saved session.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2209 // This is easily done thanks to Vim's -S option. Pass the -f flag
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2210 // since there's no need to fork -- it might even cause confusion.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2211 // Also pass the window role to give the WM something to match on.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2212 // The role is set in gui_mch_open(), thus should _never_ be NULL.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2213 i = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2214 argv[i++] = restart_command;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2215 argv[i++] = "-f";
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2216 argv[i++] = "-g";
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2217 argv[i++] = "--role";
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2218 argv[i++] = gtk_window_get_role(GTK_WINDOW(gui.mainwin));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2219 argv[i++] = "-S";
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2220 argv[i++] = session_file;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2221 argv[i] = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2222
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2223 gnome_client_set_restart_command(client, i, (char **)argv);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2224 gnome_client_set_clone_command(client, 0, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2225 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2226
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2227 g_free(session_file);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2228
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2229 return success;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2230 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2231
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2232 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2233 * Called when the session manager wants us to die. There isn't much to save
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2234 * here since "save_yourself" has been emitted before (unless serious trouble
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2235 * is happening).
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2236 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2237 static void
2188
722e390945d7 Avoid warnings for unused arguments when compiling with Gnome.
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
2238 sm_client_die(GnomeClient *client UNUSED, gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2239 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2240 // Don't write messages to the GUI anymore
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2241 full_screen = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2242
1666
e1d77e652cb7 updated for version 7.2a-018
vimboss
parents: 1660
diff changeset
2243 vim_strncpy(IObuff, (char_u *)
419
f713fc55bf7b updated for version 7.0109
vimboss
parents: 359
diff changeset
2244 _("Vim: Received \"die\" request from session manager\n"),
1666
e1d77e652cb7 updated for version 7.2a-018
vimboss
parents: 1660
diff changeset
2245 IOSIZE - 1);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2246 preserve_exit();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2247 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2248
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2249 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2250 * Connect our signal handlers to be notified on session save and shutdown.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2251 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2252 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2253 setup_save_yourself(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2254 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2255 GnomeClient *client;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2256
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2257 client = gnome_master_client();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2258
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2259 if (client != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2260 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2261 // Must use the deprecated gtk_signal_connect() for compatibility
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2262 // with GNOME 1. Arrgh, zombies!
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2263 gtk_signal_connect(GTK_OBJECT(client), "save_yourself",
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2264 GTK_SIGNAL_FUNC(&sm_client_save_yourself), NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2265 gtk_signal_connect(GTK_OBJECT(client), "die",
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2266 GTK_SIGNAL_FUNC(&sm_client_die), NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2267 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2268 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2269
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
2270 #else // !USE_GNOME_SESSION
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2271
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2272 # ifdef USE_XSMP
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2273 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2274 * GTK tells us that XSMP needs attention
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2275 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2276 static gboolean
7821
81794242a275 commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94
Christian Brabandt <cb@256bit.org>
parents: 7679
diff changeset
2277 local_xsmp_handle_requests(
81794242a275 commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94
Christian Brabandt <cb@256bit.org>
parents: 7679
diff changeset
2278 GIOChannel *source UNUSED,
81794242a275 commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94
Christian Brabandt <cb@256bit.org>
parents: 7679
diff changeset
2279 GIOCondition condition,
81794242a275 commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94
Christian Brabandt <cb@256bit.org>
parents: 7679
diff changeset
2280 gpointer data)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2281 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2282 if (condition == G_IO_IN)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2283 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2284 // Do stuff; maybe close connection
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2285 if (xsmp_handle_requests() == FAIL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2286 g_io_channel_unref((GIOChannel *)data);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2287 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2288 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2289 // Error
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2290 g_io_channel_unref((GIOChannel *)data);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2291 xsmp_close();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2292 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2293 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2294 # endif // USE_XSMP
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2295
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2296 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2297 * Setup the WM_PROTOCOLS to indicate we want the WM_SAVE_YOURSELF event.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2298 * This is an ugly use of X functions. GTK doesn't offer an alternative.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2299 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2300 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2301 setup_save_yourself(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2302 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2303 Atom *existing_atoms = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2304 int count = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2305
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2306 # ifdef USE_XSMP
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2307 if (xsmp_icefd != -1)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2308 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2309 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2310 * Use XSMP is preference to legacy WM_SAVE_YOURSELF;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2311 * set up GTK IO monitor
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2312 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2313 GIOChannel *g_io = g_io_channel_unix_new(xsmp_icefd);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2314
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2315 g_io_add_watch(g_io, G_IO_IN | G_IO_ERR | G_IO_HUP,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2316 local_xsmp_handle_requests, (gpointer)g_io);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2317 g_io_channel_unref(g_io);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2318 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2319 else
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2320 # endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2321 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2322 // Fall back to old method
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2323
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2324 // first get the existing value
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2325 GdkWindow * const mainwin_win = gtk_widget_get_window(gui.mainwin);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2326
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2327 if (XGetWMProtocols(GDK_WINDOW_XDISPLAY(mainwin_win),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2328 GDK_WINDOW_XID(mainwin_win),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2329 &existing_atoms, &count))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2330 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2331 Atom *new_atoms;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2332 Atom save_yourself_xatom;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2333 int i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2334
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2335 save_yourself_xatom = GET_X_ATOM(save_yourself_atom);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2336
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2337 // check if WM_SAVE_YOURSELF isn't there yet
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2338 for (i = 0; i < count; ++i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2339 if (existing_atoms[i] == save_yourself_xatom)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2340 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2341
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2342 if (i == count)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2343 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2344 // allocate an Atoms array which is one item longer
16825
ce04ebdf26b8 patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
Bram Moolenaar <Bram@vim.org>
parents: 16764
diff changeset
2345 new_atoms = ALLOC_MULT(Atom, count + 1);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2346 if (new_atoms != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2347 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2348 memcpy(new_atoms, existing_atoms, count * sizeof(Atom));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2349 new_atoms[count] = save_yourself_xatom;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2350 XSetWMProtocols(GDK_WINDOW_XDISPLAY(mainwin_win),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2351 GDK_WINDOW_XID(mainwin_win),
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2352 new_atoms, count + 1);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2353 vim_free(new_atoms);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2354 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2355 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2356 XFree(existing_atoms);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2357 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2358 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2359 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2360
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2361 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2362 * Installing a global event filter seems to be the only way to catch
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2363 * client messages of type WM_PROTOCOLS without overriding GDK's own
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2364 * client message event filter. Well, that's still better than trying
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2365 * to guess what the GDK filter had done if it had been invoked instead
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2366 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2367 * GTK2_FIXME: This doesn't seem to work. For some reason we never
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2368 * receive WM_SAVE_YOURSELF even though everything is set up correctly.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2369 * I have the nasty feeling modern session managers just don't send this
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2370 * deprecated message anymore. Addition: confirmed by several people.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2371 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2372 * The GNOME session support is much cooler anyway. Unlike this ugly
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2373 * WM_SAVE_YOURSELF hack it actually stores the session... And yes,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2374 * it should work with KDE as well.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2375 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2376 static GdkFilterReturn
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2377 global_event_filter(GdkXEvent *xev,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2378 GdkEvent *event UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2379 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2380 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2381 XEvent *xevent = (XEvent *)xev;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2382
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2383 if (xevent != NULL
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2384 && xevent->type == ClientMessage
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2385 && xevent->xclient.message_type == GET_X_ATOM(wm_protocols_atom)
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2386 && (long_u)xevent->xclient.data.l[0]
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2387 == GET_X_ATOM(save_yourself_atom))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2388 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2389 out_flush();
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2390 ml_sync_all(FALSE, FALSE); // preserve all swap files
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2391 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2392 * Set the window's WM_COMMAND property, to let the window manager
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2393 * know we are done saving ourselves. We don't want to be
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2394 * restarted, thus set argv to NULL.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2395 */
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2396 XSetCommand(GDK_WINDOW_XDISPLAY(gtk_widget_get_window(gui.mainwin)),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2397 GDK_WINDOW_XID(gtk_widget_get_window(gui.mainwin)),
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2398 NULL, 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2399 return GDK_FILTER_REMOVE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2400 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2401
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2402 return GDK_FILTER_CONTINUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2403 }
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
2404 #endif // !USE_GNOME_SESSION
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2405
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2406
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2407 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2408 * Setup the window icon & xcmdsrv comm after the main window has been realized.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2409 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2410 static void
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2411 mainwin_realize(GtkWidget *widget UNUSED, gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2412 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2413 // If you get an error message here, you still need to unpack the runtime
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2414 // archive!
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2415 #ifdef magick
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2416 # undef magick
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2417 #endif
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2418 // A bit hackish, but avoids casting later and allows optimization
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2419 # define static static const
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2420 #define magick vim32x32
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2421 #include "../runtime/vim32x32.xpm"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2422 #undef magick
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2423 #define magick vim16x16
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2424 #include "../runtime/vim16x16.xpm"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2425 #undef magick
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2426 #define magick vim48x48
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2427 #include "../runtime/vim48x48.xpm"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2428 #undef magick
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2429 # undef static
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2430
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2431 GdkWindow * const mainwin_win = gtk_widget_get_window(gui.mainwin);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2432
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2433 // When started with "--echo-wid" argument, write window ID on stdout.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2434 if (echo_wid_arg)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2435 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2436 printf("WID: %ld\n", (long)GDK_WINDOW_XID(mainwin_win));
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2437 fflush(stdout);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2438 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2439
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2440 if (vim_strchr(p_go, GO_ICON) != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2441 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2442 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2443 * Add an icon to the main window. For fun and convenience of the user.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2444 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2445 GList *icons = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2446
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2447 icons = g_list_prepend(icons, gdk_pixbuf_new_from_xpm_data(vim16x16));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2448 icons = g_list_prepend(icons, gdk_pixbuf_new_from_xpm_data(vim32x32));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2449 icons = g_list_prepend(icons, gdk_pixbuf_new_from_xpm_data(vim48x48));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2450
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2451 gtk_window_set_icon_list(GTK_WINDOW(gui.mainwin), icons);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2452
22192
9b5a90ad76c6 patch 8.2.1645: GTK3: icons become broken images when resized
Bram Moolenaar <Bram@vim.org>
parents: 21570
diff changeset
2453 // TODO: is this type cast OK?
9b5a90ad76c6 patch 8.2.1645: GTK3: icons become broken images when resized
Bram Moolenaar <Bram@vim.org>
parents: 21570
diff changeset
2454 g_list_foreach(icons, (GFunc)(void *)&g_object_unref, NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2455 g_list_free(icons);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2456 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2457
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
2458 #if !defined(USE_GNOME_SESSION)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2459 // Register a handler for WM_SAVE_YOURSELF with GDK's low-level X I/F
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2460 gdk_window_add_filter(NULL, &global_event_filter, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2461 #endif
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2462 // Setup to indicate to the window manager that we want to catch the
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2463 // WM_SAVE_YOURSELF event. For GNOME, this connects to the session
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2464 // manager instead.
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
2465 #if defined(USE_GNOME_SESSION)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2466 if (using_gnome)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2467 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2468 setup_save_yourself();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2469
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2470 #ifdef FEAT_CLIENTSERVER
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2471 if (serverName == NULL && serverDelayedStartName != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2472 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2473 // This is a :gui command in a plain vim with no previous server
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2474 commWindow = GDK_WINDOW_XID(mainwin_win);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2475
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2476 (void)serverRegisterName(GDK_WINDOW_XDISPLAY(mainwin_win),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2477 serverDelayedStartName);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2478 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2479 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2480 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2481 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2482 * Cannot handle "XLib-only" windows with gtk event routines, we'll
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2483 * have to change the "server" registration to that of the main window
11474
621e41f6dcc2 patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Christian Brabandt <cb@256bit.org>
parents: 11129
diff changeset
2484 * If we have not registered a name yet, remember the window.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2485 */
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2486 serverChangeRegisteredWindow(GDK_WINDOW_XDISPLAY(mainwin_win),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2487 GDK_WINDOW_XID(mainwin_win));
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2488 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2489 gtk_widget_add_events(gui.mainwin, GDK_PROPERTY_CHANGE_MASK);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2490 g_signal_connect(G_OBJECT(gui.mainwin), "property-notify-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2491 G_CALLBACK(property_event), NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2492 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2493 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2494
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2495 static GdkCursor *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2496 create_blank_pointer(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2497 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2498 GdkWindow *root_window = NULL;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2499 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2500 GdkPixbuf *blank_mask;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2501 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2502 GdkPixmap *blank_mask;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2503 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2504 GdkCursor *cursor;
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
2505 #if GTK_CHECK_VERSION(3,0,0)
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
2506 GdkRGBA color = { 0.0, 0.0, 0.0, 1.0 };
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
2507 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2508 GdkColor color = { 0, 0, 0, 0 };
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2509 char blank_data[] = { 0x0 };
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2510 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2511
11474
621e41f6dcc2 patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Christian Brabandt <cb@256bit.org>
parents: 11129
diff changeset
2512 #if GTK_CHECK_VERSION(3,12,0)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2513 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2514 GdkWindow * const win = gtk_widget_get_window(gui.mainwin);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2515 GdkScreen * const scrn = gdk_window_get_screen(win);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2516 root_window = gdk_screen_get_root_window(scrn);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2517 }
11474
621e41f6dcc2 patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Christian Brabandt <cb@256bit.org>
parents: 11129
diff changeset
2518 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2519 root_window = gtk_widget_get_root_window(gui.mainwin);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2520 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2521
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2522 // Create a pseudo blank pointer, which is in fact one pixel by one pixel
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2523 // in size.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2524 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2525 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2526 cairo_surface_t *surf;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2527 cairo_t *cr;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2528
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2529 surf = cairo_image_surface_create(CAIRO_FORMAT_A1, 1, 1);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2530 cr = cairo_create(surf);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2531
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
2532 cairo_set_source_rgba(cr,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
2533 color.red,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
2534 color.green,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
2535 color.blue,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
2536 color.alpha);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2537 cairo_rectangle(cr, 0, 0, 1, 1);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2538 cairo_fill(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2539 cairo_destroy(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2540
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2541 blank_mask = gdk_pixbuf_get_from_surface(surf, 0, 0, 1, 1);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2542 cairo_surface_destroy(surf);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2543
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2544 cursor = gdk_cursor_new_from_pixbuf(gdk_window_get_display(root_window),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2545 blank_mask, 0, 0);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2546 g_object_unref(blank_mask);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2547 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2548 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2549 blank_mask = gdk_bitmap_create_from_data(root_window, blank_data, 1, 1);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2550 cursor = gdk_cursor_new_from_pixmap(blank_mask, blank_mask,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2551 &color, &color, 0, 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2552 gdk_bitmap_unref(blank_mask);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2553 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2554
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2555 return cursor;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2556 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2557
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2558 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2559 mainwin_screen_changed_cb(GtkWidget *widget,
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2560 GdkScreen *previous_screen UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2561 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2562 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2563 if (!gtk_widget_has_screen(widget))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2564 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2565
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2566 /*
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 944
diff changeset
2567 * Recreate the invisible mouse cursor.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2568 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2569 if (gui.blank_pointer != NULL)
11474
621e41f6dcc2 patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Christian Brabandt <cb@256bit.org>
parents: 11129
diff changeset
2570 #if GTK_CHECK_VERSION(3,0,0)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2571 g_object_unref(G_OBJECT(gui.blank_pointer));
11474
621e41f6dcc2 patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Christian Brabandt <cb@256bit.org>
parents: 11129
diff changeset
2572 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2573 gdk_cursor_unref(gui.blank_pointer);
11474
621e41f6dcc2 patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Christian Brabandt <cb@256bit.org>
parents: 11129
diff changeset
2574 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2575
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2576 gui.blank_pointer = create_blank_pointer();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2577
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2578 if (gui.pointer_hidden && gtk_widget_get_window(gui.drawarea) != NULL)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2579 gdk_window_set_cursor(gtk_widget_get_window(gui.drawarea),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2580 gui.blank_pointer);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2581
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2582 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2583 * Create a new PangoContext for this screen, and initialize it
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2584 * with the current font if necessary.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2585 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2586 if (gui.text_context != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2587 g_object_unref(gui.text_context);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2588
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2589 gui.text_context = gtk_widget_create_pango_context(widget);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2590 pango_context_set_base_dir(gui.text_context, PANGO_DIRECTION_LTR);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2591
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2592 if (gui.norm_font != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2593 {
38
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
2594 gui_mch_init_font(p_guifont, FALSE);
12802
29a728529f92 patch 8.0.1278: GUI window always resizes when adding scrollbar
Christian Brabandt <cb@256bit.org>
parents: 12666
diff changeset
2595 gui_set_shellsize(TRUE, FALSE, RESIZE_BOTH);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2596 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2597 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2598
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2599 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2600 * After the drawing area comes up, we calculate all colors and create the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2601 * dummy blank cursor.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2602 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2603 * Don't try to set any VIM scrollbar sizes anywhere here. I'm relying on the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2604 * fact that the main VIM engine doesn't take them into account anywhere.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2605 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2606 static void
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2607 drawarea_realize_cb(GtkWidget *widget, gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2608 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2609 GtkWidget *sbar;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2610 GtkAllocation allocation;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2611
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2612 #ifdef FEAT_XIM
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2613 xim_init();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2614 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2615 gui_mch_new_colors();
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2616 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2617 gui.surface = gdk_window_create_similar_surface(
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2618 gtk_widget_get_window(widget),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2619 CAIRO_CONTENT_COLOR_ALPHA,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2620 gtk_widget_get_allocated_width(widget),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2621 gtk_widget_get_allocated_height(widget));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2622 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2623 gui.text_gc = gdk_gc_new(gui.drawarea->window);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2624 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2625
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2626 gui.blank_pointer = create_blank_pointer();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2627 if (gui.pointer_hidden)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2628 gdk_window_set_cursor(gtk_widget_get_window(widget), gui.blank_pointer);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2629
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2630 // get the actual size of the scrollbars, if they are realized
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2631 sbar = firstwin->w_scrollbars[SBAR_LEFT].id;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2632 if (!sbar || (!gui.which_scrollbars[SBAR_LEFT]
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2633 && firstwin->w_scrollbars[SBAR_RIGHT].id))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2634 sbar = firstwin->w_scrollbars[SBAR_RIGHT].id;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2635 gtk_widget_get_allocation(sbar, &allocation);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2636 if (sbar && gtk_widget_get_realized(sbar) && allocation.width)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2637 gui.scrollbar_width = allocation.width;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2638
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2639 sbar = gui.bottom_sbar.id;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2640 if (sbar && gtk_widget_get_realized(sbar) && allocation.height)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2641 gui.scrollbar_height = allocation.height;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2642 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2643
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2644 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2645 * Properly clean up on shutdown.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2646 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2647 static void
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2648 drawarea_unrealize_cb(GtkWidget *widget UNUSED, gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2649 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2650 // Don't write messages to the GUI anymore
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2651 full_screen = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2652
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2653 #ifdef FEAT_XIM
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2654 im_shutdown();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2655 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2656 if (gui.ascii_glyphs != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2657 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2658 pango_glyph_string_free(gui.ascii_glyphs);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2659 gui.ascii_glyphs = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2660 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2661 if (gui.ascii_font != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2662 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2663 g_object_unref(gui.ascii_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2664 gui.ascii_font = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2665 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2666 g_object_unref(gui.text_context);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2667 gui.text_context = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2668
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2669 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2670 if (gui.surface != NULL)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2671 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2672 cairo_surface_destroy(gui.surface);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2673 gui.surface = NULL;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2674 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2675 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2676 g_object_unref(gui.text_gc);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2677 gui.text_gc = NULL;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2678 #endif
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2679
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2680 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2681 g_object_unref(G_OBJECT(gui.blank_pointer));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2682 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2683 gdk_cursor_unref(gui.blank_pointer);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2684 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2685 gui.blank_pointer = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2686 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2687
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
2688 #if GTK_CHECK_VERSION(3,22,2)
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
2689 static void
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
2690 drawarea_style_updated_cb(GtkWidget *widget UNUSED,
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
2691 gpointer data UNUSED)
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
2692 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2693 static void
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2694 drawarea_style_set_cb(GtkWidget *widget UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2695 GtkStyle *previous_style UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2696 gpointer data UNUSED)
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
2697 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2698 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2699 gui_mch_new_colors();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2700 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2701
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2702 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2703 static gboolean
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2704 drawarea_configure_event_cb(GtkWidget *widget,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2705 GdkEventConfigure *event,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2706 gpointer data UNUSED)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2707 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2708 static int cur_width = 0;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2709 static int cur_height = 0;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2710
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2711 g_return_val_if_fail(event
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2712 && event->width >= 1 && event->height >= 1, TRUE);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2713
10402
65646e5652df commit https://github.com/vim/vim/commit/182707ac10d77359bf7a87c6b23ce4025d5b0ad4
Christian Brabandt <cb@256bit.org>
parents: 10390
diff changeset
2714 # if GTK_CHECK_VERSION(3,22,2) && !GTK_CHECK_VERSION(3,22,4)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2715 // As of 3.22.2, GdkWindows have started distributing configure events to
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2716 // their "native" children (https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=12579fe71b3b8f79eb9c1b80e429443bcc437dd0).
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2717 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2718 // As can be seen from the implementation of move_native_children() and
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2719 // configure_native_child() in gdkwindow.c, those functions actually
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2720 // propagate configure events to every child, failing to distinguish
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2721 // "native" one from non-native one.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2722 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2723 // Naturally, configure events propagated to here like that are fallacious
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2724 // and, as a matter of fact, they trigger a geometric collapse of
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2725 // gui.drawarea in fullscreen and maximized modes.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2726 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2727 // To filter out such nuisance events, we are making use of the fact that
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2728 // the field send_event of such GdkEventConfigures is set to FALSE in
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2729 // configure_native_child().
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2730 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2731 // Obviously, this is a terrible hack making GVim depend on GTK's
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2732 // implementation details. Therefore, watch out any relevant internal
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2733 // changes happening in GTK in the feature (sigh).
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2734 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2735 // Follow-up
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2736 // After a few weeks later, the GdkWindow change mentioned above was
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2737 // reverted (https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=f70039cb9603a02d2369fec4038abf40a1711155).
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2738 // The corresponding official release is 3.22.4.
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
2739 if (event->send_event == FALSE)
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
2740 return TRUE;
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
2741 # endif
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
2742
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2743 if (event->width == cur_width && event->height == cur_height)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2744 return TRUE;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2745
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2746 cur_width = event->width;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2747 cur_height = event->height;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2748
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2749 if (gui.surface != NULL)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2750 cairo_surface_destroy(gui.surface);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2751
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2752 gui.surface = gdk_window_create_similar_surface(
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2753 gtk_widget_get_window(widget),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2754 CAIRO_CONTENT_COLOR_ALPHA,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2755 event->width, event->height);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2756
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2757 gtk_widget_queue_draw(widget);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2758
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2759 return TRUE;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2760 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2761 #endif
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2762
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2763 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2764 * Callback routine for the "delete_event" signal on the toplevel window.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2765 * Tries to vim gracefully, or refuses to exit with changed buffers.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2766 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2767 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2768 delete_event_cb(GtkWidget *widget UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2769 GdkEventAny *event UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
2770 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2771 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2772 gui_shell_closed();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2773 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2774 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2775
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2776 #if defined(FEAT_MENU) || defined(FEAT_TOOLBAR) || defined(FEAT_GUI_TABLINE)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2777 static int
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2778 get_item_dimensions(GtkWidget *widget, GtkOrientation orientation)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2779 {
10767
a8ce0dbbb1d0 patch 8.0.0273: dead code detected by Coverity
Christian Brabandt <cb@256bit.org>
parents: 10544
diff changeset
2780 # ifdef FEAT_GUI_GNOME
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2781 GtkOrientation item_orientation = GTK_ORIENTATION_HORIZONTAL;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2782
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2783 if (using_gnome && widget != NULL)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2784 {
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2785 GtkWidget *parent;
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2786 BonoboDockItem *dockitem;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2787
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2788 parent = gtk_widget_get_parent(widget);
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2789 if (G_TYPE_FROM_INSTANCE(parent) == BONOBO_TYPE_DOCK_ITEM)
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2790 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2791 // Only menu & toolbar are dock items. Could tabline be?
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2792 // Seem to be only the 2 defined in GNOME
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2793 widget = parent;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2794 dockitem = BONOBO_DOCK_ITEM(widget);
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2795
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2796 if (dockitem == NULL || dockitem->is_floating)
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2797 return 0;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2798 item_orientation = bonobo_dock_item_get_orientation(dockitem);
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2799 }
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2800 }
10767
a8ce0dbbb1d0 patch 8.0.0273: dead code detected by Coverity
Christian Brabandt <cb@256bit.org>
parents: 10544
diff changeset
2801 # else
a8ce0dbbb1d0 patch 8.0.0273: dead code detected by Coverity
Christian Brabandt <cb@256bit.org>
parents: 10544
diff changeset
2802 # define item_orientation GTK_ORIENTATION_HORIZONTAL
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2803 # endif
10767
a8ce0dbbb1d0 patch 8.0.0273: dead code detected by Coverity
Christian Brabandt <cb@256bit.org>
parents: 10544
diff changeset
2804
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2805 if (widget != NULL
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2806 && item_orientation == orientation
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2807 && gtk_widget_get_realized(widget)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2808 && gtk_widget_get_visible(widget))
14786
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
2809 {
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
2810 # if GTK_CHECK_VERSION(3,0,0) || !defined(FEAT_GUI_GNOME)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2811 GtkAllocation allocation;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2812
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2813 gtk_widget_get_allocation(widget, &allocation);
10767
a8ce0dbbb1d0 patch 8.0.0273: dead code detected by Coverity
Christian Brabandt <cb@256bit.org>
parents: 10544
diff changeset
2814 return allocation.height;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2815 # else
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2816 if (orientation == GTK_ORIENTATION_HORIZONTAL)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2817 return widget->allocation.height;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2818 else
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2819 return widget->allocation.width;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2820 # endif
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2821 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2822 return 0;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2823 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2824 #endif
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2825
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2826 static int
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2827 get_menu_tool_width(void)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2828 {
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2829 int width = 0;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2830
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2831 #ifdef FEAT_GUI_GNOME // these are never vertical without GNOME
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2832 # ifdef FEAT_MENU
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2833 width += get_item_dimensions(gui.menubar, GTK_ORIENTATION_VERTICAL);
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2834 # endif
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2835 # ifdef FEAT_TOOLBAR
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2836 width += get_item_dimensions(gui.toolbar, GTK_ORIENTATION_VERTICAL);
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2837 # endif
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2838 # ifdef FEAT_GUI_TABLINE
782
d20041a02ee5 updated for version 7.0228
vimboss
parents: 714
diff changeset
2839 if (gui.tabline != NULL)
d20041a02ee5 updated for version 7.0228
vimboss
parents: 714
diff changeset
2840 width += get_item_dimensions(gui.tabline, GTK_ORIENTATION_VERTICAL);
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2841 # endif
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2842 #endif
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2843
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2844 return width;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2845 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2846
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2847 static int
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2848 get_menu_tool_height(void)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2849 {
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2850 int height = 0;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2851
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2852 #ifdef FEAT_MENU
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2853 height += get_item_dimensions(gui.menubar, GTK_ORIENTATION_HORIZONTAL);
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2854 #endif
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2855 #ifdef FEAT_TOOLBAR
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2856 height += get_item_dimensions(gui.toolbar, GTK_ORIENTATION_HORIZONTAL);
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2857 #endif
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2858 #ifdef FEAT_GUI_TABLINE
782
d20041a02ee5 updated for version 7.0228
vimboss
parents: 714
diff changeset
2859 if (gui.tabline != NULL)
d20041a02ee5 updated for version 7.0228
vimboss
parents: 714
diff changeset
2860 height += get_item_dimensions(gui.tabline, GTK_ORIENTATION_HORIZONTAL);
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2861 #endif
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2862
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2863 return height;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2864 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2865
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2866 // This controls whether we can set the real window hints at
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2867 // start-up when in a GtkPlug.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2868 // 0 = normal processing (default)
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2869 // 1 = init. hints set, no-one's tried to reset since last check
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2870 // 2 = init. hints set, attempt made to change hints
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2871 static int init_window_hints_state = 0;
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2872
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2873 static void
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2874 update_window_manager_hints(int force_width, int force_height)
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2875 {
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2876 static int old_width = 0;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2877 static int old_height = 0;
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2878 static int old_min_width = 0;
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2879 static int old_min_height = 0;
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2880 static int old_char_width = 0;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2881 static int old_char_height = 0;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2882
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2883 int width;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2884 int height;
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2885 int min_width;
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2886 int min_height;
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2887
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2888 // At start-up, don't try to set the hints until the initial
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2889 // values have been used (those that dictate our initial size)
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2890 // Let forced (i.e., correct) values through always.
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2891 if (!(force_width && force_height) && init_window_hints_state > 0)
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2892 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2893 // Don't do it!
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2894 init_window_hints_state = 2;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2895 return;
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2896 }
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2897
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2898 // This also needs to be done when the main window isn't there yet,
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2899 // otherwise the hints don't work.
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2900 width = gui_get_base_width();
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2901 height = gui_get_base_height();
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2902 # ifdef FEAT_MENU
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2903 height += tabline_height() * gui.char_height;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2904 # endif
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2905 width += get_menu_tool_width();
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2906 height += get_menu_tool_height();
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2907
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2908 // GtkSockets use GtkPlug's [gui,mainwin] min-size hints to determine
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2909 // their actual widget size. When we set our size ourselves (e.g.,
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2910 // 'set columns=' or init. -geom) we briefly set the min. to the size
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2911 // we wish to be instead of the legitimate minimum so that we actually
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2912 // resize correctly.
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2913 if (force_width && force_height)
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2914 {
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2915 min_width = force_width;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2916 min_height = force_height;
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2917 }
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2918 else
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2919 {
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2920 min_width = width + MIN_COLUMNS * gui.char_width;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2921 min_height = height + MIN_LINES * gui.char_height;
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2922 }
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2923
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2924 // Avoid an expose event when the size didn't change.
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2925 if (width != old_width
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2926 || height != old_height
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2927 || min_width != old_min_width
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2928 || min_height != old_min_height
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2929 || gui.char_width != old_char_width
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2930 || gui.char_height != old_char_height)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2931 {
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2932 GdkGeometry geometry;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2933 GdkWindowHints geometry_mask;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2934
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2935 geometry.width_inc = gui.char_width;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2936 geometry.height_inc = gui.char_height;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2937 geometry.base_width = width;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2938 geometry.base_height = height;
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2939 geometry.min_width = min_width;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2940 geometry.min_height = min_height;
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2941 geometry_mask = GDK_HINT_BASE_SIZE|GDK_HINT_RESIZE_INC
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2942 |GDK_HINT_MIN_SIZE;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2943 // Using gui.formwin as geometry widget doesn't work as expected
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2944 // with GTK+ 2 -- dunno why. Presumably all the resizing hacks
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2945 // in Vim confuse GTK+.
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2946 gtk_window_set_geometry_hints(GTK_WINDOW(gui.mainwin), gui.mainwin,
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2947 &geometry, geometry_mask);
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2948 old_width = width;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2949 old_height = height;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2950 old_min_width = min_width;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2951 old_min_height = min_height;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2952 old_char_width = gui.char_width;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
2953 old_char_height = gui.char_height;
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2954 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2955 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
2956
18078
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2957 #if defined(FEAT_GUI_DARKTHEME) || defined(PROTO)
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2958 void
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2959 gui_mch_set_dark_theme(int dark)
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2960 {
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2961 # if GTK_CHECK_VERSION(3,0,0)
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2962 GtkSettings *gtk_settings;
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2963
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2964 gtk_settings = gtk_settings_get_for_screen(gdk_screen_get_default());
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2965 g_object_set(gtk_settings, "gtk-application-prefer-dark-theme", (gboolean)dark, NULL);
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2966 # endif
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2967 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2968 #endif // FEAT_GUI_DARKTHEME
18078
5ae41d0ea397 patch 8.1.2034: dark them of GTK 3 not supported
Bram Moolenaar <Bram@vim.org>
parents: 17539
diff changeset
2969
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2970 #ifdef FEAT_TOOLBAR
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2971
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2972 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2973 * This extra effort wouldn't be necessary if we only used stock icons in the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2974 * toolbar, as we do for all builtin icons. But user-defined toolbar icons
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2975 * shouldn't be treated differently, thus we do need this.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2976 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2977 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2978 icon_size_changed_foreach(GtkWidget *widget, gpointer user_data)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2979 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2980 if (GTK_IS_IMAGE(widget))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2981 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2982 GtkImage *image = (GtkImage *)widget;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2983
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2984 # if GTK_CHECK_VERSION(3,10,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2985 if (gtk_image_get_storage_type(image) == GTK_IMAGE_ICON_NAME)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2986 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2987 const GtkIconSize icon_size = GPOINTER_TO_INT(user_data);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2988 const gchar *icon_name;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2989
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2990 gtk_image_get_icon_name(image, &icon_name, NULL);
22192
9b5a90ad76c6 patch 8.2.1645: GTK3: icons become broken images when resized
Bram Moolenaar <Bram@vim.org>
parents: 21570
diff changeset
2991 image = (GtkImage *)gtk_image_new_from_icon_name(
9b5a90ad76c6 patch 8.2.1645: GTK3: icons become broken images when resized
Bram Moolenaar <Bram@vim.org>
parents: 21570
diff changeset
2992 icon_name, icon_size);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2993 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
2994 # else
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
2995 // User-defined icons are stored in a GtkIconSet
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2996 if (gtk_image_get_storage_type(image) == GTK_IMAGE_ICON_SET)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2997 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2998 GtkIconSet *icon_set;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2999 GtkIconSize icon_size;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3000
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3001 gtk_image_get_icon_set(image, &icon_set, &icon_size);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3002 icon_size = (GtkIconSize)(long)user_data;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3003
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3004 gtk_icon_set_ref(icon_set);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3005 gtk_image_set_from_icon_set(image, icon_set, icon_size);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3006 gtk_icon_set_unref(icon_set);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3007 }
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3008 # endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3009 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3010 else if (GTK_IS_CONTAINER(widget))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3011 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3012 gtk_container_foreach((GtkContainer *)widget,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3013 &icon_size_changed_foreach,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3014 user_data);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3015 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3016 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3017
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3018 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3019 set_toolbar_style(GtkToolbar *toolbar)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3020 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3021 GtkToolbarStyle style;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3022 GtkIconSize size;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3023 GtkIconSize oldsize;
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
3024
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3025 if ((toolbar_flags & (TOOLBAR_TEXT | TOOLBAR_ICONS | TOOLBAR_HORIZ))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3026 == (TOOLBAR_TEXT | TOOLBAR_ICONS | TOOLBAR_HORIZ))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3027 style = GTK_TOOLBAR_BOTH_HORIZ;
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
3028 else if ((toolbar_flags & (TOOLBAR_TEXT | TOOLBAR_ICONS))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3029 == (TOOLBAR_TEXT | TOOLBAR_ICONS))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3030 style = GTK_TOOLBAR_BOTH;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3031 else if (toolbar_flags & TOOLBAR_TEXT)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3032 style = GTK_TOOLBAR_TEXT;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3033 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3034 style = GTK_TOOLBAR_ICONS;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3035
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3036 gtk_toolbar_set_style(toolbar, style);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3037 # if !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3038 gtk_toolbar_set_tooltips(toolbar, (toolbar_flags & TOOLBAR_TOOLTIPS) != 0);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3039 # endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3040
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3041 switch (tbis_flags)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3042 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3043 case TBIS_TINY: size = GTK_ICON_SIZE_MENU; break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3044 case TBIS_SMALL: size = GTK_ICON_SIZE_SMALL_TOOLBAR; break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3045 case TBIS_MEDIUM: size = GTK_ICON_SIZE_BUTTON; break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3046 case TBIS_LARGE: size = GTK_ICON_SIZE_LARGE_TOOLBAR; break;
8469
42020d59a432 commit https://github.com/vim/vim/commit/beb003b303cde1e55634aae9f810535684b76211
Christian Brabandt <cb@256bit.org>
parents: 8412
diff changeset
3047 case TBIS_HUGE: size = GTK_ICON_SIZE_DND; break;
42020d59a432 commit https://github.com/vim/vim/commit/beb003b303cde1e55634aae9f810535684b76211
Christian Brabandt <cb@256bit.org>
parents: 8412
diff changeset
3048 case TBIS_GIANT: size = GTK_ICON_SIZE_DIALOG; break;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3049 default: size = GTK_ICON_SIZE_INVALID; break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3050 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3051 oldsize = gtk_toolbar_get_icon_size(toolbar);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3052
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3053 if (size == GTK_ICON_SIZE_INVALID)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3054 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3055 // Let global user preferences decide the icon size.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3056 gtk_toolbar_unset_icon_size(toolbar);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3057 size = gtk_toolbar_get_icon_size(toolbar);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3058 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3059 if (size != oldsize)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3060 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3061 gtk_container_foreach(GTK_CONTAINER(toolbar),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3062 &icon_size_changed_foreach,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3063 GINT_TO_POINTER((int)size));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3064 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3065 gtk_toolbar_set_icon_size(toolbar, size);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3066 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3067
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3068 #endif // FEAT_TOOLBAR
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3069
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3070 #if defined(FEAT_GUI_TABLINE) || defined(PROTO)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3071 static int ignore_tabline_evt = FALSE;
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3072 static GtkWidget *tabline_menu;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3073 # if !GTK_CHECK_VERSION(3,0,0)
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3074 static GtkTooltips *tabline_tooltip;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3075 # endif
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3076 static int clicked_page; // page clicked in tab line
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3077
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3078 /*
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3079 * Handle selecting an item in the tab line popup menu.
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3080 */
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3081 static void
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
3082 tabline_menu_handler(GtkMenuItem *item UNUSED, gpointer user_data)
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3083 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3084 // Add the string cmd into input buffer
824
8dd456c1e283 updated for version 7.0c13
vimboss
parents: 818
diff changeset
3085 send_tabline_menu_event(clicked_page, (int)(long)user_data);
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3086 }
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3087
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3088 static void
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3089 add_tabline_menu_item(GtkWidget *menu, char_u *text, int resp)
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3090 {
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3091 GtkWidget *item;
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3092 char_u *utf_text;
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3093
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3094 utf_text = CONVERT_TO_UTF8(text);
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3095 item = gtk_menu_item_new_with_label((const char *)utf_text);
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3096 gtk_widget_show(item);
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3097 CONVERT_TO_UTF8_FREE(utf_text);
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3098
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3099 gtk_container_add(GTK_CONTAINER(menu), item);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3100 g_signal_connect(G_OBJECT(item), "activate",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3101 G_CALLBACK(tabline_menu_handler),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3102 GINT_TO_POINTER(resp));
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3103 }
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3104
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3105 /*
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3106 * Create a menu for the tab line.
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3107 */
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3108 static GtkWidget *
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3109 create_tabline_menu(void)
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3110 {
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3111 GtkWidget *menu;
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3112
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3113 menu = gtk_menu_new();
15134
f2972ff144ab patch 8.1.0577: tabpage right-click menu never shows "Close tab"
Bram Moolenaar <Bram@vim.org>
parents: 15034
diff changeset
3114 add_tabline_menu_item(menu, (char_u *)_("Close tab"), TABLINE_MENU_CLOSE);
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3115 add_tabline_menu_item(menu, (char_u *)_("New tab"), TABLINE_MENU_NEW);
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3116 add_tabline_menu_item(menu, (char_u *)_("Open Tab..."), TABLINE_MENU_OPEN);
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3117
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3118 return menu;
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3119 }
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3120
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3121 static gboolean
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3122 on_tabline_menu(GtkWidget *widget, GdkEvent *event)
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3123 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3124 // Was this button press event ?
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3125 if (event->type == GDK_BUTTON_PRESS)
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3126 {
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3127 GdkEventButton *bevent = (GdkEventButton *)event;
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3128 int x = bevent->x;
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3129 int y = bevent->y;
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3130 GtkWidget *tabwidget;
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3131 GdkWindow *tabwin;
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3132
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3133 // When ignoring events return TRUE so that the selected page doesn't
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3134 // change.
844
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 842
diff changeset
3135 if (hold_gui_events
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 842
diff changeset
3136 # ifdef FEAT_CMDWIN
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 842
diff changeset
3137 || cmdwin_type != 0
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 842
diff changeset
3138 # endif
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 842
diff changeset
3139 )
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 842
diff changeset
3140 return TRUE;
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 842
diff changeset
3141
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3142 tabwin = gui_gtk_window_at_position(gui.mainwin, &x, &y);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3143
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3144 gdk_window_get_user_data(tabwin, (gpointer)&tabwidget);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3145 clicked_page = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(tabwidget),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3146 "tab_num"));
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3147
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3148 // If the event was generated for 3rd button popup the menu.
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3149 if (bevent->button == 3)
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3150 {
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3151 # if GTK_CHECK_VERSION(3,22,2)
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3152 gtk_menu_popup_at_pointer(GTK_MENU(widget), event);
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3153 # else
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3154 gtk_menu_popup(GTK_MENU(widget), NULL, NULL, NULL, NULL,
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3155 bevent->button, bevent->time);
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3156 # endif
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3157 // We handled the event.
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3158 return TRUE;
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3159 }
868
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
3160 else if (bevent->button == 1)
693
05dc93b9c61f updated for version 7.0208
vimboss
parents: 689
diff changeset
3161 {
868
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
3162 if (clicked_page == 0)
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
3163 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3164 // Click after all tabs moves to next tab page. When "x" is
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3165 // small guess it's the left button.
2301
6f63294a1781 Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents: 2278
diff changeset
3166 send_tabline_event(x < 50 ? -1 : 0);
868
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
3167 }
693
05dc93b9c61f updated for version 7.0208
vimboss
parents: 689
diff changeset
3168 }
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3169 }
844
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 842
diff changeset
3170
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3171 // We didn't handle the event.
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3172 return FALSE;
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
3173 }
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3174
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3175 /*
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3176 * Handle selecting one of the tabs.
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3177 */
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3178 static void
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3179 on_select_tab(
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
3180 GtkNotebook *notebook UNUSED,
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3181 gpointer *page UNUSED,
944
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
3182 gint idx,
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
3183 gpointer data UNUSED)
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3184 {
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3185 if (!ignore_tabline_evt)
2301
6f63294a1781 Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents: 2278
diff changeset
3186 send_tabline_event(idx + 1);
12666
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3187 }
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3188
14800
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
3189 # if GTK_CHECK_VERSION(2,10,0)
12666
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3190 /*
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3191 * Handle reordering the tabs (using D&D).
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3192 */
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3193 static void
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3194 on_tab_reordered(
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3195 GtkNotebook *notebook UNUSED,
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3196 gpointer *page UNUSED,
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3197 gint idx,
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3198 gpointer data UNUSED)
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3199 {
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3200 if (!ignore_tabline_evt)
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3201 {
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3202 if ((tabpage_index(curtab) - 1) < idx)
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3203 tabpage_move(idx + 1);
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3204 else
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3205 tabpage_move(idx);
693
05dc93b9c61f updated for version 7.0208
vimboss
parents: 689
diff changeset
3206 }
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3207 }
14800
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
3208 # endif
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3209
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3210 /*
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3211 * Show or hide the tabline.
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3212 */
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3213 void
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3214 gui_mch_show_tabline(int showit)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3215 {
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3216 if (gui.tabline == NULL)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3217 return;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3218
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3219 if (!showit != !gtk_notebook_get_show_tabs(GTK_NOTEBOOK(gui.tabline)))
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3220 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3221 // Note: this may cause a resize event
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3222 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(gui.tabline), showit);
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3223 update_window_manager_hints(0, 0);
868
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
3224 if (showit)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3225 gtk_widget_set_can_focus(GTK_WIDGET(gui.tabline), FALSE);
868
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
3226 }
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
3227
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
3228 gui_mch_update();
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3229 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3230
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3231 /*
708
7cf327ccb632 updated for version 7.0213
vimboss
parents: 693
diff changeset
3232 * Return TRUE when tabline is displayed.
7cf327ccb632 updated for version 7.0213
vimboss
parents: 693
diff changeset
3233 */
7cf327ccb632 updated for version 7.0213
vimboss
parents: 693
diff changeset
3234 int
7cf327ccb632 updated for version 7.0213
vimboss
parents: 693
diff changeset
3235 gui_mch_showing_tabline(void)
7cf327ccb632 updated for version 7.0213
vimboss
parents: 693
diff changeset
3236 {
7cf327ccb632 updated for version 7.0213
vimboss
parents: 693
diff changeset
3237 return gui.tabline != NULL
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
3238 && gtk_notebook_get_show_tabs(GTK_NOTEBOOK(gui.tabline));
708
7cf327ccb632 updated for version 7.0213
vimboss
parents: 693
diff changeset
3239 }
7cf327ccb632 updated for version 7.0213
vimboss
parents: 693
diff changeset
3240
7cf327ccb632 updated for version 7.0213
vimboss
parents: 693
diff changeset
3241 /*
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3242 * Update the labels of the tabline.
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3243 */
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3244 void
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3245 gui_mch_update_tabline(void)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3246 {
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3247 GtkWidget *page;
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3248 GtkWidget *event_box;
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3249 GtkWidget *label;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3250 tabpage_T *tp;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3251 int nr = 0;
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3252 int tab_num;
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3253 int curtabidx = 0;
836
5a7843c57316 updated for version 7.0e02
vimboss
parents: 834
diff changeset
3254 char_u *labeltext;
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3255
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3256 if (gui.tabline == NULL)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3257 return;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3258
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3259 ignore_tabline_evt = TRUE;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3260
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3261 // Add a label for each tab page. They all contain the same text area.
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3262 for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, ++nr)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3263 {
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3264 if (tp == curtab)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3265 curtabidx = nr;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3266
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3267 tab_num = nr + 1;
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3268
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3269 page = gtk_notebook_get_nth_page(GTK_NOTEBOOK(gui.tabline), nr);
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3270 if (page == NULL)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3271 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3272 // Add notebook page
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3273 # if GTK_CHECK_VERSION(3,2,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3274 page = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3275 gtk_box_set_homogeneous(GTK_BOX(page), FALSE);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3276 # else
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3277 page = gtk_vbox_new(FALSE, 0);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3278 # endif
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3279 gtk_widget_show(page);
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3280 event_box = gtk_event_box_new();
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3281 gtk_widget_show(event_box);
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3282 label = gtk_label_new("-Empty-");
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3283 # if !GTK_CHECK_VERSION(3,14,0)
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3284 gtk_misc_set_padding(GTK_MISC(label), 2, 2);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3285 # endif
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3286 gtk_container_add(GTK_CONTAINER(event_box), label);
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3287 gtk_widget_show(label);
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3288 gtk_notebook_insert_page(GTK_NOTEBOOK(gui.tabline),
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3289 page,
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3290 event_box,
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3291 nr++);
14800
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
3292 # if GTK_CHECK_VERSION(2,10,0)
12666
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3293 gtk_notebook_set_tab_reorderable(GTK_NOTEBOOK(gui.tabline),
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3294 page,
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3295 TRUE);
14800
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
3296 # endif
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3297 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3298
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3299 event_box = gtk_notebook_get_tab_label(GTK_NOTEBOOK(gui.tabline), page);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3300 g_object_set_data(G_OBJECT(event_box), "tab_num",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3301 GINT_TO_POINTER(tab_num));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3302 label = gtk_bin_get_child(GTK_BIN(event_box));
839
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 836
diff changeset
3303 get_tabline_label(tp, FALSE);
836
5a7843c57316 updated for version 7.0e02
vimboss
parents: 834
diff changeset
3304 labeltext = CONVERT_TO_UTF8(NameBuff);
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3305 gtk_label_set_text(GTK_LABEL(label), (const char *)labeltext);
836
5a7843c57316 updated for version 7.0e02
vimboss
parents: 834
diff changeset
3306 CONVERT_TO_UTF8_FREE(labeltext);
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3307
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3308 get_tabline_label(tp, TRUE);
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3309 labeltext = CONVERT_TO_UTF8(NameBuff);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3310 # if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3311 gtk_widget_set_tooltip_text(event_box, (const gchar *)labeltext);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3312 # else
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3313 gtk_tooltips_set_tip(GTK_TOOLTIPS(tabline_tooltip), event_box,
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3314 (const char *)labeltext, NULL);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3315 # endif
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3316 CONVERT_TO_UTF8_FREE(labeltext);
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3317 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3318
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3319 // Remove any old labels.
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3320 while (gtk_notebook_get_nth_page(GTK_NOTEBOOK(gui.tabline), nr) != NULL)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3321 gtk_notebook_remove_page(GTK_NOTEBOOK(gui.tabline), nr);
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3322
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3323 if (gtk_notebook_get_current_page(GTK_NOTEBOOK(gui.tabline)) != curtabidx)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3324 gtk_notebook_set_current_page(GTK_NOTEBOOK(gui.tabline), curtabidx);
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3325
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3326 // Make sure everything is in place before drawing text.
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3327 gui_mch_update();
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3328
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3329 ignore_tabline_evt = FALSE;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3330 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3331
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3332 /*
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3333 * Set the current tab to "nr". First tab is 1.
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3334 */
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3335 void
7821
81794242a275 commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94
Christian Brabandt <cb@256bit.org>
parents: 7679
diff changeset
3336 gui_mch_set_curtab(int nr)
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3337 {
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3338 if (gui.tabline == NULL)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3339 return;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3340
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3341 ignore_tabline_evt = TRUE;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3342 if (gtk_notebook_get_current_page(GTK_NOTEBOOK(gui.tabline)) != nr - 1)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3343 gtk_notebook_set_current_page(GTK_NOTEBOOK(gui.tabline), nr - 1);
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3344 ignore_tabline_evt = FALSE;
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3345 }
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3346
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3347 #endif // FEAT_GUI_TABLINE
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3348
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3349 /*
2183
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3350 * Add selection targets for PRIMARY and CLIPBOARD selections.
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3351 */
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3352 void
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3353 gui_gtk_set_selection_targets(void)
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3354 {
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3355 int i, j = 0;
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3356 int n_targets = N_SELECTION_TARGETS;
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3357 GtkTargetEntry targets[N_SELECTION_TARGETS];
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3358
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3359 for (i = 0; i < (int)N_SELECTION_TARGETS; ++i)
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3360 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3361 // OpenOffice tries to use TARGET_HTML and fails when we don't
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3362 // return something, instead of trying another target. Therefore only
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3363 // offer TARGET_HTML when it works.
2183
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3364 if (!clip_html && selection_targets[i].info == TARGET_HTML)
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3365 n_targets--;
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3366 else
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3367 targets[j++] = selection_targets[i];
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3368 }
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3369
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3370 gtk_selection_clear_targets(gui.drawarea, (GdkAtom)GDK_SELECTION_PRIMARY);
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3371 gtk_selection_clear_targets(gui.drawarea, (GdkAtom)clip_plus.gtk_sel_atom);
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3372 gtk_selection_add_targets(gui.drawarea,
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3373 (GdkAtom)GDK_SELECTION_PRIMARY,
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3374 targets, n_targets);
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3375 gtk_selection_add_targets(gui.drawarea,
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3376 (GdkAtom)clip_plus.gtk_sel_atom,
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3377 targets, n_targets);
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3378 }
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3379
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3380 /*
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3381 * Set up for receiving DND items.
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3382 */
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3383 void
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3384 gui_gtk_set_dnd_targets(void)
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3385 {
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3386 int i, j = 0;
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3387 int n_targets = N_DND_TARGETS;
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3388 GtkTargetEntry targets[N_DND_TARGETS];
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3389
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3390 for (i = 0; i < (int)N_DND_TARGETS; ++i)
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3391 {
3154
72528c5eb87e updated for version 7.3.347
Bram Moolenaar <bram@vim.org>
parents: 3014
diff changeset
3392 if (!clip_html && dnd_targets[i].info == TARGET_HTML)
2183
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3393 n_targets--;
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3394 else
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3395 targets[j++] = dnd_targets[i];
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3396 }
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3397
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3398 gtk_drag_dest_unset(gui.drawarea);
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3399 gtk_drag_dest_set(gui.drawarea,
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3400 GTK_DEST_DEFAULT_ALL,
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3401 targets, n_targets,
2718
31757405c0c5 updated for version 7.3.134
Bram Moolenaar <bram@vim.org>
parents: 2714
diff changeset
3402 GDK_ACTION_COPY | GDK_ACTION_MOVE);
2183
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3403 }
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3404
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3405 /*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3406 * Initialize the GUI. Create all the windows, set up all the callbacks etc.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3407 * Returns OK for success, FAIL when the GUI can't be started.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3408 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3409 int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3410 gui_mch_init(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3411 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3412 GtkWidget *vbox;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3413
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3414 #ifdef FEAT_GUI_GNOME
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3415 // Initialize the GNOME libraries. gnome_program_init()/gnome_init()
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3416 // exits on failure, but that's a non-issue because we already called
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3417 // gtk_init_check() in gui_mch_init_check().
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3418 if (using_gnome)
4045
9a1a4c486e6b updated for version 7.3.777
Bram Moolenaar <bram@vim.org>
parents: 3518
diff changeset
3419 {
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3420 gnome_program_init(VIMPACKAGE, VIM_VERSION_SHORT,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3421 LIBGNOMEUI_MODULE, gui_argc, gui_argv, NULL);
4045
9a1a4c486e6b updated for version 7.3.777
Bram Moolenaar <bram@vim.org>
parents: 3518
diff changeset
3422 # if defined(FEAT_FLOAT) && defined(LC_NUMERIC)
5854
c519c446c548 updated for version 7.4.270
Bram Moolenaar <bram@vim.org>
parents: 5818
diff changeset
3423 {
c519c446c548 updated for version 7.4.270
Bram Moolenaar <bram@vim.org>
parents: 5818
diff changeset
3424 char *p = setlocale(LC_NUMERIC, NULL);
c519c446c548 updated for version 7.4.270
Bram Moolenaar <bram@vim.org>
parents: 5818
diff changeset
3425
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3426 // Make sure strtod() uses a decimal point, not a comma. Gnome
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3427 // init may change it.
5854
c519c446c548 updated for version 7.4.270
Bram Moolenaar <bram@vim.org>
parents: 5818
diff changeset
3428 if (p == NULL || strcmp(p, "C") != 0)
c519c446c548 updated for version 7.4.270
Bram Moolenaar <bram@vim.org>
parents: 5818
diff changeset
3429 setlocale(LC_NUMERIC, "C");
c519c446c548 updated for version 7.4.270
Bram Moolenaar <bram@vim.org>
parents: 5818
diff changeset
3430 }
4045
9a1a4c486e6b updated for version 7.3.777
Bram Moolenaar <bram@vim.org>
parents: 3518
diff changeset
3431 # endif
9a1a4c486e6b updated for version 7.3.777
Bram Moolenaar <bram@vim.org>
parents: 3518
diff changeset
3432 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3433 #endif
13244
ac42c4b11dbc patch 8.0.1496: clearing a pointer takes two lines
Christian Brabandt <cb@256bit.org>
parents: 13152
diff changeset
3434 VIM_CLEAR(gui_argv);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3435
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
3436 #if GLIB_CHECK_VERSION(2,1,3)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3437 // Set the human-readable application name
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3438 g_set_application_name("Vim");
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
3439 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3440 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3441 * Force UTF-8 output no matter what the value of 'encoding' is.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3442 * did_set_string_option() in option.c prohibits changing 'termencoding'
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3443 * to something else than UTF-8 if the GUI is in use.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3444 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3445 set_option_value((char_u *)"termencoding", 0L, (char_u *)"utf-8", 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3446
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
3447 #ifdef FEAT_TOOLBAR
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3448 gui_gtk_register_stock_icons();
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
3449 #endif
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3450 // FIXME: Need to install the classic icons and a gtkrc.classic file.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3451 // The hard part is deciding install locations and the Makefile magic.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3452 #if !GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3453 # if 0
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3454 gtk_rc_parse("gtkrc");
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3455 # endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3456 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3457
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3458 // Initialize values
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3459 gui.border_width = 2;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3460 gui.scrollbar_width = SB_DEFAULT_WIDTH;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3461 gui.scrollbar_height = SB_DEFAULT_WIDTH;
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3462 #if GTK_CHECK_VERSION(3,0,0)
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3463 gui.fgcolor = g_new(GdkRGBA, 1);
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3464 gui.bgcolor = g_new(GdkRGBA, 1);
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3465 gui.spcolor = g_new(GdkRGBA, 1);
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3466 #else
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3467 // LINTED: avoid warning: conversion to 'unsigned long'
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3468 gui.fgcolor = g_new0(GdkColor, 1);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3469 // LINTED: avoid warning: conversion to 'unsigned long'
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3470 gui.bgcolor = g_new0(GdkColor, 1);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3471 // LINTED: avoid warning: conversion to 'unsigned long'
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
3472 gui.spcolor = g_new0(GdkColor, 1);
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3473 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3474
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3475 // Initialise atoms
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
3476 html_atom = gdk_atom_intern("text/html", FALSE);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3477 utf8_string_atom = gdk_atom_intern("UTF8_STRING", FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3478
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3479 // Set default foreground and background colors.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3480 gui.norm_pixel = gui.def_norm_pixel;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3481 gui.back_pixel = gui.def_back_pixel;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3482
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3483 if (gtk_socket_id != 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3484 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3485 GtkWidget *plug;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3486
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3487 // Use GtkSocket from another app.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3488 plug = gtk_plug_new_for_display(gdk_display_get_default(),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3489 gtk_socket_id);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3490 if (plug != NULL && gtk_plug_get_socket_window(GTK_PLUG(plug)) != NULL)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3491 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3492 gui.mainwin = plug;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3493 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3494 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3495 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3496 g_warning("Connection to GTK+ socket (ID %u) failed",
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3497 (unsigned int)gtk_socket_id);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3498 // Pretend we never wanted it if it failed (get own window)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3499 gtk_socket_id = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3500 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3501 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3502
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3503 if (gtk_socket_id == 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3504 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3505 #ifdef FEAT_GUI_GNOME
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3506 if (using_gnome)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3507 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3508 gui.mainwin = gnome_app_new("Vim", NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3509 # ifdef USE_XSMP
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3510 // Use the GNOME save-yourself functionality now.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3511 xsmp_close();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3512 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3513 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3514 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3515 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3516 gui.mainwin = gtk_window_new(GTK_WINDOW_TOPLEVEL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3517 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3518
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3519 gtk_widget_set_name(gui.mainwin, "vim-main-window");
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3520
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3521 // Create the PangoContext used for drawing all text.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3522 gui.text_context = gtk_widget_create_pango_context(gui.mainwin);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3523 pango_context_set_base_dir(gui.text_context, PANGO_DIRECTION_LTR);
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
3524
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3525 gtk_container_set_border_width(GTK_CONTAINER(gui.mainwin), 0);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3526 gtk_widget_add_events(gui.mainwin, GDK_VISIBILITY_NOTIFY_MASK);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3527
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3528 g_signal_connect(G_OBJECT(gui.mainwin), "delete-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3529 G_CALLBACK(&delete_event_cb), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3530
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3531 g_signal_connect(G_OBJECT(gui.mainwin), "realize",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3532 G_CALLBACK(&mainwin_realize), NULL);
11474
621e41f6dcc2 patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Christian Brabandt <cb@256bit.org>
parents: 11129
diff changeset
3533
621e41f6dcc2 patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Christian Brabandt <cb@256bit.org>
parents: 11129
diff changeset
3534 g_signal_connect(G_OBJECT(gui.mainwin), "screen-changed",
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3535 G_CALLBACK(&mainwin_screen_changed_cb), NULL);
11474
621e41f6dcc2 patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
Christian Brabandt <cb@256bit.org>
parents: 11129
diff changeset
3536
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3537 gui.accel_group = gtk_accel_group_new();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3538 gtk_window_add_accel_group(GTK_WINDOW(gui.mainwin), gui.accel_group);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3539
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3540 // A vertical box holds the menubar, toolbar and main text window.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3541 #if GTK_CHECK_VERSION(3,2,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3542 vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3543 gtk_box_set_homogeneous(GTK_BOX(vbox), FALSE);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3544 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3545 vbox = gtk_vbox_new(FALSE, 0);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3546 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3547
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3548 #ifdef FEAT_GUI_GNOME
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3549 if (using_gnome)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3550 {
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
3551 # if defined(FEAT_MENU)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3552 // automagically restore menubar/toolbar placement
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3553 gnome_app_enable_layout_config(GNOME_APP(gui.mainwin), TRUE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3554 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3555 gnome_app_set_contents(GNOME_APP(gui.mainwin), vbox);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3556 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3557 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3558 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3559 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3560 gtk_container_add(GTK_CONTAINER(gui.mainwin), vbox);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3561 gtk_widget_show(vbox);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3562 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3563
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3564 #ifdef FEAT_MENU
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3565 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3566 * Create the menubar and handle
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3567 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3568 gui.menubar = gtk_menu_bar_new();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3569 gtk_widget_set_name(gui.menubar, "vim-menubar");
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3570
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3571 // Avoid that GTK takes <F10> away from us.
36
125e80798a85 updated for version 7.0021
vimboss
parents: 34
diff changeset
3572 {
125e80798a85 updated for version 7.0021
vimboss
parents: 34
diff changeset
3573 GtkSettings *gtk_settings;
125e80798a85 updated for version 7.0021
vimboss
parents: 34
diff changeset
3574
125e80798a85 updated for version 7.0021
vimboss
parents: 34
diff changeset
3575 gtk_settings = gtk_settings_get_for_screen(gdk_screen_get_default());
125e80798a85 updated for version 7.0021
vimboss
parents: 34
diff changeset
3576 g_object_set(gtk_settings, "gtk-menu-bar-accel", NULL, NULL);
125e80798a85 updated for version 7.0021
vimboss
parents: 34
diff changeset
3577 }
125e80798a85 updated for version 7.0021
vimboss
parents: 34
diff changeset
3578
125e80798a85 updated for version 7.0021
vimboss
parents: 34
diff changeset
3579
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3580 # ifdef FEAT_GUI_GNOME
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3581 if (using_gnome)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3582 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3583 BonoboDockItem *dockitem;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3584
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3585 gnome_app_set_menus(GNOME_APP(gui.mainwin), GTK_MENU_BAR(gui.menubar));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3586 dockitem = gnome_app_get_dock_item_by_name(GNOME_APP(gui.mainwin),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3587 GNOME_APP_MENUBAR_NAME);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3588 // We don't want the menu to float.
798
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
3589 bonobo_dock_item_set_behavior(dockitem,
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
3590 bonobo_dock_item_get_behavior(dockitem)
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
3591 | BONOBO_DOCK_ITEM_BEH_NEVER_FLOATING);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3592 gui.menubar_h = GTK_WIDGET(dockitem);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3593 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3594 else
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3595 # endif // FEAT_GUI_GNOME
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3596 {
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3597 // Always show the menubar, otherwise <F10> doesn't work. It may be
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3598 // disabled in gui_init() later.
827
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 824
diff changeset
3599 gtk_widget_show(gui.menubar);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3600 gtk_box_pack_start(GTK_BOX(vbox), gui.menubar, FALSE, FALSE, 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3601 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3602 #endif // FEAT_MENU
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3603
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3604 #ifdef FEAT_TOOLBAR
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3605 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3606 * Create the toolbar and handle
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3607 */
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3608 // some aesthetics on the toolbar
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3609 # ifdef USE_GTK3
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3610 // TODO: Add GTK+ 3 code here using GtkCssProvider if necessary.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3611 // N.B. Since the default value of GtkToolbar::button-relief is
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3612 // GTK_RELIEF_NONE, there's no need to specify that, probably.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3613 # else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3614 gtk_rc_parse_string(
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3615 "style \"vim-toolbar-style\" {\n"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3616 " GtkToolbar::button_relief = GTK_RELIEF_NONE\n"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3617 "}\n"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3618 "widget \"*.vim-toolbar\" style \"vim-toolbar-style\"\n");
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3619 # endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3620 gui.toolbar = gtk_toolbar_new();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3621 gtk_widget_set_name(gui.toolbar, "vim-toolbar");
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3622 set_toolbar_style(GTK_TOOLBAR(gui.toolbar));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3623
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3624 # ifdef FEAT_GUI_GNOME
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3625 if (using_gnome)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3626 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3627 BonoboDockItem *dockitem;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3628
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3629 gnome_app_set_toolbar(GNOME_APP(gui.mainwin), GTK_TOOLBAR(gui.toolbar));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3630 dockitem = gnome_app_get_dock_item_by_name(GNOME_APP(gui.mainwin),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3631 GNOME_APP_TOOLBAR_NAME);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3632 gui.toolbar_h = GTK_WIDGET(dockitem);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3633 // When the toolbar is floating it gets stuck. So long as that isn't
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3634 // fixed let's disallow floating.
795
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
3635 bonobo_dock_item_set_behavior(dockitem,
798
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
3636 bonobo_dock_item_get_behavior(dockitem)
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
3637 | BONOBO_DOCK_ITEM_BEH_NEVER_FLOATING);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3638 gtk_container_set_border_width(GTK_CONTAINER(gui.toolbar), 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3639 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3640 else
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3641 # endif // FEAT_GUI_GNOME
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3642 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3643 if (vim_strchr(p_go, GO_TOOLBAR) != NULL
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3644 && (toolbar_flags & (TOOLBAR_TEXT | TOOLBAR_ICONS)))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3645 gtk_widget_show(gui.toolbar);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3646 gtk_box_pack_start(GTK_BOX(vbox), gui.toolbar, FALSE, FALSE, 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3647 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3648 #endif // FEAT_TOOLBAR
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3649
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3650 #ifdef FEAT_GUI_TABLINE
782
d20041a02ee5 updated for version 7.0228
vimboss
parents: 714
diff changeset
3651 /*
d20041a02ee5 updated for version 7.0228
vimboss
parents: 714
diff changeset
3652 * Use a Notebook for the tab pages labels. The labels are hidden by
d20041a02ee5 updated for version 7.0228
vimboss
parents: 714
diff changeset
3653 * default.
d20041a02ee5 updated for version 7.0228
vimboss
parents: 714
diff changeset
3654 */
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3655 gui.tabline = gtk_notebook_new();
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3656 gtk_widget_show(gui.tabline);
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3657 gtk_box_pack_start(GTK_BOX(vbox), gui.tabline, FALSE, FALSE, 0);
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3658 gtk_notebook_set_show_border(GTK_NOTEBOOK(gui.tabline), FALSE);
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3659 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(gui.tabline), FALSE);
841
c2cae213194d updated for version 7.0e07
vimboss
parents: 840
diff changeset
3660 gtk_notebook_set_scrollable(GTK_NOTEBOOK(gui.tabline), TRUE);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3661 # if !GTK_CHECK_VERSION(3,0,0)
868
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
3662 gtk_notebook_set_tab_border(GTK_NOTEBOOK(gui.tabline), FALSE);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3663 # endif
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3664
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3665 # if !GTK_CHECK_VERSION(3,0,0)
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3666 tabline_tooltip = gtk_tooltips_new();
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3667 gtk_tooltips_enable(GTK_TOOLTIPS(tabline_tooltip));
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3668 # endif
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3669
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3670 {
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3671 GtkWidget *page, *label, *event_box;
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3672
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3673 // Add the first tab.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3674 # if GTK_CHECK_VERSION(3,2,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3675 page = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3676 gtk_box_set_homogeneous(GTK_BOX(page), FALSE);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3677 # else
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3678 page = gtk_vbox_new(FALSE, 0);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3679 # endif
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3680 gtk_widget_show(page);
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3681 gtk_container_add(GTK_CONTAINER(gui.tabline), page);
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3682 label = gtk_label_new("-Empty-");
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3683 gtk_widget_show(label);
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3684 event_box = gtk_event_box_new();
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3685 gtk_widget_show(event_box);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3686 g_object_set_data(G_OBJECT(event_box), "tab_num", GINT_TO_POINTER(1L));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3687 # if !GTK_CHECK_VERSION(3,14,0)
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
3688 gtk_misc_set_padding(GTK_MISC(label), 2, 2);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3689 # endif
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3690 gtk_container_add(GTK_CONTAINER(event_box), label);
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
3691 gtk_notebook_set_tab_label(GTK_NOTEBOOK(gui.tabline), page, event_box);
14800
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
3692 # if GTK_CHECK_VERSION(2,10,0)
12666
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3693 gtk_notebook_set_tab_reorderable(GTK_NOTEBOOK(gui.tabline), page, TRUE);
14800
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
3694 # endif
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3695 }
865
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 857
diff changeset
3696
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3697 g_signal_connect(G_OBJECT(gui.tabline), "switch-page",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3698 G_CALLBACK(on_select_tab), NULL);
14800
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
3699 # if GTK_CHECK_VERSION(2,10,0)
12666
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3700 g_signal_connect(G_OBJECT(gui.tabline), "page-reordered",
856a840679e3 patch 8.0.1211: cannot reorder tab pages with drag & drop
Christian Brabandt <cb@256bit.org>
parents: 12413
diff changeset
3701 G_CALLBACK(on_tab_reordered), NULL);
14800
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
3702 # endif
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3703
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3704 // Create a popup menu for the tab line and connect it.
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3705 tabline_menu = create_tabline_menu();
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3706 g_signal_connect_swapped(G_OBJECT(gui.tabline), "button-press-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3707 G_CALLBACK(on_tabline_menu), G_OBJECT(tabline_menu));
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3708 #endif // FEAT_GUI_TABLINE
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 670
diff changeset
3709
22659
8623ab39b421 patch 8.2.1878: GTK: error for redefining function
Bram Moolenaar <Bram@vim.org>
parents: 22522
diff changeset
3710 gui.formwin = gui_gtk_form_new();
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3711 gtk_container_set_border_width(GTK_CONTAINER(gui.formwin), 0);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3712 #if !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3713 gtk_widget_set_events(gui.formwin, GDK_EXPOSURE_MASK);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3714 #endif
23130
5fabd6e0f6f7 patch 8.2.2111: GTK: menu background is the same color as the main window
Bram Moolenaar <Bram@vim.org>
parents: 22993
diff changeset
3715 #if GTK_CHECK_VERSION(3,22,2)
5fabd6e0f6f7 patch 8.2.2111: GTK: menu background is the same color as the main window
Bram Moolenaar <Bram@vim.org>
parents: 22993
diff changeset
3716 gtk_widget_set_name(gui.formwin, "vim-gtk-form");
5fabd6e0f6f7 patch 8.2.2111: GTK: menu background is the same color as the main window
Bram Moolenaar <Bram@vim.org>
parents: 22993
diff changeset
3717 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3718
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3719 gui.drawarea = gtk_drawing_area_new();
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3720 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3721 gui.surface = NULL;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3722 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3723
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3724 // Determine which events we will filter.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3725 gtk_widget_set_events(gui.drawarea,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3726 GDK_EXPOSURE_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3727 GDK_ENTER_NOTIFY_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3728 GDK_LEAVE_NOTIFY_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3729 GDK_BUTTON_PRESS_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3730 GDK_BUTTON_RELEASE_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3731 GDK_SCROLL_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3732 GDK_KEY_PRESS_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3733 GDK_KEY_RELEASE_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3734 GDK_POINTER_MOTION_MASK |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3735 GDK_POINTER_MOTION_HINT_MASK);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3736
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3737 gtk_widget_show(gui.drawarea);
22659
8623ab39b421 patch 8.2.1878: GTK: error for redefining function
Bram Moolenaar <Bram@vim.org>
parents: 22522
diff changeset
3738 gui_gtk_form_put(GTK_FORM(gui.formwin), gui.drawarea, 0, 0);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3739 gtk_widget_show(gui.formwin);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3740 gtk_box_pack_start(GTK_BOX(vbox), gui.formwin, TRUE, TRUE, 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3741
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3742 // For GtkSockets, key-presses must go to the focus widget (drawarea)
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3743 // and not the window.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3744 g_signal_connect((gtk_socket_id == 0) ? G_OBJECT(gui.mainwin)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3745 : G_OBJECT(gui.drawarea),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3746 "key-press-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3747 G_CALLBACK(key_press_event), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3748 #if defined(FEAT_XIM) || GTK_CHECK_VERSION(3,0,0)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3749 // Also forward key release events for the benefit of GTK+ 2 input
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3750 // modules. Try CTRL-SHIFT-xdigits to enter a Unicode code point.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3751 g_signal_connect((gtk_socket_id == 0) ? G_OBJECT(gui.mainwin)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3752 : G_OBJECT(gui.drawarea),
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3753 "key-release-event",
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3754 G_CALLBACK(&key_release_event), NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3755 #endif
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3756 g_signal_connect(G_OBJECT(gui.drawarea), "realize",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3757 G_CALLBACK(drawarea_realize_cb), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3758 g_signal_connect(G_OBJECT(gui.drawarea), "unrealize",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3759 G_CALLBACK(drawarea_unrealize_cb), NULL);
14786
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
3760 #if GTK_CHECK_VERSION(3,0,0)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3761 g_signal_connect(G_OBJECT(gui.drawarea), "configure-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3762 G_CALLBACK(drawarea_configure_event_cb), NULL);
14786
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
3763 #endif
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
3764 #if GTK_CHECK_VERSION(3,22,2)
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3765 g_signal_connect_after(G_OBJECT(gui.drawarea), "style-updated",
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3766 G_CALLBACK(&drawarea_style_updated_cb), NULL);
14786
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
3767 #else
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3768 g_signal_connect_after(G_OBJECT(gui.drawarea), "style-set",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3769 G_CALLBACK(&drawarea_style_set_cb), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3770 #endif
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3771
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3772 #if !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3773 gui.visibility = GDK_VISIBILITY_UNOBSCURED;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3774 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3775
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
3776 #if !defined(USE_GNOME_SESSION)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3777 wm_protocols_atom = gdk_atom_intern("WM_PROTOCOLS", FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3778 save_yourself_atom = gdk_atom_intern("WM_SAVE_YOURSELF", FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3779 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3780
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3781 if (gtk_socket_id != 0)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3782 // make sure keyboard input can go to the drawarea
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3783 gtk_widget_set_can_focus(gui.drawarea, TRUE);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3784
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3785 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3786 * Set clipboard specific atoms
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3787 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3788 vim_atom = gdk_atom_intern(VIM_ATOM_NAME, FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3789 vimenc_atom = gdk_atom_intern(VIMENC_ATOM_NAME, FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3790 clip_star.gtk_sel_atom = GDK_SELECTION_PRIMARY;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3791 clip_plus.gtk_sel_atom = gdk_atom_intern("CLIPBOARD", FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3792
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3793 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3794 * Start out by adding the configured border width into the border offset.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3795 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3796 gui.border_offset = gui.border_width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3797
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3798 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3799 g_signal_connect(G_OBJECT(gui.drawarea), "draw",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3800 G_CALLBACK(draw_event), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3801 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3802 gtk_signal_connect(GTK_OBJECT(gui.mainwin), "visibility_notify_event",
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3803 GTK_SIGNAL_FUNC(visibility_event), NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3804 gtk_signal_connect(GTK_OBJECT(gui.drawarea), "expose_event",
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3805 GTK_SIGNAL_FUNC(expose_event), NULL);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3806 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3807
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3808 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3809 * Only install these enter/leave callbacks when 'p' in 'guioptions'.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3810 * Only needed for some window managers.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3811 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3812 if (vim_strchr(p_go, GO_POINTER) != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3813 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3814 g_signal_connect(G_OBJECT(gui.drawarea), "leave-notify-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3815 G_CALLBACK(leave_notify_event), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3816 g_signal_connect(G_OBJECT(gui.drawarea), "enter-notify-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3817 G_CALLBACK(enter_notify_event), NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3818 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3819
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3820 // Real windows can get focus ... GtkPlug, being a mere container can't,
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3821 // only its widgets. Arguably, this could be common code and we not use
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3822 // the window focus at all, but let's be safe.
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3823 if (gtk_socket_id == 0)
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3824 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3825 g_signal_connect(G_OBJECT(gui.mainwin), "focus-out-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3826 G_CALLBACK(focus_out_event), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3827 g_signal_connect(G_OBJECT(gui.mainwin), "focus-in-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3828 G_CALLBACK(focus_in_event), NULL);
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3829 }
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3830 else
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3831 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3832 g_signal_connect(G_OBJECT(gui.drawarea), "focus-out-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3833 G_CALLBACK(focus_out_event), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3834 g_signal_connect(G_OBJECT(gui.drawarea), "focus-in-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3835 G_CALLBACK(focus_in_event), NULL);
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3836 #ifdef FEAT_GUI_TABLINE
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3837 g_signal_connect(G_OBJECT(gui.tabline), "focus-out-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3838 G_CALLBACK(focus_out_event), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3839 g_signal_connect(G_OBJECT(gui.tabline), "focus-in-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3840 G_CALLBACK(focus_in_event), NULL);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3841 #endif // FEAT_GUI_TABLINE
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3842 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3843
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3844 g_signal_connect(G_OBJECT(gui.drawarea), "motion-notify-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3845 G_CALLBACK(motion_notify_event), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3846 g_signal_connect(G_OBJECT(gui.drawarea), "button-press-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3847 G_CALLBACK(button_press_event), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3848 g_signal_connect(G_OBJECT(gui.drawarea), "button-release-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3849 G_CALLBACK(button_release_event), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3850 g_signal_connect(G_OBJECT(gui.drawarea), "scroll-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3851 G_CALLBACK(&scroll_event), NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3852
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3853 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3854 * Add selection handler functions.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3855 */
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3856 g_signal_connect(G_OBJECT(gui.drawarea), "selection-clear-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3857 G_CALLBACK(selection_clear_event), NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3858 g_signal_connect(G_OBJECT(gui.drawarea), "selection-received",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3859 G_CALLBACK(selection_received_cb), NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3860
2183
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
3861 gui_gtk_set_selection_targets();
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3862
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3863 g_signal_connect(G_OBJECT(gui.drawarea), "selection-get",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3864 G_CALLBACK(selection_get_cb), NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3865
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3866 // Pretend we don't have input focus, we will get an event if we do.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3867 gui.in_focus = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3868
14471
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
3869 // Handle changes to the "Xft/DPI" setting.
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
3870 {
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
3871 GtkSettings *gtk_settings =
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
3872 gtk_settings_get_for_screen(gdk_screen_get_default());
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
3873
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
3874 g_signal_connect(gtk_settings, "notify::gtk-xft-dpi",
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
3875 G_CALLBACK(gtk_settings_xft_dpi_changed_cb), NULL);
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
3876 }
2f6f886d9a87 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it
Christian Brabandt <cb@256bit.org>
parents: 13674
diff changeset
3877
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3878 return OK;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3879 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3880
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
3881 #if defined(USE_GNOME_SESSION) || defined(PROTO)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3882 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3883 * This is called from gui_start() after a fork() has been done.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3884 * We have to tell the session manager our new PID.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3885 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3886 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3887 gui_mch_forked(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3888 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3889 if (using_gnome)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3890 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3891 GnomeClient *client;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3892
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3893 client = gnome_master_client();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3894
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3895 if (client != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3896 gnome_client_set_process_id(client, getpid());
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3897 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3898 }
17539
554240b9574b patch 8.1.1767: FEAT_SESSION defined separately
Bram Moolenaar <Bram@vim.org>
parents: 17063
diff changeset
3899 #endif // USE_GNOME_SESSION
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3900
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3901 #if GTK_CHECK_VERSION(3,0,0)
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3902 static GdkRGBA
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3903 color_to_rgba(guicolor_T color)
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3904 {
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3905 GdkRGBA rgba;
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3906 rgba.red = ((color & 0xff0000) >> 16) / 255.0;
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3907 rgba.green = ((color & 0xff00) >> 8) / 255.0;
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3908 rgba.blue = ((color & 0xff)) / 255.0;
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3909 rgba.alpha = 1.0;
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3910 return rgba;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3911 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3912
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3913 static void
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3914 set_cairo_source_rgba_from_color(cairo_t *cr, guicolor_T color)
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3915 {
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3916 const GdkRGBA rgba = color_to_rgba(color);
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3917 cairo_set_source_rgba(cr, rgba.red, rgba.green, rgba.blue, rgba.alpha);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3918 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3919 #endif // GTK_CHECK_VERSION(3,0,0)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3920
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3921 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3922 * Called when the foreground or background color has been changed.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3923 * This used to change the graphics contexts directly but we are
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3924 * currently manipulating them where desired.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3925 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3926 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3927 gui_mch_new_colors(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3928 {
23146
b78b8c804af0 patch 8.2.2119: GTK3: status line background color is wrong
Bram Moolenaar <Bram@vim.org>
parents: 23130
diff changeset
3929 if (gui.drawarea != NULL
b78b8c804af0 patch 8.2.2119: GTK3: status line background color is wrong
Bram Moolenaar <Bram@vim.org>
parents: 23130
diff changeset
3930 #if GTK_CHECK_VERSION(3,22,2)
b78b8c804af0 patch 8.2.2119: GTK3: status line background color is wrong
Bram Moolenaar <Bram@vim.org>
parents: 23130
diff changeset
3931 && gui.formwin != NULL
b78b8c804af0 patch 8.2.2119: GTK3: status line background color is wrong
Bram Moolenaar <Bram@vim.org>
parents: 23130
diff changeset
3932 #endif
b78b8c804af0 patch 8.2.2119: GTK3: status line background color is wrong
Bram Moolenaar <Bram@vim.org>
parents: 23130
diff changeset
3933 && gtk_widget_get_window(gui.drawarea) != NULL)
14786
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
3934 {
11978f68a8c3 patch 8.1.0405: too many #ifdefs for GTK
Christian Brabandt <cb@256bit.org>
parents: 14712
diff changeset
3935 #if !GTK_CHECK_VERSION(3,22,2)
23146
b78b8c804af0 patch 8.2.2119: GTK3: status line background color is wrong
Bram Moolenaar <Bram@vim.org>
parents: 23130
diff changeset
3936 GdkWindow * const da_win = gtk_widget_get_window(gui.drawarea);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3937 #endif
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3938 #if GTK_CHECK_VERSION(3,22,2)
23146
b78b8c804af0 patch 8.2.2119: GTK3: status line background color is wrong
Bram Moolenaar <Bram@vim.org>
parents: 23130
diff changeset
3939 GtkStyleContext * const context =
b78b8c804af0 patch 8.2.2119: GTK3: status line background color is wrong
Bram Moolenaar <Bram@vim.org>
parents: 23130
diff changeset
3940 gtk_widget_get_style_context(gui.formwin);
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3941 GtkCssProvider * const provider = gtk_css_provider_new();
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3942 gchar * const css = g_strdup_printf(
23130
5fabd6e0f6f7 patch 8.2.2111: GTK: menu background is the same color as the main window
Bram Moolenaar <Bram@vim.org>
parents: 22993
diff changeset
3943 "widget#vim-gtk-form {\n"
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3944 " background-color: #%.2lx%.2lx%.2lx;\n"
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3945 "}\n",
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3946 (gui.back_pixel >> 16) & 0xff,
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3947 (gui.back_pixel >> 8) & 0xff,
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3948 gui.back_pixel & 0xff);
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3949
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3950 gtk_css_provider_load_from_data(provider, css, -1, NULL);
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3951 gtk_style_context_add_provider(context,
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3952 GTK_STYLE_PROVIDER(provider), G_MAXUINT);
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3953
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3954 g_free(css);
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
3955 g_object_unref(provider);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3956 #elif GTK_CHECK_VERSION(3,4,0) // !GTK_CHECK_VERSION(3,22,2)
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3957 GdkRGBA rgba;
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3958
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3959 rgba = color_to_rgba(gui.back_pixel);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3960 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3961 cairo_pattern_t * const pat = cairo_pattern_create_rgba(
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3962 rgba.red, rgba.green, rgba.blue, rgba.alpha);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3963 if (pat != NULL)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3964 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3965 gdk_window_set_background_pattern(da_win, pat);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3966 cairo_pattern_destroy(pat);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3967 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3968 else
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
3969 gdk_window_set_background_rgba(da_win, &rgba);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3970 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3971 #else // !GTK_CHECK_VERSION(3,4,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3972 GdkColor color = { 0, 0, 0, 0 };
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3973
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3974 color.pixel = gui.back_pixel;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
3975 gdk_window_set_background(da_win, &color);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3976 #endif // !GTK_CHECK_VERSION(3,22,2)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3977 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3978 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3979
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3980 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3981 * This signal informs us about the need to rearrange our sub-widgets.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3982 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3983 static gint
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
3984 form_configure_event(GtkWidget *widget UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
3985 GdkEventConfigure *event,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
3986 gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3987 {
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3988 int usable_height = event->height;
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
3989
10402
65646e5652df commit https://github.com/vim/vim/commit/182707ac10d77359bf7a87c6b23ce4025d5b0ad4
Christian Brabandt <cb@256bit.org>
parents: 10390
diff changeset
3990 #if GTK_CHECK_VERSION(3,22,2) && !GTK_CHECK_VERSION(3,22,4)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3991 // As of 3.22.2, GdkWindows have started distributing configure events to
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3992 // their "native" children (https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=12579fe71b3b8f79eb9c1b80e429443bcc437dd0).
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3993 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3994 // As can be seen from the implementation of move_native_children() and
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3995 // configure_native_child() in gdkwindow.c, those functions actually
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3996 // propagate configure events to every child, failing to distinguish
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3997 // "native" one from non-native one.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3998 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
3999 // Naturally, configure events propagated to here like that are fallacious
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4000 // and, as a matter of fact, they trigger a geometric collapse of
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4001 // gui.formwin.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4002 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4003 // To filter out such fallacious events, check if the given event is the
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4004 // one that was sent out to the right place. Ignore it if not.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4005 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4006 // Follow-up
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4007 // After a few weeks later, the GdkWindow change mentioned above was
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4008 // reverted (https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=f70039cb9603a02d2369fec4038abf40a1711155).
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4009 // The corresponding official release is 3.22.4.
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
4010 if (event->window != gtk_widget_get_window(gui.formwin))
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
4011 return TRUE;
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
4012 #endif
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
4013
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4014 // When in a GtkPlug, we can't guarantee valid heights (as a round
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4015 // no. of char-heights), so we have to manually sanitise them.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4016 // Widths seem to sort themselves out, don't ask me why.
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4017 if (gtk_socket_id != 0)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4018 usable_height -= (gui.char_height - (gui.char_height/2)); // sic.
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4019
22659
8623ab39b421 patch 8.2.1878: GTK: error for redefining function
Bram Moolenaar <Bram@vim.org>
parents: 22522
diff changeset
4020 gui_gtk_form_freeze(GTK_FORM(gui.formwin));
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4021 gui_resize_shell(event->width, usable_height);
22659
8623ab39b421 patch 8.2.1878: GTK: error for redefining function
Bram Moolenaar <Bram@vim.org>
parents: 22522
diff changeset
4022 gui_gtk_form_thaw(GTK_FORM(gui.formwin));
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4023
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4024 return TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4025 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4026
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4027 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4028 * Function called when window already closed.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4029 * We can't do much more here than to trying to preserve what had been done,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4030 * since the window is already inevitably going away.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4031 */
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4032 static void
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4033 mainwin_destroy_cb(GObject *object UNUSED, gpointer data UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4034 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4035 // Don't write messages to the GUI anymore
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4036 full_screen = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4037
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4038 gui.mainwin = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4039 gui.drawarea = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4040
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4041 if (!exiting) // only do anything if the destroy was unexpected
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4042 {
419
f713fc55bf7b updated for version 7.0109
vimboss
parents: 359
diff changeset
4043 vim_strncpy(IObuff,
f713fc55bf7b updated for version 7.0109
vimboss
parents: 359
diff changeset
4044 (char_u *)_("Vim: Main window unexpectedly destroyed\n"),
f713fc55bf7b updated for version 7.0109
vimboss
parents: 359
diff changeset
4045 IOSIZE - 1);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4046 preserve_exit();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4047 }
7380
055a0b587a3e commit https://github.com/vim/vim/commit/36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8
Christian Brabandt <cb@256bit.org>
parents: 7260
diff changeset
4048 #ifdef USE_GRESOURCE
055a0b587a3e commit https://github.com/vim/vim/commit/36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8
Christian Brabandt <cb@256bit.org>
parents: 7260
diff changeset
4049 gui_gtk_unregister_resource();
055a0b587a3e commit https://github.com/vim/vim/commit/36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8
Christian Brabandt <cb@256bit.org>
parents: 7260
diff changeset
4050 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4051 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4052
24162
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4053 void
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4054 gui_gtk_get_screen_geom_of_win(
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4055 GtkWidget *wid,
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4056 int point_x, // x position of window if not initialized
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4057 int point_y, // y position of window if not initialized
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4058 int *screen_x,
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4059 int *screen_y,
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4060 int *width,
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4061 int *height)
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4062 {
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4063 GdkRectangle geometry;
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4064 GdkWindow *win = gtk_widget_get_window(wid);
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4065 #if GTK_CHECK_VERSION(3,22,0)
24170
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4066 GdkDisplay *dpy;
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4067 GdkMonitor *monitor;
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4068
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4069 if (wid != NULL && gtk_widget_get_realized(wid))
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4070 dpy = gtk_widget_get_display(wid);
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4071 else
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4072 dpy = gdk_display_get_default();
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4073 if (win != NULL)
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4074 monitor = gdk_display_get_monitor_at_window(dpy, win);
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4075 else
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4076 monitor = gdk_display_get_monitor_at_point(dpy, point_x, point_y);
24162
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4077 gdk_monitor_get_geometry(monitor, &geometry);
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4078 #else
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4079 GdkScreen* screen;
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4080 int monitor;
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4081
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4082 if (wid != NULL && gtk_widget_has_screen(wid))
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4083 screen = gtk_widget_get_screen(wid);
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4084 else
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4085 screen = gdk_screen_get_default();
24170
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4086 if (win != NULL)
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4087 monitor = gdk_screen_get_monitor_at_window(screen, win);
74f869d4bd54 patch 8.2.2626: GTK3: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 24162
diff changeset
4088 else
24162
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4089 monitor = gdk_screen_get_monitor_at_point(screen, point_x, point_y);
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4090 gdk_screen_get_monitor_geometry(screen, monitor, &geometry);
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4091 #endif
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4092 *screen_x = geometry.x;
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4093 *screen_y = geometry.y;
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4094 *width = geometry.width;
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4095 *height = geometry.height;
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4096 }
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4097
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4098 /*
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4099 * The screen size is used to make sure the initial window doesn't get bigger
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4100 * than the screen. This subtracts some room for menubar, toolbar and window
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4101 * decorations.
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4102 */
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4103 static void
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4104 gui_gtk_get_screen_dimensions(
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4105 int point_x,
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4106 int point_y,
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4107 int *screen_w,
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4108 int *screen_h)
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4109 {
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4110 int x, y;
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4111
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4112 gui_gtk_get_screen_geom_of_win(gui.mainwin, point_x, point_y,
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4113 &x, &y, screen_w, screen_h);
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4114
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4115 // Subtract 'guiheadroom' from the height to allow some room for the
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4116 // window manager (task list and window title bar).
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4117 *screen_h -= p_ghr;
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4118
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4119 /*
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4120 * FIXME: dirty trick: Because the gui_get_base_height() doesn't include
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4121 * the toolbar and menubar for GTK, we subtract them from the screen
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4122 * height, so that the window size can be made to fit on the screen.
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4123 * This should be completely changed later.
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4124 */
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4125 *screen_w -= get_menu_tool_width();
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4126 *screen_h -= get_menu_tool_height();
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4127 }
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4128
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4129 void
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4130 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h)
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4131 {
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4132 gui_gtk_get_screen_dimensions(0, 0, screen_w, screen_h);
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4133 }
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4134
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4135
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4136 /*
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4137 * Bit of a hack to ensure we start GtkPlug windows with the correct window
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4138 * hints (and thus the required size from -geom), but that after that we
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4139 * put the hints back to normal (the actual minimum size) so we may
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4140 * subsequently be resized smaller. GtkSocket (the parent end) uses the
15034
6e4e0d43b20b patch 8.1.0528: various typos in comments
Bram Moolenaar <Bram@vim.org>
parents: 14862
diff changeset
4141 * plug's window 'min hints to set *its* minimum size, but that's also the
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4142 * only way we have of making ourselves bigger (by set lines/columns).
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4143 * Thus set hints at start-up to ensure correct init. size, then a
8301
6a4c11fa1aa3 commit https://github.com/vim/vim/commit/3f2a5d8dfbe2998b4d3d369c0275e2366c92666b
Christian Brabandt <cb@256bit.org>
parents: 8281
diff changeset
4144 * second after the final attempt to reset the real minimum hints (done by
6a4c11fa1aa3 commit https://github.com/vim/vim/commit/3f2a5d8dfbe2998b4d3d369c0275e2366c92666b
Christian Brabandt <cb@256bit.org>
parents: 8281
diff changeset
4145 * scrollbar init.), actually do the standard hints and stop the timer.
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4146 * We'll not let the default hints be set while this timer's active.
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4147 */
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
4148 static timeout_cb_type
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
4149 check_startup_plug_hints(gpointer data UNUSED)
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4150 {
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4151 if (init_window_hints_state == 1)
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4152 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4153 // Safe to use normal hints now
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
4154 init_window_hints_state = 0;
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
4155 update_window_manager_hints(0, 0);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4156 return FALSE; // stop timer
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4157 }
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4158
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4159 // Keep on trying
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4160 init_window_hints_state = 1;
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4161 return TRUE;
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4162 }
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4163
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4164 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4165 * Open the GUI window which was created by a call to gui_mch_init().
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4166 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4167 int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4168 gui_mch_open(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4169 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4170 guicolor_T fg_pixel = INVALCOLOR;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4171 guicolor_T bg_pixel = INVALCOLOR;
1966
43a60ac87145 updated for version 7.2-263
vimboss
parents: 1959
diff changeset
4172 guint pixel_width;
43a60ac87145 updated for version 7.2-263
vimboss
parents: 1959
diff changeset
4173 guint pixel_height;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4174
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4175 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4176 * Allow setting a window role on the command line, or invent one
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4177 * if none was specified. This is mainly useful for GNOME session
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4178 * support; allowing the WM to restore window placement.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4179 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4180 if (role_argument != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4181 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4182 gtk_window_set_role(GTK_WINDOW(gui.mainwin), role_argument);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4183 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4184 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4185 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4186 char *role;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4187
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4188 // Invent a unique-enough ID string for the role
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4189 role = g_strdup_printf("vim-%u-%u-%u",
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4190 (unsigned)mch_get_pid(),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4191 (unsigned)g_random_int(),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4192 (unsigned)time(NULL));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4193
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4194 gtk_window_set_role(GTK_WINDOW(gui.mainwin), role);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4195 g_free(role);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4196 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4197
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4198 if (gui_win_x != -1 && gui_win_y != -1)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4199 gtk_window_move(GTK_WINDOW(gui.mainwin), gui_win_x, gui_win_y);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4200
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4201 // Determine user specified geometry, if present.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4202 if (gui.geom != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4203 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4204 int mask;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4205 unsigned int w, h;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4206 int x = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4207 int y = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4208
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4209 mask = XParseGeometry((char *)gui.geom, &x, &y, &w, &h);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4210
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4211 if (mask & WidthValue)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4212 Columns = w;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4213 if (mask & HeightValue)
857
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
4214 {
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
4215 if (p_window > (long)h - 1 || !option_was_set((char_u *)"window"))
857
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
4216 p_window = h - 1;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4217 Rows = h;
857
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
4218 }
5070
cf52d2a8c05c updated for version 7.3.1278
Bram Moolenaar <bram@vim.org>
parents: 4474
diff changeset
4219 limit_screen_size();
1426
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4220
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4221 pixel_width = (guint)(gui_get_base_width() + Columns * gui.char_width);
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4222 pixel_height = (guint)(gui_get_base_height() + Rows * gui.char_height);
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4223
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4224 pixel_width += get_menu_tool_width();
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4225 pixel_height += get_menu_tool_height();
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4226
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4227 if (mask & (XValue | YValue))
1426
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4228 {
1757
f10fe14748e2 updated for version 7.2-055
vimboss
parents: 1666
diff changeset
4229 int ww, hh;
24162
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4230
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4231 #ifdef FEAT_GUI_GTK
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4232 gui_gtk_get_screen_dimensions(x, y, &ww, &hh);
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4233 #else
1757
f10fe14748e2 updated for version 7.2-055
vimboss
parents: 1666
diff changeset
4234 gui_mch_get_screen_dimensions(&ww, &hh);
24162
cb8b9bf76082 patch 8.2.2622: GTK: error when starting up and -geometry is given
Bram Moolenaar <Bram@vim.org>
parents: 23146
diff changeset
4235 #endif
1757
f10fe14748e2 updated for version 7.2-055
vimboss
parents: 1666
diff changeset
4236 hh += p_ghr + get_menu_tool_height();
f10fe14748e2 updated for version 7.2-055
vimboss
parents: 1666
diff changeset
4237 ww += get_menu_tool_width();
1426
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4238 if (mask & XNegative)
1757
f10fe14748e2 updated for version 7.2-055
vimboss
parents: 1666
diff changeset
4239 x += ww - pixel_width;
1426
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4240 if (mask & YNegative)
1757
f10fe14748e2 updated for version 7.2-055
vimboss
parents: 1666
diff changeset
4241 y += hh - pixel_height;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4242 gtk_window_move(GTK_WINDOW(gui.mainwin), x, y);
1426
c44058ba78bc updated for version 7.1-141
vimboss
parents: 1394
diff changeset
4243 }
13244
ac42c4b11dbc patch 8.0.1496: clearing a pointer takes two lines
Christian Brabandt <cb@256bit.org>
parents: 13152
diff changeset
4244 VIM_CLEAR(gui.geom);
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4245
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4246 // From now until everyone's stopped trying to set the window hints
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4247 // to their correct minimum values, stop them being set as we need
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4248 // them to remain at our required size for the parent GtkSocket to
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4249 // give us the right initial size.
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4250 if (gtk_socket_id != 0 && (mask & WidthValue || mask & HeightValue))
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
4251 {
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
4252 update_window_manager_hints(pixel_width, pixel_height);
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
4253 init_window_hints_state = 1;
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
4254 timeout_add(1000, check_startup_plug_hints, NULL);
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
4255 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4256 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4257
1966
43a60ac87145 updated for version 7.2-263
vimboss
parents: 1959
diff changeset
4258 pixel_width = (guint)(gui_get_base_width() + Columns * gui.char_width);
43a60ac87145 updated for version 7.2-263
vimboss
parents: 1959
diff changeset
4259 pixel_height = (guint)(gui_get_base_height() + Rows * gui.char_height);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4260 // For GTK2 changing the size of the form widget doesn't cause window
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4261 // resizing.
2254
4620acaf4814 One more fix for conceal patch.
Bram Moolenaar <bram@vim.org>
parents: 2248
diff changeset
4262 if (gtk_socket_id == 0)
1966
43a60ac87145 updated for version 7.2-263
vimboss
parents: 1959
diff changeset
4263 gtk_window_resize(GTK_WINDOW(gui.mainwin), pixel_width, pixel_height);
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4264 update_window_manager_hints(0, 0);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4265
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4266 if (foreground_argument != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4267 fg_pixel = gui_get_color((char_u *)foreground_argument);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4268 if (fg_pixel == INVALCOLOR)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4269 fg_pixel = gui_get_color((char_u *)"Black");
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4270
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4271 if (background_argument != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4272 bg_pixel = gui_get_color((char_u *)background_argument);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4273 if (bg_pixel == INVALCOLOR)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4274 bg_pixel = gui_get_color((char_u *)"White");
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4275
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4276 if (found_reverse_arg)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4277 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4278 gui.def_norm_pixel = bg_pixel;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4279 gui.def_back_pixel = fg_pixel;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4280 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4281 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4282 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4283 gui.def_norm_pixel = fg_pixel;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4284 gui.def_back_pixel = bg_pixel;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4285 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4286
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4287 // Get the colors from the "Normal" and "Menu" group (set in syntax.c or
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4288 // in a vimrc file)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4289 set_normal_colors();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4290
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4291 // Check that none of the colors are the same as the background color
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4292 gui_check_colors();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4293
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4294 // Get the colors for the highlight groups (gui_check_colors() might have
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4295 // changed them).
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4296 highlight_gui_started(); // re-init colors and fonts
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4297
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4298 g_signal_connect(G_OBJECT(gui.mainwin), "destroy",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4299 G_CALLBACK(mainwin_destroy_cb), NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4300
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4301 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4302 * Notify the fixed area about the need to resize the contents of the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4303 * gui.formwin, which we use for random positioning of the included
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4304 * components.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4305 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4306 * We connect this signal deferred finally after anything is in place,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4307 * since this is intended to handle resizements coming from the window
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4308 * manager upon us and should not interfere with what VIM is requesting
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4309 * upon startup.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4310 */
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4311 g_signal_connect(G_OBJECT(gui.formwin), "configure-event",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4312 G_CALLBACK(form_configure_event), NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4313
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4314 #ifdef FEAT_DND
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4315 // Set up for receiving DND items.
2183
b0ebf9d121ff updated for version 7.2.442
Bram Moolenaar <bram@vim.org>
parents: 2165
diff changeset
4316 gui_gtk_set_dnd_targets();
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4317
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4318 g_signal_connect(G_OBJECT(gui.drawarea), "drag-data-received",
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4319 G_CALLBACK(drag_data_received_cb), NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4320 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4321
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4322 // With GTK+ 2, we need to iconify the window before calling show()
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4323 // to avoid mapping the window for a short time.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4324 if (found_iconic_arg && gtk_socket_id == 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4325 gui_mch_iconify();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4326
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4327 {
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
4328 #if defined(FEAT_GUI_GNOME) && defined(FEAT_MENU)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4329 unsigned long menu_handler = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4330 # ifdef FEAT_TOOLBAR
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4331 unsigned long tool_handler = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4332 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4333 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4334 * Urgh hackish :/ For some reason BonoboDockLayout always forces a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4335 * show when restoring the saved layout configuration. We can't just
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4336 * hide the widgets again after gtk_widget_show(gui.mainwin) since it's
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4337 * a toplevel window and thus will be realized immediately. Instead,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4338 * connect signal handlers to hide the widgets just after they've been
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4339 * marked visible, but before the main window is realized.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4340 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4341 if (using_gnome && vim_strchr(p_go, GO_MENUS) == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4342 menu_handler = g_signal_connect_after(gui.menubar_h, "show",
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4343 G_CALLBACK(&gtk_widget_hide),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4344 NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4345 # ifdef FEAT_TOOLBAR
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4346 if (using_gnome && vim_strchr(p_go, GO_TOOLBAR) == NULL
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4347 && (toolbar_flags & (TOOLBAR_TEXT | TOOLBAR_ICONS)))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4348 tool_handler = g_signal_connect_after(gui.toolbar_h, "show",
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4349 G_CALLBACK(&gtk_widget_hide),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4350 NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4351 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4352 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4353 gtk_widget_show(gui.mainwin);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4354
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
4355 #if defined(FEAT_GUI_GNOME) && defined(FEAT_MENU)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4356 if (menu_handler != 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4357 g_signal_handler_disconnect(gui.menubar_h, menu_handler);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4358 # ifdef FEAT_TOOLBAR
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4359 if (tool_handler != 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4360 g_signal_handler_disconnect(gui.toolbar_h, tool_handler);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4361 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4362 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4363 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4364
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4365 return OK;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4366 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4367
22452
3845389725c9 patch 8.2.1774: GTK: hang when forced to exit
Bram Moolenaar <Bram@vim.org>
parents: 22192
diff changeset
4368 /*
3845389725c9 patch 8.2.1774: GTK: hang when forced to exit
Bram Moolenaar <Bram@vim.org>
parents: 22192
diff changeset
4369 * Clean up for when exiting Vim.
3845389725c9 patch 8.2.1774: GTK: hang when forced to exit
Bram Moolenaar <Bram@vim.org>
parents: 22192
diff changeset
4370 */
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4371 void
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
4372 gui_mch_exit(int rc UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4373 {
22452
3845389725c9 patch 8.2.1774: GTK: hang when forced to exit
Bram Moolenaar <Bram@vim.org>
parents: 22192
diff changeset
4374 // Clean up, unless we don't want to invoke free().
3845389725c9 patch 8.2.1774: GTK: hang when forced to exit
Bram Moolenaar <Bram@vim.org>
parents: 22192
diff changeset
4375 if (gui.mainwin != NULL && !really_exiting)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4376 gtk_widget_destroy(gui.mainwin);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4377 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4378
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4379 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4380 * Get the position of the top left corner of the window.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4381 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4382 int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4383 gui_mch_get_winpos(int *x, int *y)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4384 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4385 gtk_window_get_position(GTK_WINDOW(gui.mainwin), x, y);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4386 return OK;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4387 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4388
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4389 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4390 * Set the position of the top left corner of the window to the given
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4391 * coordinates.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4392 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4393 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4394 gui_mch_set_winpos(int x, int y)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4395 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4396 gtk_window_move(GTK_WINDOW(gui.mainwin), x, y);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4397 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4398
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4399 #if !GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4400 # if 0
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4401 static int resize_idle_installed = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4402 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4403 * Idle handler to force resize. Used by gui_mch_set_shellsize() to ensure
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4404 * the shell size doesn't exceed the window size, i.e. if the window manager
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4405 * ignored our size request. Usually this happens if the window is maximized.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4406 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4407 * FIXME: It'd be nice if we could find a little more orthodox solution.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4408 * See also the remark below in gui_mch_set_shellsize().
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4409 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4410 * DISABLED: When doing ":set lines+=1" this function would first invoke
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4411 * gui_resize_shell() with the old size, then the normal callback would
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4412 * report the new size through form_configure_event(). That caused the window
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4413 * layout to be messed up.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4414 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4415 static gboolean
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4416 force_shell_resize_idle(gpointer data)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4417 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4418 if (gui.mainwin != NULL
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4419 && GTK_WIDGET_REALIZED(gui.mainwin)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4420 && GTK_WIDGET_VISIBLE(gui.mainwin))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4421 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4422 int width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4423 int height;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4424
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4425 gtk_window_get_size(GTK_WINDOW(gui.mainwin), &width, &height);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4426
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4427 width -= get_menu_tool_width();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4428 height -= get_menu_tool_height();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4429
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4430 gui_resize_shell(width, height);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4431 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4432
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4433 resize_idle_installed = FALSE;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4434 return FALSE; // don't call me again
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4435 }
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4436 # endif
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4437 #endif // !GTK_CHECK_VERSION(3,0,0)
2275
e4d849f4df03 Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar <bram@vim.org>
parents: 2270
diff changeset
4438
1967
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4439 /*
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4440 * Return TRUE if the main window is maximized.
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4441 */
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4442 int
7821
81794242a275 commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94
Christian Brabandt <cb@256bit.org>
parents: 7679
diff changeset
4443 gui_mch_maximized(void)
1967
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4444 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4445 return (gui.mainwin != NULL && gtk_widget_get_window(gui.mainwin) != NULL
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4446 && (gdk_window_get_state(gtk_widget_get_window(gui.mainwin))
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4447 & GDK_WINDOW_STATE_MAXIMIZED));
1967
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4448 }
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4449
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4450 /*
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4451 * Unmaximize the main window
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4452 */
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4453 void
7821
81794242a275 commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94
Christian Brabandt <cb@256bit.org>
parents: 7679
diff changeset
4454 gui_mch_unmaximize(void)
1967
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4455 {
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4456 if (gui.mainwin != NULL)
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4457 gtk_window_unmaximize(GTK_WINDOW(gui.mainwin));
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4458 }
4f3857aa1785 updated for version 7.2-264
vimboss
parents: 1966
diff changeset
4459
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4460 /*
12802
29a728529f92 patch 8.0.1278: GUI window always resizes when adding scrollbar
Christian Brabandt <cb@256bit.org>
parents: 12666
diff changeset
4461 * Called when the font changed while the window is maximized or GO_KEEPWINSIZE
29a728529f92 patch 8.0.1278: GUI window always resizes when adding scrollbar
Christian Brabandt <cb@256bit.org>
parents: 12666
diff changeset
4462 * is set. Compute the new Rows and Columns. This is like resizing the
29a728529f92 patch 8.0.1278: GUI window always resizes when adding scrollbar
Christian Brabandt <cb@256bit.org>
parents: 12666
diff changeset
4463 * window.
3014
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4464 */
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4465 void
7821
81794242a275 commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94
Christian Brabandt <cb@256bit.org>
parents: 7679
diff changeset
4466 gui_mch_newfont(void)
3014
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4467 {
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4468 int w, h;
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4469
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4470 gtk_window_get_size(GTK_WINDOW(gui.mainwin), &w, &h);
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4471 w -= get_menu_tool_width();
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4472 h -= get_menu_tool_height();
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4473 gui_resize_shell(w, h);
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4474 }
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4475
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4476 /*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4477 * Set the windows size.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4478 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4479 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4480 gui_mch_set_shellsize(int width, int height,
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
4481 int min_width UNUSED, int min_height UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
4482 int base_width UNUSED, int base_height UNUSED,
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
4483 int direction UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4484 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4485 // give GTK+ a chance to put all widget's into place
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4486 gui_mch_update();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4487
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4488 // this will cause the proper resizement to happen too
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4489 if (gtk_socket_id == 0)
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
4490 update_window_manager_hints(0, 0);
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4491
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4492 // With GTK+ 2, changing the size of the form widget doesn't resize
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4493 // the window. So let's do it the other way around and resize the
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4494 // main window instead.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4495 width += get_menu_tool_width();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4496 height += get_menu_tool_height();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4497
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4498 if (gtk_socket_id == 0)
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
4499 gtk_window_resize(GTK_WINDOW(gui.mainwin), width, height);
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4500 else
856
8cd729851562 updated for version 7.0g
vimboss
parents: 851
diff changeset
4501 update_window_manager_hints(width, height);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4502
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4503 # if !GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4504 # if 0
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4505 if (!resize_idle_installed)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4506 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4507 g_idle_add_full(GDK_PRIORITY_EVENTS + 10,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4508 &force_shell_resize_idle, NULL, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4509 resize_idle_installed = TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4510 }
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4511 # endif
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4512 # endif // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4513 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4514 * Wait until all events are processed to prevent a crash because the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4515 * real size of the drawing area doesn't reflect Vim's internal ideas.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4516 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4517 * This is a bit of a hack, since Vim is a terminal application with a GUI
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4518 * on top, while the GUI expects to be the boss.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4519 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4520 gui_mch_update();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4521 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4522
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4523 #if defined(FEAT_TITLE) || defined(PROTO)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4524 void
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
4525 gui_mch_settitle(char_u *title, char_u *icon UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4526 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4527 if (title != NULL && output_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4528 title = string_convert(&output_conv, title, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4529
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4530 gtk_window_set_title(GTK_WINDOW(gui.mainwin), (const char *)title);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4531
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4532 if (output_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4533 vim_free(title);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4534 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4535 #endif // FEAT_TITLE
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4536
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4537 #if defined(FEAT_MENU) || defined(PROTO)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4538 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4539 gui_mch_enable_menu(int showit)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4540 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4541 GtkWidget *widget;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4542
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4543 # ifdef FEAT_GUI_GNOME
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4544 if (using_gnome)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4545 widget = gui.menubar_h;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4546 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4547 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4548 widget = gui.menubar;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4549
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4550 // Do not disable the menu while starting up, otherwise F10 doesn't work.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4551 if (!showit != !gtk_widget_get_visible(widget) && !gui.starting)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4552 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4553 if (showit)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4554 gtk_widget_show(widget);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4555 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4556 gtk_widget_hide(widget);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4557
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4558 update_window_manager_hints(0, 0);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4559 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4560 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4561 #endif // FEAT_MENU
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4562
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4563 #if defined(FEAT_TOOLBAR) || defined(PROTO)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4564 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4565 gui_mch_show_toolbar(int showit)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4566 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4567 GtkWidget *widget;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4568
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4569 if (gui.toolbar == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4570 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4571
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4572 # ifdef FEAT_GUI_GNOME
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4573 if (using_gnome)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4574 widget = gui.toolbar_h;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4575 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4576 # endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4577 widget = gui.toolbar;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4578
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4579 if (showit)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4580 set_toolbar_style(GTK_TOOLBAR(gui.toolbar));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4581
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4582 if (!showit != !gtk_widget_get_visible(widget))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4583 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4584 if (showit)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4585 gtk_widget_show(widget);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4586 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4587 gtk_widget_hide(widget);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4588
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
4589 update_window_manager_hints(0, 0);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4590 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4591 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4592 #endif // FEAT_TOOLBAR
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4593
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4594 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4595 * Check if a given font is a CJK font. This is done in a very crude manner. It
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4596 * just see if U+04E00 for zh and ja and U+AC00 for ko are covered in a given
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4597 * font. Consequently, this function cannot be used as a general purpose check
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4598 * for CJK-ness for which fontconfig APIs should be used. This is only used by
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4599 * gui_mch_init_font() to deal with 'CJK fixed width fonts'.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4600 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4601 static int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4602 is_cjk_font(PangoFontDescription *font_desc)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4603 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4604 static const char * const cjk_langs[] =
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4605 {"zh_CN", "zh_TW", "zh_HK", "ja", "ko"};
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4606
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4607 PangoFont *font;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4608 unsigned i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4609 int is_cjk = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4610
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4611 font = pango_context_load_font(gui.text_context, font_desc);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4612
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4613 if (font == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4614 return FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4615
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4616 for (i = 0; !is_cjk && i < G_N_ELEMENTS(cjk_langs); ++i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4617 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4618 PangoCoverage *coverage;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4619 gunichar uc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4620
19816
f37028184d6a patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents: 18781
diff changeset
4621 // Valgrind reports a leak for pango_language_from_string(), but the
f37028184d6a patch 8.2.0464: typos and other small problems
Bram Moolenaar <Bram@vim.org>
parents: 18781
diff changeset
4622 // documentation says "This is owned by Pango and should not be freed".
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4623 coverage = pango_font_get_coverage(
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4624 font, pango_language_from_string(cjk_langs[i]));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4625
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4626 if (coverage != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4627 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4628 uc = (cjk_langs[i][0] == 'k') ? 0xAC00 : 0x4E00;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4629 is_cjk = (pango_coverage_get(coverage, uc) == PANGO_COVERAGE_EXACT);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4630 pango_coverage_unref(coverage);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4631 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4632 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4633
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4634 g_object_unref(font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4635
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4636 return is_cjk;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4637 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4638
445
c773cb978acf updated for version 7.0116
vimboss
parents: 419
diff changeset
4639 /*
c773cb978acf updated for version 7.0116
vimboss
parents: 419
diff changeset
4640 * Adjust gui.char_height (after 'linespace' was changed).
c773cb978acf updated for version 7.0116
vimboss
parents: 419
diff changeset
4641 */
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4642 int
445
c773cb978acf updated for version 7.0116
vimboss
parents: 419
diff changeset
4643 gui_mch_adjust_charheight(void)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4644 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4645 PangoFontMetrics *metrics;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4646 int ascent;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4647 int descent;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4648
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4649 metrics = pango_context_get_metrics(gui.text_context, gui.norm_font,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4650 pango_context_get_language(gui.text_context));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4651 ascent = pango_font_metrics_get_ascent(metrics);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4652 descent = pango_font_metrics_get_descent(metrics);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4653
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4654 pango_font_metrics_unref(metrics);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4655
22730
28001013f467 patch 8.2.1913: GTK GUI: rounding for the cell height is too strict
Bram Moolenaar <Bram@vim.org>
parents: 22699
diff changeset
4656 // Round up when the value is more than about 1/16 of a pixel above a whole
28001013f467 patch 8.2.1913: GTK GUI: rounding for the cell height is too strict
Bram Moolenaar <Bram@vim.org>
parents: 22699
diff changeset
4657 // pixel (12.0624 becomes 12, 12.07 becomes 13). Then add 'linespace'.
28001013f467 patch 8.2.1913: GTK GUI: rounding for the cell height is too strict
Bram Moolenaar <Bram@vim.org>
parents: 22699
diff changeset
4658 gui.char_height = (ascent + descent + (PANGO_SCALE * 15) / 16)
28001013f467 patch 8.2.1913: GTK GUI: rounding for the cell height is too strict
Bram Moolenaar <Bram@vim.org>
parents: 22699
diff changeset
4659 / PANGO_SCALE + p_linespace;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4660 // LINTED: avoid warning: bitwise operation on signed value
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4661 gui.char_ascent = PANGO_PIXELS(ascent + p_linespace * PANGO_SCALE / 2);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4662
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4663 // A not-positive value of char_height may crash Vim. Only happens
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4664 // if 'linespace' is negative (which does make sense sometimes).
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4665 gui.char_ascent = MAX(gui.char_ascent, 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4666 gui.char_height = MAX(gui.char_height, gui.char_ascent + 1);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4667
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4668 return OK;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4669 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4670
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4671 #if GTK_CHECK_VERSION(3,0,0)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4672 // Callback function used in gui_mch_font_dialog()
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4673 static gboolean
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4674 font_filter(const PangoFontFamily *family,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4675 const PangoFontFace *face UNUSED,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4676 gpointer data UNUSED)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4677 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4678 return pango_font_family_is_monospace((PangoFontFamily *)family);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4679 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4680 #endif
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4681
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4682 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4683 * Put up a font dialog and return the selected font name in allocated memory.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4684 * "oldval" is the previous value. Return NULL when cancelled.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4685 * This should probably go into gui_gtk.c. Hmm.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4686 * FIXME:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4687 * The GTK2 font selection dialog has no filtering API. So we could either
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4688 * a) implement our own (possibly copying the code from somewhere else) or
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4689 * b) just live with it.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4690 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4691 char_u *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4692 gui_mch_font_dialog(char_u *oldval)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4693 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4694 GtkWidget *dialog;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4695 int response;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4696 char_u *fontname = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4697 char_u *oldname;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4698
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4699 #if GTK_CHECK_VERSION(3,2,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4700 dialog = gtk_font_chooser_dialog_new(NULL, NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4701 gtk_font_chooser_set_filter_func(GTK_FONT_CHOOSER(dialog), font_filter,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4702 NULL, NULL);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4703 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4704 dialog = gtk_font_selection_dialog_new(NULL);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4705 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4706
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4707 gtk_window_set_transient_for(GTK_WINDOW(dialog), GTK_WINDOW(gui.mainwin));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4708 gtk_window_set_destroy_with_parent(GTK_WINDOW(dialog), TRUE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4709
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4710 if (oldval != NULL && oldval[0] != NUL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4711 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4712 if (output_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4713 oldname = string_convert(&output_conv, oldval, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4714 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4715 oldname = oldval;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4716
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4717 // Annoying bug in GTK (or Pango): if the font name does not include a
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4718 // size, zero is used. Use default point size ten.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4719 if (!vim_isdigit(oldname[STRLEN(oldname) - 1]))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4720 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4721 char_u *p = vim_strnsave(oldname, STRLEN(oldname) + 3);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4722
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4723 if (p != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4724 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4725 STRCPY(p + STRLEN(p), " 10");
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4726 if (oldname != oldval)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4727 vim_free(oldname);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4728 oldname = p;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4729 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4730 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4731
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4732 #if GTK_CHECK_VERSION(3,2,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4733 gtk_font_chooser_set_font(
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4734 GTK_FONT_CHOOSER(dialog), (const gchar *)oldname);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4735 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4736 gtk_font_selection_dialog_set_font_name(
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4737 GTK_FONT_SELECTION_DIALOG(dialog), (const char *)oldname);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4738 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4739
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4740 if (oldname != oldval)
100
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 88
diff changeset
4741 vim_free(oldname);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4742 }
1959
26876d0f15e9 updated for version 7.2-256
vimboss
parents: 1924
diff changeset
4743 else
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4744 #if GTK_CHECK_VERSION(3,2,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4745 gtk_font_chooser_set_font(
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4746 GTK_FONT_CHOOSER(dialog), DEFAULT_FONT);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4747 #else
1959
26876d0f15e9 updated for version 7.2-256
vimboss
parents: 1924
diff changeset
4748 gtk_font_selection_dialog_set_font_name(
26876d0f15e9 updated for version 7.2-256
vimboss
parents: 1924
diff changeset
4749 GTK_FONT_SELECTION_DIALOG(dialog), DEFAULT_FONT);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4750 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4751
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4752 response = gtk_dialog_run(GTK_DIALOG(dialog));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4753
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4754 if (response == GTK_RESPONSE_OK)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4755 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4756 char *name;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4757
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4758 #if GTK_CHECK_VERSION(3,2,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4759 name = gtk_font_chooser_get_font(GTK_FONT_CHOOSER(dialog));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4760 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4761 name = gtk_font_selection_dialog_get_font_name(
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4762 GTK_FONT_SELECTION_DIALOG(dialog));
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
4763 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4764 if (name != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4765 {
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 708
diff changeset
4766 char_u *p;
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 708
diff changeset
4767
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4768 // Apparently some font names include a comma, need to escape
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4769 // that, because in 'guifont' it separates names.
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 708
diff changeset
4770 p = vim_strsave_escaped((char_u *)name, (char_u *)",");
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 708
diff changeset
4771 g_free(name);
840
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
4772 if (p != NULL && input_conv.vc_type != CONV_NONE)
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 708
diff changeset
4773 {
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 708
diff changeset
4774 fontname = string_convert(&input_conv, p, NULL);
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 708
diff changeset
4775 vim_free(p);
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 708
diff changeset
4776 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4777 else
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 708
diff changeset
4778 fontname = p;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4779 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4780 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4781
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4782 if (response != GTK_RESPONSE_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4783 gtk_widget_destroy(dialog);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4784
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4785 return fontname;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4786 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4787
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4788 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4789 * Some monospace fonts don't support a bold weight, and fall back
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4790 * silently to the regular weight. But this is no good since our text
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4791 * drawing function can emulate bold by overstriking. So let's try
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4792 * to detect whether bold weight is actually available and emulate it
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4793 * otherwise.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4794 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4795 * Note that we don't need to check for italic style since Xft can
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4796 * emulate italic on its own, provided you have a proper fontconfig
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4797 * setup. We wouldn't be able to emulate it in Vim anyway.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4798 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4799 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4800 get_styled_font_variants(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4801 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4802 PangoFontDescription *bold_font_desc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4803 PangoFont *plain_font;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4804 PangoFont *bold_font;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4805
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4806 gui.font_can_bold = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4807
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4808 plain_font = pango_context_load_font(gui.text_context, gui.norm_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4809
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4810 if (plain_font == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4811 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4812
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4813 bold_font_desc = pango_font_description_copy_static(gui.norm_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4814 pango_font_description_set_weight(bold_font_desc, PANGO_WEIGHT_BOLD);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4815
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4816 bold_font = pango_context_load_font(gui.text_context, bold_font_desc);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4817 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4818 * The comparison relies on the unique handle nature of a PangoFont*,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4819 * i.e. it's assumed that a different PangoFont* won't refer to the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4820 * same font. Seems to work, and failing here isn't critical anyway.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4821 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4822 if (bold_font != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4823 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4824 gui.font_can_bold = (bold_font != plain_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4825 g_object_unref(bold_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4826 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4827
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4828 pango_font_description_free(bold_font_desc);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4829 g_object_unref(plain_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4830 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4831
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4832 static PangoEngineShape *default_shape_engine = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4833
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4834 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4835 * Create a map from ASCII characters in the range [32,126] to glyphs
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4836 * of the current font. This is used by gui_gtk2_draw_string() to skip
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4837 * the itemize and shaping process for the most common case.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4838 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4839 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4840 ascii_glyph_table_init(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4841 {
9879
5cd29e15f2f7 commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273
Christian Brabandt <cb@256bit.org>
parents: 9848
diff changeset
4842 char_u ascii_chars[2 * 128];
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4843 PangoAttrList *attr_list;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4844 GList *item_list;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4845 int i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4846
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4847 if (gui.ascii_glyphs != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4848 pango_glyph_string_free(gui.ascii_glyphs);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4849 if (gui.ascii_font != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4850 g_object_unref(gui.ascii_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4851
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4852 gui.ascii_glyphs = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4853 gui.ascii_font = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4854
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4855 // For safety, fill in question marks for the control characters.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4856 // Put a space between characters to avoid shaping.
9879
5cd29e15f2f7 commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273
Christian Brabandt <cb@256bit.org>
parents: 9848
diff changeset
4857 for (i = 0; i < 128; ++i)
5cd29e15f2f7 commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273
Christian Brabandt <cb@256bit.org>
parents: 9848
diff changeset
4858 {
5cd29e15f2f7 commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273
Christian Brabandt <cb@256bit.org>
parents: 9848
diff changeset
4859 if (i >= 32 && i < 127)
5cd29e15f2f7 commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273
Christian Brabandt <cb@256bit.org>
parents: 9848
diff changeset
4860 ascii_chars[2 * i] = i;
5cd29e15f2f7 commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273
Christian Brabandt <cb@256bit.org>
parents: 9848
diff changeset
4861 else
5cd29e15f2f7 commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273
Christian Brabandt <cb@256bit.org>
parents: 9848
diff changeset
4862 ascii_chars[2 * i] = '?';
5cd29e15f2f7 commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273
Christian Brabandt <cb@256bit.org>
parents: 9848
diff changeset
4863 ascii_chars[2 * i + 1] = ' ';
5cd29e15f2f7 commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273
Christian Brabandt <cb@256bit.org>
parents: 9848
diff changeset
4864 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4865
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4866 attr_list = pango_attr_list_new();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4867 item_list = pango_itemize(gui.text_context, (const char *)ascii_chars,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4868 0, sizeof(ascii_chars), attr_list, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4869
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4870 if (item_list != NULL && item_list->next == NULL) // play safe
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4871 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4872 PangoItem *item;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4873 int width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4874
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4875 item = (PangoItem *)item_list->data;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4876 width = gui.char_width * PANGO_SCALE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4877
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4878 // Remember the shape engine used for ASCII.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4879 default_shape_engine = item->analysis.shape_engine;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4880
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4881 gui.ascii_font = item->analysis.font;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4882 g_object_ref(gui.ascii_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4883
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4884 gui.ascii_glyphs = pango_glyph_string_new();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4885
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4886 pango_shape((const char *)ascii_chars, sizeof(ascii_chars),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4887 &item->analysis, gui.ascii_glyphs);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4888
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4889 g_return_if_fail(gui.ascii_glyphs->num_glyphs == sizeof(ascii_chars));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4890
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4891 for (i = 0; i < gui.ascii_glyphs->num_glyphs; ++i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4892 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4893 PangoGlyphGeometry *geom;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4894
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4895 geom = &gui.ascii_glyphs->glyphs[i].geometry;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4896 geom->x_offset += MAX(0, width - geom->width) / 2;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4897 geom->width = width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4898 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4899 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4900
22192
9b5a90ad76c6 patch 8.2.1645: GTK3: icons become broken images when resized
Bram Moolenaar <Bram@vim.org>
parents: 21570
diff changeset
4901 // TODO: is this type cast OK?
9b5a90ad76c6 patch 8.2.1645: GTK3: icons become broken images when resized
Bram Moolenaar <Bram@vim.org>
parents: 21570
diff changeset
4902 g_list_foreach(item_list, (GFunc)(void *)&pango_item_free, NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4903 g_list_free(item_list);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4904 pango_attr_list_unref(attr_list);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4905 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4906
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4907 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4908 * Initialize Vim to use the font or fontset with the given name.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4909 * Return FAIL if the font could not be loaded, OK otherwise.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4910 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4911 int
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
4912 gui_mch_init_font(char_u *font_name, int fontset UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4913 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4914 PangoFontDescription *font_desc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4915 PangoLayout *layout;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4916 int width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4917
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4918 // If font_name is NULL, this means to use the default, which should
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4919 // be present on all proper Pango/fontconfig installations.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4920 if (font_name == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4921 font_name = (char_u *)DEFAULT_FONT;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4922
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4923 font_desc = gui_mch_get_font(font_name, FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4924
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4925 if (font_desc == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4926 return FAIL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4927
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4928 gui_mch_free_font(gui.norm_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4929 gui.norm_font = font_desc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4930
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4931 pango_context_set_font_description(gui.text_context, font_desc);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4932
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4933 layout = pango_layout_new(gui.text_context);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4934 pango_layout_set_text(layout, "MW", 2);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4935 pango_layout_get_size(layout, &width, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4936 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4937 * Set char_width to half the width obtained from pango_layout_get_size()
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4938 * for CJK fixed_width/bi-width fonts. An unpatched version of Xft leads
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4939 * Pango to use the same width for both non-CJK characters (e.g. Latin
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4940 * letters and numbers) and CJK characters. This results in 's p a c e d
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4941 * o u t' rendering when a CJK 'fixed width' font is used. To work around
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4942 * that, divide the width returned by Pango by 2 if cjk_width is equal to
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4943 * width for CJK fonts.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4944 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4945 * For related bugs, see:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4946 * http://bugzilla.gnome.org/show_bug.cgi?id=106618
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4947 * http://bugzilla.gnome.org/show_bug.cgi?id=106624
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4948 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4949 * With this, for all four of the following cases, Vim works fine:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4950 * guifont=CJK_fixed_width_font
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4951 * guifont=Non_CJK_fixed_font
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4952 * guifont=Non_CJK_fixed_font,CJK_Fixed_font
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4953 * guifont=Non_CJK_fixed_font guifontwide=CJK_fixed_font
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4954 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4955 if (is_cjk_font(gui.norm_font))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4956 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4957 int cjk_width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4958
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4959 // Measure the text extent of U+4E00 and U+4E8C
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4960 pango_layout_set_text(layout, "\344\270\200\344\272\214", -1);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4961 pango_layout_get_size(layout, &cjk_width, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4962
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4963 if (width == cjk_width) // Xft not patched
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4964 width /= 2;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4965 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4966 g_object_unref(layout);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4967
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4968 gui.char_width = (width / 2 + PANGO_SCALE - 1) / PANGO_SCALE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4969
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4970 // A zero width may cause a crash. Happens for semi-invalid fontsets.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4971 if (gui.char_width <= 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4972 gui.char_width = 8;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4973
445
c773cb978acf updated for version 7.0116
vimboss
parents: 419
diff changeset
4974 gui_mch_adjust_charheight();
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4975
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4976 // Set the fontname, which will be used for information purposes
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4977 hl_set_font_name(font_name);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4978
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4979 get_styled_font_variants();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4980 ascii_glyph_table_init();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4981
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4982 // Avoid unnecessary overhead if 'guifontwide' is equal to 'guifont'.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4983 if (gui.wide_font != NULL
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4984 && pango_font_description_equal(gui.norm_font, gui.wide_font))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4985 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4986 pango_font_description_free(gui.wide_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4987 gui.wide_font = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4988 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4989
1986
75b3f9cc19da updated for version 7.2-283
vimboss
parents: 1967
diff changeset
4990 if (gui_mch_maximized())
75b3f9cc19da updated for version 7.2-283
vimboss
parents: 1967
diff changeset
4991 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4992 // Update lines and columns in accordance with the new font, keep the
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4993 // window maximized.
3014
342b17608967 updated for version 7.3.279
Bram Moolenaar <bram@vim.org>
parents: 2923
diff changeset
4994 gui_mch_newfont();
1986
75b3f9cc19da updated for version 7.2-283
vimboss
parents: 1967
diff changeset
4995 }
75b3f9cc19da updated for version 7.2-283
vimboss
parents: 1967
diff changeset
4996 else
75b3f9cc19da updated for version 7.2-283
vimboss
parents: 1967
diff changeset
4997 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
4998 // Preserve the logical dimensions of the screen.
1986
75b3f9cc19da updated for version 7.2-283
vimboss
parents: 1967
diff changeset
4999 update_window_manager_hints(0, 0);
75b3f9cc19da updated for version 7.2-283
vimboss
parents: 1967
diff changeset
5000 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5001
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5002 return OK;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5003 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5004
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5005 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5006 * Get a reference to the font "name".
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5007 * Return zero for failure.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5008 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5009 GuiFont
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5010 gui_mch_get_font(char_u *name, int report_error)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5011 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5012 PangoFontDescription *font;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5013
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5014 // can't do this when GUI is not running
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5015 if (!gui.in_use || name == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5016 return NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5017
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5018 if (output_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5019 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5020 char_u *buf;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5021
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5022 buf = string_convert(&output_conv, name, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5023 if (buf != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5024 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5025 font = pango_font_description_from_string((const char *)buf);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5026 vim_free(buf);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5027 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5028 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5029 font = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5030 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5031 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5032 font = pango_font_description_from_string((const char *)name);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5033
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5034 if (font != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5035 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5036 PangoFont *real_font;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5037
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5038 // pango_context_load_font() bails out if no font size is set
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5039 if (pango_font_description_get_size(font) <= 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5040 pango_font_description_set_size(font, 10 * PANGO_SCALE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5041
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5042 real_font = pango_context_load_font(gui.text_context, font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5043
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5044 if (real_font == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5045 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5046 pango_font_description_free(font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5047 font = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5048 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5049 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5050 g_object_unref(real_font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5051 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5052
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5053 if (font == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5054 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5055 if (report_error)
15470
55ccc2d353bd patch 8.1.0743: giving error messages is not flexible
Bram Moolenaar <Bram@vim.org>
parents: 15134
diff changeset
5056 semsg(_((char *)e_font), name);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5057 return NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5058 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5059
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5060 return font;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5061 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5062
39
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
5063 #if defined(FEAT_EVAL) || defined(PROTO)
38
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5064 /*
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5065 * Return the name of font "font" in allocated memory.
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5066 */
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5067 char_u *
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
5068 gui_mch_get_fontname(GuiFont font, char_u *name UNUSED)
38
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5069 {
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5070 if (font != NOFONT)
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5071 {
944
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
5072 char *pangoname = pango_font_description_to_string(font);
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
5073
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
5074 if (pangoname != NULL)
38
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5075 {
944
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
5076 char_u *s = vim_strsave((char_u *)pangoname);
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
5077
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
5078 g_free(pangoname);
38
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5079 return s;
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5080 }
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5081 }
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5082 return NULL;
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5083 }
39
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
5084 #endif
38
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
5085
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5086 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5087 * If a font is not going to be used, free its structure.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5088 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5089 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5090 gui_mch_free_font(GuiFont font)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5091 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5092 if (font != NOFONT)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5093 pango_font_description_free(font);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5094 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5095
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5096 /*
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5097 * Return the Pixel value (color) for the given color name.
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5098 *
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5099 * Return INVALCOLOR for error.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5100 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5101 guicolor_T
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5102 gui_mch_get_color(char_u *name)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5103 {
13674
1feeefd8cddb patch 8.0.1709: some non-C89 code may slip through
Christian Brabandt <cb@256bit.org>
parents: 13503
diff changeset
5104 guicolor_T color = INVALCOLOR;
1feeefd8cddb patch 8.0.1709: some non-C89 code may slip through
Christian Brabandt <cb@256bit.org>
parents: 13503
diff changeset
5105
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5106 if (!gui.in_use) // can't do this when GUI not running
13674
1feeefd8cddb patch 8.0.1709: some non-C89 code may slip through
Christian Brabandt <cb@256bit.org>
parents: 13503
diff changeset
5107 return color;
1feeefd8cddb patch 8.0.1709: some non-C89 code may slip through
Christian Brabandt <cb@256bit.org>
parents: 13503
diff changeset
5108
1feeefd8cddb patch 8.0.1709: some non-C89 code may slip through
Christian Brabandt <cb@256bit.org>
parents: 13503
diff changeset
5109 if (name != NULL)
1feeefd8cddb patch 8.0.1709: some non-C89 code may slip through
Christian Brabandt <cb@256bit.org>
parents: 13503
diff changeset
5110 color = gui_get_color_cmn(name);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5111
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5112 #if GTK_CHECK_VERSION(3,0,0)
13674
1feeefd8cddb patch 8.0.1709: some non-C89 code may slip through
Christian Brabandt <cb@256bit.org>
parents: 13503
diff changeset
5113 return color;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5114 #else
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5115 if (color == INVALCOLOR)
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5116 return INVALCOLOR;
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5117
11745
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5118 return gui_mch_get_rgb_color(
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5119 (color & 0xff0000) >> 16,
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5120 (color & 0xff00) >> 8,
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5121 color & 0xff);
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5122 #endif
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5123 }
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5124
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5125 /*
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5126 * Return the Pixel value (color) for the given RGB values.
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5127 * Return INVALCOLOR for error.
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5128 */
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5129 guicolor_T
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5130 gui_mch_get_rgb_color(int r, int g, int b)
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5131 {
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5132 #if GTK_CHECK_VERSION(3,0,0)
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5133 return gui_get_rgb_color_cmn(r, g, b);
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5134 #else
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5135 GdkColor gcolor;
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5136 int ret;
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5137
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5138 gcolor.red = (guint16)(r / 255.0 * 65535 + 0.5);
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5139 gcolor.green = (guint16)(g / 255.0 * 65535 + 0.5);
5a5709918a98 patch 8.0.0755: terminal window does not have colors in the GUI
Christian Brabandt <cb@256bit.org>
parents: 11474
diff changeset
5140 gcolor.blue = (guint16)(b / 255.0 * 65535 + 0.5);
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5141
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5142 ret = gdk_colormap_alloc_color(gtk_widget_get_colormap(gui.drawarea),
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5143 &gcolor, FALSE, TRUE);
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5144
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5145 return ret != 0 ? (guicolor_T)gcolor.pixel : INVALCOLOR;
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5146 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5147 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5148
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5149 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5150 * Set the current text foreground color.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5151 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5152 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5153 gui_mch_set_fg_color(guicolor_T color)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5154 {
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5155 #if GTK_CHECK_VERSION(3,0,0)
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5156 *gui.fgcolor = color_to_rgba(color);
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5157 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5158 gui.fgcolor->pixel = (unsigned long)color;
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5159 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5160 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5161
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5162 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5163 * Set the current text background color.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5164 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5165 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5166 gui_mch_set_bg_color(guicolor_T color)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5167 {
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5168 #if GTK_CHECK_VERSION(3,0,0)
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5169 *gui.bgcolor = color_to_rgba(color);
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5170 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5171 gui.bgcolor->pixel = (unsigned long)color;
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5172 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5173 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5174
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5175 /*
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5176 * Set the current text special color.
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5177 */
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5178 void
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5179 gui_mch_set_sp_color(guicolor_T color)
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5180 {
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5181 #if GTK_CHECK_VERSION(3,0,0)
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5182 *gui.spcolor = color_to_rgba(color);
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5183 #else
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5184 gui.spcolor->pixel = (unsigned long)color;
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5185 #endif
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5186 }
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5187
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5188 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5189 * Function-like convenience macro for the sake of efficiency.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5190 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5191 #define INSERT_PANGO_ATTR(Attribute, AttrList, Start, End) \
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5192 G_STMT_START{ \
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5193 PangoAttribute *tmp_attr_; \
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5194 tmp_attr_ = (Attribute); \
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5195 tmp_attr_->start_index = (Start); \
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5196 tmp_attr_->end_index = (End); \
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5197 pango_attr_list_insert((AttrList), tmp_attr_); \
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5198 }G_STMT_END
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5199
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5200 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5201 apply_wide_font_attr(char_u *s, int len, PangoAttrList *attr_list)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5202 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5203 char_u *start = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5204 char_u *p;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5205 int uc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5206
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5207 for (p = s; p < s + len; p += utf_byte2len(*p))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5208 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5209 uc = utf_ptr2char(p);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5210
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5211 if (start == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5212 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5213 if (uc >= 0x80 && utf_char2cells(uc) == 2)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5214 start = p;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5215 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5216 else if (uc < 0x80 // optimization shortcut
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5217 || (utf_char2cells(uc) != 2 && !utf_iscomposing(uc)))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5218 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5219 INSERT_PANGO_ATTR(pango_attr_font_desc_new(gui.wide_font),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5220 attr_list, start - s, p - s);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5221 start = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5222 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5223 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5224
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5225 if (start != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5226 INSERT_PANGO_ATTR(pango_attr_font_desc_new(gui.wide_font),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5227 attr_list, start - s, len);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5228 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5229
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5230 static int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5231 count_cluster_cells(char_u *s, PangoItem *item,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5232 PangoGlyphString* glyphs, int i,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5233 int *cluster_width,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5234 int *last_glyph_rbearing)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5235 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5236 char_u *p;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5237 int next; // glyph start index of next cluster
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5238 int start, end; // string segment of current cluster
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5239 int width; // real cluster width in Pango units
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5240 int uc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5241 int cellcount = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5242
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5243 width = glyphs->glyphs[i].geometry.width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5244
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5245 for (next = i + 1; next < glyphs->num_glyphs; ++next)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5246 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5247 if (glyphs->glyphs[next].attr.is_cluster_start)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5248 break;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5249 else if (glyphs->glyphs[next].geometry.width > width)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5250 width = glyphs->glyphs[next].geometry.width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5251 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5252
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5253 start = item->offset + glyphs->log_clusters[i];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5254 end = item->offset + ((next < glyphs->num_glyphs) ?
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5255 glyphs->log_clusters[next] : item->length);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5256
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5257 for (p = s + start; p < s + end; p += utf_byte2len(*p))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5258 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5259 uc = utf_ptr2char(p);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5260 if (uc < 0x80)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5261 ++cellcount;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5262 else if (!utf_iscomposing(uc))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5263 cellcount += utf_char2cells(uc);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5264 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5265
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5266 if (last_glyph_rbearing != NULL
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5267 && cellcount > 0 && next == glyphs->num_glyphs)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5268 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5269 PangoRectangle ink_rect;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5270 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5271 * If a certain combining mark had to be taken from a non-monospace
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5272 * font, we have to compensate manually by adapting x_offset according
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5273 * to the ink extents of the previous glyph.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5274 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5275 pango_font_get_glyph_extents(item->analysis.font,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5276 glyphs->glyphs[i].glyph,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5277 &ink_rect, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5278
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5279 if (PANGO_RBEARING(ink_rect) > 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5280 *last_glyph_rbearing = PANGO_RBEARING(ink_rect);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5281 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5282
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5283 if (cellcount > 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5284 *cluster_width = width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5285
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5286 return cellcount;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5287 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5288
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5289 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5290 * If there are only combining characters in the cluster, we cannot just
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5291 * change the width of the previous glyph since there is none. Therefore
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5292 * some guesswork is needed.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5293 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5294 * If ink_rect.x is negative Pango apparently has taken care of the composing
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5295 * by itself. Actually setting x_offset = 0 should be sufficient then, but due
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5296 * to problems with composing from different fonts we still need to fine-tune
2278
0b3be97064e5 Various small fixes from Dominique Pelle.
Bram Moolenaar <bram@vim.org>
parents: 2275
diff changeset
5297 * x_offset to avoid ugliness.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5298 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5299 * If ink_rect.x is not negative, force overstriking by pointing x_offset to
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5300 * the position of the previous glyph. Apparently this happens only with old
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5301 * X fonts which don't provide the special combining information needed by
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5302 * Pango.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5303 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5304 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5305 setup_zero_width_cluster(PangoItem *item, PangoGlyphInfo *glyph,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5306 int last_cellcount, int last_cluster_width,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5307 int last_glyph_rbearing)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5308 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5309 PangoRectangle ink_rect;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5310 PangoRectangle logical_rect;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5311 int width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5312
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5313 width = last_cellcount * gui.char_width * PANGO_SCALE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5314 glyph->geometry.x_offset = -width + MAX(0, width - last_cluster_width) / 2;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5315 glyph->geometry.width = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5316
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5317 pango_font_get_glyph_extents(item->analysis.font,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5318 glyph->glyph,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5319 &ink_rect, &logical_rect);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5320 if (ink_rect.x < 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5321 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5322 glyph->geometry.x_offset += last_glyph_rbearing;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5323 glyph->geometry.y_offset = logical_rect.height
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5324 - (gui.char_height - p_linespace) * PANGO_SCALE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5325 }
2507
2070b63605a7 Fix: with newer GTK versions accented characters were drawn too much to the
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
5326 else
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5327 // If the accent width is smaller than the cluster width, position it
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5328 // in the middle.
2507
2070b63605a7 Fix: with newer GTK versions accented characters were drawn too much to the
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
5329 glyph->geometry.x_offset = -width + MAX(0, width - ink_rect.width) / 2;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5330 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5331
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5332 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5333 static void
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5334 draw_glyph_string(int row, int col, int num_cells, int flags,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5335 PangoFont *font, PangoGlyphString *glyphs,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5336 cairo_t *cr)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5337 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5338 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5339 draw_glyph_string(int row, int col, int num_cells, int flags,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5340 PangoFont *font, PangoGlyphString *glyphs)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5341 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5342 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5343 if (!(flags & DRAW_TRANSP))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5344 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5345 #if GTK_CHECK_VERSION(3,0,0)
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5346 cairo_set_source_rgba(cr,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5347 gui.bgcolor->red, gui.bgcolor->green, gui.bgcolor->blue,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5348 gui.bgcolor->alpha);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5349 cairo_rectangle(cr,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5350 FILL_X(col), FILL_Y(row),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5351 num_cells * gui.char_width, gui.char_height);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5352 cairo_fill(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5353 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5354 gdk_gc_set_foreground(gui.text_gc, gui.bgcolor);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5355
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5356 gdk_draw_rectangle(gui.drawarea->window,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5357 gui.text_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5358 TRUE,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5359 FILL_X(col),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5360 FILL_Y(row),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5361 num_cells * gui.char_width,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5362 gui.char_height);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5363 #endif
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5364 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5365
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5366 #if GTK_CHECK_VERSION(3,0,0)
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5367 cairo_set_source_rgba(cr,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5368 gui.fgcolor->red, gui.fgcolor->green, gui.fgcolor->blue,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5369 gui.fgcolor->alpha);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5370 cairo_move_to(cr, TEXT_X(col), TEXT_Y(row));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5371 pango_cairo_show_glyph_string(cr, font, glyphs);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5372 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5373 gdk_gc_set_foreground(gui.text_gc, gui.fgcolor);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5374
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5375 gdk_draw_glyphs(gui.drawarea->window,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5376 gui.text_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5377 font,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5378 TEXT_X(col),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5379 TEXT_Y(row),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5380 glyphs);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5381 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5382
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5383 // redraw the contents with an offset of 1 to emulate bold
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5384 if ((flags & DRAW_BOLD) && !gui.font_can_bold)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5385 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5386 {
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5387 cairo_set_source_rgba(cr,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5388 gui.fgcolor->red, gui.fgcolor->green, gui.fgcolor->blue,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5389 gui.fgcolor->alpha);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5390 cairo_move_to(cr, TEXT_X(col) + 1, TEXT_Y(row));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5391 pango_cairo_show_glyph_string(cr, font, glyphs);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5392 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5393 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5394 gdk_draw_glyphs(gui.drawarea->window,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5395 gui.text_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5396 font,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5397 TEXT_X(col) + 1,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5398 TEXT_Y(row),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5399 glyphs);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5400 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5401 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5402
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5403 /*
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5404 * Draw underline and undercurl at the bottom of the character cell.
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5405 */
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5406 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5407 static void
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5408 draw_under(int flags, int row, int col, int cells, cairo_t *cr)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5409 #else
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5410 static void
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5411 draw_under(int flags, int row, int col, int cells)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5412 #endif
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5413 {
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5414 int i;
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5415 int offset;
1884
3dd986bfef63 updated for version 7.2-181
vimboss
parents: 1757
diff changeset
5416 static const int val[8] = {1, 0, 0, 0, 1, 2, 2, 2 };
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5417 int y = FILL_Y(row + 1) - 1;
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5418
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5419 // Undercurl: draw curl at the bottom of the character cell.
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5420 if (flags & DRAW_UNDERC)
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5421 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5422 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5423 cairo_set_line_width(cr, 1.0);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5424 cairo_set_line_cap(cr, CAIRO_LINE_CAP_BUTT);
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5425 cairo_set_source_rgba(cr,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5426 gui.spcolor->red, gui.spcolor->green, gui.spcolor->blue,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
5427 gui.spcolor->alpha);
26201
a0f4b96a813a patch 8.2.3632: GTK3: undercurl does not get removed properly
Bram Moolenaar <Bram@vim.org>
parents: 26151
diff changeset
5428 cairo_move_to(cr, FILL_X(col) + 1, y - 2 + 0.5);
a0f4b96a813a patch 8.2.3632: GTK3: undercurl does not get removed properly
Bram Moolenaar <Bram@vim.org>
parents: 26151
diff changeset
5429 for (i = FILL_X(col) + 1; i < FILL_X(col + cells); ++i)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5430 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5431 offset = val[i % 8];
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5432 cairo_line_to(cr, i, y - offset + 0.5);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5433 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5434 cairo_stroke(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5435 #else
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5436 gdk_gc_set_foreground(gui.text_gc, gui.spcolor);
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5437 for (i = FILL_X(col); i < FILL_X(col + cells); ++i)
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5438 {
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5439 offset = val[i % 8];
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5440 gdk_draw_point(gui.drawarea->window, gui.text_gc, i, y - offset);
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5441 }
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5442 gdk_gc_set_foreground(gui.text_gc, gui.fgcolor);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5443 #endif
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5444 }
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5445
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5446 // Draw a strikethrough line
12317
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5447 if (flags & DRAW_STRIKE)
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5448 {
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5449 #if GTK_CHECK_VERSION(3,0,0)
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5450 cairo_set_line_width(cr, 1.0);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5451 cairo_set_line_cap(cr, CAIRO_LINE_CAP_BUTT);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5452 cairo_set_source_rgba(cr,
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5453 gui.spcolor->red, gui.spcolor->green, gui.spcolor->blue,
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5454 gui.spcolor->alpha);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5455 cairo_move_to(cr, FILL_X(col), y + 1 - gui.char_height/2 + 0.5);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5456 cairo_line_to(cr, FILL_X(col + cells), y + 1 - gui.char_height/2 + 0.5);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5457 cairo_stroke(cr);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5458 #else
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5459 gdk_gc_set_foreground(gui.text_gc, gui.spcolor);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5460 gdk_draw_line(gui.drawarea->window, gui.text_gc,
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5461 FILL_X(col), y + 1 - gui.char_height/2,
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5462 FILL_X(col + cells), y + 1 - gui.char_height/2);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5463 gdk_gc_set_foreground(gui.text_gc, gui.fgcolor);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5464 #endif
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5465 }
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5466
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5467 // Underline: draw a line at the bottom of the character cell.
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5468 if (flags & DRAW_UNDERL)
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5469 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5470 // When p_linespace is 0, overwrite the bottom row of pixels.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5471 // Otherwise put the line just below the character.
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5472 if (p_linespace > 1)
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5473 y -= p_linespace - 1;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5474 #if GTK_CHECK_VERSION(3,0,0)
12317
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5475 cairo_set_line_width(cr, 1.0);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5476 cairo_set_line_cap(cr, CAIRO_LINE_CAP_BUTT);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5477 cairo_set_source_rgba(cr,
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5478 gui.fgcolor->red, gui.fgcolor->green, gui.fgcolor->blue,
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5479 gui.fgcolor->alpha);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5480 cairo_move_to(cr, FILL_X(col), y + 0.5);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5481 cairo_line_to(cr, FILL_X(col + cells), y + 0.5);
2a8890b80923 patch 8.0.1038: strike-through text not supported
Christian Brabandt <cb@256bit.org>
parents: 12250
diff changeset
5482 cairo_stroke(cr);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5483 #else
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5484 gdk_draw_line(gui.drawarea->window, gui.text_gc,
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5485 FILL_X(col), y,
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5486 FILL_X(col + cells) - 1, y);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5487 #endif
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5488 }
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5489 }
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5490
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5491 int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5492 gui_gtk2_draw_string(int row, int col, char_u *s, int len, int flags)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5493 {
25982
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5494 char_u *conv_buf = NULL; // result of UTF-8 conversion
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5495 char_u *new_conv_buf;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5496 int convlen;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5497 char_u *sp, *bp;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5498 int plen;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5499 int len_sum; // return value needs to add up since we are
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5500 // printing substrings
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5501 int byte_sum; // byte position in string
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5502 char_u *cs; // current *s pointer
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5503 int needs_pango; // look ahead, 0=ascii 1=unicode/ligatures
25988
9b2be5556740 patch 8.2.3527: gcc complains about uninitialized variable
Bram Moolenaar <Bram@vim.org>
parents: 25982
diff changeset
5504 int should_need_pango = FALSE;
25982
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5505 int slen;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5506 int is_ligature;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5507 int is_utf8;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5508 char_u backup_ch;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5509
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5510 if (gui.text_context == NULL || gtk_widget_get_window(gui.drawarea) == NULL)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5511 return len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5512
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5513 if (output_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5514 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5515 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5516 * Convert characters from 'encoding' to 'termencoding', which is set
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5517 * to UTF-8 by gui_mch_init(). did_set_string_option() in option.c
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5518 * prohibits changing this to something else than UTF-8 if the GUI is
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5519 * in use.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5520 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5521 convlen = len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5522 conv_buf = string_convert(&output_conv, s, &convlen);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5523 g_return_val_if_fail(conv_buf != NULL, len);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5524
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5525 // Correct for differences in char width: some chars are
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5526 // double-wide in 'encoding' but single-wide in utf-8. Add a space to
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5527 // compensate for that.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5528 for (sp = s, bp = conv_buf; sp < s + len && bp < conv_buf + convlen; )
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5529 {
474
a5fcf36ef512 updated for version 7.0127
vimboss
parents: 445
diff changeset
5530 plen = utf_ptr2len(bp);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5531 if ((*mb_ptr2cells)(sp) == 2 && utf_ptr2cells(bp) == 1)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5532 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5533 new_conv_buf = alloc(convlen + 2);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5534 if (new_conv_buf == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5535 return len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5536 plen += bp - conv_buf;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5537 mch_memmove(new_conv_buf, conv_buf, plen);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5538 new_conv_buf[plen] = ' ';
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5539 mch_memmove(new_conv_buf + plen + 1, conv_buf + plen,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5540 convlen - plen + 1);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5541 vim_free(conv_buf);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5542 conv_buf = new_conv_buf;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5543 ++convlen;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5544 bp = conv_buf + plen;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5545 plen = 1;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5546 }
474
a5fcf36ef512 updated for version 7.0127
vimboss
parents: 445
diff changeset
5547 sp += (*mb_ptr2len)(sp);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5548 bp += plen;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5549 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5550 s = conv_buf;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5551 len = convlen;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5552 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5553
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5554 /*
25982
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5555 * Ligature support and complex utf-8 char optimization:
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5556 * String received to output to screen can print using pre-cached glyphs
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5557 * (fast) or Pango (slow). Ligatures and multibype utf-8 must use Pango.
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5558 * Since we receive mixed content string, split it into logical segments
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5559 * that are guaranteed to go trough glyphs as much as possible. Since
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5560 * single ligature char prints as ascii, print it that way.
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5561 */
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5562 len_sum = 0; // return value needs to add up since we are printing
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5563 // substrings
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5564 byte_sum = 0;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5565 cs = s;
26207
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5566 // First char decides starting needs_pango mode, 0=ascii 1=utf8/ligatures.
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5567 // Even if it is ligature char, two chars or more make ligature.
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5568 // Ascii followed by utf8 is also going trough pango.
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5569 is_utf8 = (*cs & 0x80);
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5570 is_ligature = gui.ligatures_map[*cs] && (len > 1);
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5571 if (is_ligature)
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5572 is_ligature = gui.ligatures_map[*(cs + 1)];
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5573 if (!is_utf8 && len > 1)
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5574 is_utf8 = (*(cs + 1) & 0x80) != 0;
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5575 needs_pango = is_utf8 || is_ligature;
25982
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5576
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5577 // split string into ascii and non-ascii (ligatures + utf-8) substrings,
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5578 // print glyphs or use Pango
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5579 while (cs < s + len)
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5580 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5581 slen = 0;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5582 while (slen < (len - byte_sum))
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5583 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5584 is_ligature = gui.ligatures_map[*(cs + slen)];
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5585 // look ahead, single ligature char between ascii is ascii
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5586 if (is_ligature && !needs_pango)
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5587 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5588 if ((slen + 1) < (len - byte_sum))
26207
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5589 is_ligature = gui.ligatures_map[*(cs + slen + 1)];
25982
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5590 else
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5591 is_ligature = 0;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5592 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5593 is_utf8 = *(cs + slen) & 0x80;
26207
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5594 // ascii followed by utf8 could be combining
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5595 // if so send it trough pango
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5596 if ((!is_utf8) && ((slen + 1) < (len - byte_sum)))
c3b046ce88fd patch 8.2.3635: GTK: composing underline does not show
Bram Moolenaar <Bram@vim.org>
parents: 26201
diff changeset
5597 is_utf8 = (*(cs + slen + 1) & 0x80);
25982
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5598 should_need_pango = (is_ligature || is_utf8);
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5599 if (needs_pango != should_need_pango) // mode switch
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5600 break;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5601 if (needs_pango)
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5602 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5603 if (is_ligature)
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5604 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5605 slen++; // ligature char by char
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5606 }
26209
2dd449b9c1c7 patch 8.2.3636: Coverity warns for unreachable code
Bram Moolenaar <Bram@vim.org>
parents: 26207
diff changeset
5607 else // is_utf8
25982
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5608 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5609 if ((*(cs + slen) & 0xC0) == 0x80)
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5610 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5611 // a continuation, find next 0xC0 != 0x80 but don't
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5612 // include it
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5613 while ((slen < (len - byte_sum))
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5614 && ((*(cs + slen) & 0xC0) == 0x80))
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5615 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5616 slen++;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5617 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5618 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5619 else if ((*(cs + slen) & 0xE0) == 0xC0)
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5620 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5621 // + one byte utf8
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5622 slen++;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5623 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5624 else if ((*(cs + slen) & 0xF0) == 0xE0)
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5625 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5626 // + two bytes utf8
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5627 slen += 2;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5628 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5629 else if ((*(cs + slen) & 0xF8) == 0xF0)
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5630 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5631 // + three bytes utf8
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5632 slen += 3;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5633 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5634 else
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5635 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5636 // this should not happen, try moving forward, Pango
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5637 // will catch it
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5638 slen++;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5639 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5640 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5641 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5642 else
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5643 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5644 slen++; // ascii
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5645 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5646 }
25988
9b2be5556740 patch 8.2.3527: gcc complains about uninitialized variable
Bram Moolenaar <Bram@vim.org>
parents: 25982
diff changeset
5647
26028
be2d004247e1 patch 8.2.3548: GTK GUI crashen when reading from stdin
Bram Moolenaar <Bram@vim.org>
parents: 25988
diff changeset
5648 if (slen < len)
be2d004247e1 patch 8.2.3548: GTK GUI crashen when reading from stdin
Bram Moolenaar <Bram@vim.org>
parents: 25988
diff changeset
5649 {
be2d004247e1 patch 8.2.3548: GTK GUI crashen when reading from stdin
Bram Moolenaar <Bram@vim.org>
parents: 25988
diff changeset
5650 // temporarily zero terminate substring, print, restore char, wrap
be2d004247e1 patch 8.2.3548: GTK GUI crashen when reading from stdin
Bram Moolenaar <Bram@vim.org>
parents: 25988
diff changeset
5651 backup_ch = *(cs + slen);
be2d004247e1 patch 8.2.3548: GTK GUI crashen when reading from stdin
Bram Moolenaar <Bram@vim.org>
parents: 25988
diff changeset
5652 *(cs + slen) = NUL;
be2d004247e1 patch 8.2.3548: GTK GUI crashen when reading from stdin
Bram Moolenaar <Bram@vim.org>
parents: 25988
diff changeset
5653 }
25982
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5654 len_sum += gui_gtk2_draw_string_ext(row, col + len_sum,
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5655 cs, slen, flags, needs_pango);
26028
be2d004247e1 patch 8.2.3548: GTK GUI crashen when reading from stdin
Bram Moolenaar <Bram@vim.org>
parents: 25988
diff changeset
5656 if (slen < len)
be2d004247e1 patch 8.2.3548: GTK GUI crashen when reading from stdin
Bram Moolenaar <Bram@vim.org>
parents: 25988
diff changeset
5657 *(cs + slen) = backup_ch;
25982
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5658 cs += slen;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5659 byte_sum += slen;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5660 needs_pango = should_need_pango;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5661 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5662 vim_free(conv_buf);
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5663 return len_sum;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5664 }
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5665
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5666 int
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5667 gui_gtk2_draw_string_ext(
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5668 int row,
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5669 int col,
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5670 char_u *s,
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5671 int len,
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5672 int flags,
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5673 int force_pango)
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5674 {
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5675 GdkRectangle area; // area for clip mask
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5676 PangoGlyphString *glyphs; // glyphs of current item
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5677 int column_offset = 0; // column offset in cells
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5678 int i;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5679 #if GTK_CHECK_VERSION(3,0,0)
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5680 cairo_t *cr;
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5681 #endif
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5682
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5683 /*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5684 * Restrict all drawing to the current screen line in order to prevent
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5685 * fuzzy font lookups from messing up the screen.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5686 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5687 area.x = gui.border_offset;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5688 area.y = FILL_Y(row);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5689 area.width = gui.num_cols * gui.char_width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5690 area.height = gui.char_height;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5691
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5692 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5693 cr = cairo_create(gui.surface);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5694 cairo_rectangle(cr, area.x, area.y, area.width, area.height);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5695 cairo_clip(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5696 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5697 gdk_gc_set_clip_origin(gui.text_gc, 0, 0);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5698 gdk_gc_set_clip_rectangle(gui.text_gc, &area);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5699 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5700
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5701 glyphs = pango_glyph_string_new();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5702
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5703 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5704 * Optimization hack: If possible, skip the itemize and shaping process
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5705 * for pure ASCII strings. This optimization is particularly effective
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5706 * because Vim draws space characters to clear parts of the screen.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5707 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5708 if (!(flags & DRAW_ITALIC)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5709 && !((flags & DRAW_BOLD) && gui.font_can_bold)
25982
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5710 && gui.ascii_glyphs != NULL
aade8ef975d5 patch 8.2.3524: GUI: ligatures are not used
Bram Moolenaar <Bram@vim.org>
parents: 24768
diff changeset
5711 && !force_pango)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5712 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5713 char_u *p;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5714
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5715 for (p = s; p < s + len; ++p)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5716 if (*p & 0x80)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5717 goto not_ascii;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5718
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5719 pango_glyph_string_set_size(glyphs, len);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5720
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5721 for (i = 0; i < len; ++i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5722 {
9879
5cd29e15f2f7 commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273
Christian Brabandt <cb@256bit.org>
parents: 9848
diff changeset
5723 glyphs->glyphs[i] = gui.ascii_glyphs->glyphs[2 * s[i]];
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5724 glyphs->log_clusters[i] = i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5725 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5726
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5727 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5728 draw_glyph_string(row, col, len, flags, gui.ascii_font, glyphs, cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5729 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5730 draw_glyph_string(row, col, len, flags, gui.ascii_font, glyphs);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5731 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5732
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5733 column_offset = len;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5734 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5735 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5736 not_ascii:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5737 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5738 PangoAttrList *attr_list;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5739 GList *item_list;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5740 int cluster_width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5741 int last_glyph_rbearing;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5742 int cells = 0; // cells occupied by current cluster
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5743
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5744 // Safety check: pango crashes when invoked with invalid utf-8
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5745 // characters.
26
404aac550f35 updated for version 7.0017
vimboss
parents: 22
diff changeset
5746 if (!utf_valid_string(s, s + len))
404aac550f35 updated for version 7.0017
vimboss
parents: 22
diff changeset
5747 {
404aac550f35 updated for version 7.0017
vimboss
parents: 22
diff changeset
5748 column_offset = len;
404aac550f35 updated for version 7.0017
vimboss
parents: 22
diff changeset
5749 goto skipitall;
404aac550f35 updated for version 7.0017
vimboss
parents: 22
diff changeset
5750 }
404aac550f35 updated for version 7.0017
vimboss
parents: 22
diff changeset
5751
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5752 // original width of the current cluster
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5753 cluster_width = PANGO_SCALE * gui.char_width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5754
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5755 // right bearing of the last non-composing glyph
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5756 last_glyph_rbearing = PANGO_SCALE * gui.char_width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5757
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5758 attr_list = pango_attr_list_new();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5759
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5760 // If 'guifontwide' is set then use that for double-width characters.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5761 // Otherwise just go with 'guifont' and let Pango do its thing.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5762 if (gui.wide_font != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5763 apply_wide_font_attr(s, len, attr_list);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5764
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5765 if ((flags & DRAW_BOLD) && gui.font_can_bold)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5766 INSERT_PANGO_ATTR(pango_attr_weight_new(PANGO_WEIGHT_BOLD),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5767 attr_list, 0, len);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5768 if (flags & DRAW_ITALIC)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5769 INSERT_PANGO_ATTR(pango_attr_style_new(PANGO_STYLE_ITALIC),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5770 attr_list, 0, len);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5771 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5772 * Break the text into segments with consistent directional level
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5773 * and shaping engine. Pure Latin text needs only a single segment,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5774 * so there's no need to worry about the loop's efficiency. Better
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5775 * try to optimize elsewhere, e.g. reducing exposes and stuff :)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5776 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5777 item_list = pango_itemize(gui.text_context,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5778 (const char *)s, 0, len, attr_list, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5779
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5780 while (item_list != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5781 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5782 PangoItem *item;
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5783 int item_cells = 0; // item length in cells
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5784
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5785 item = (PangoItem *)item_list->data;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5786 item_list = g_list_delete_link(item_list, item_list);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5787 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5788 * Increment the bidirectional embedding level by 1 if it is not
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5789 * even. An odd number means the output will be RTL, but we don't
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5790 * want that since Vim handles right-to-left text on its own. It
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5791 * would probably be sufficient to just set level = 0, but you can
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5792 * never know :)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5793 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5794 * Unfortunately we can't take advantage of Pango's ability to
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5795 * render both LTR and RTL at the same time. In order to support
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5796 * that, Vim's main screen engine would have to make use of Pango
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5797 * functionality.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5798 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5799 item->analysis.level = (item->analysis.level + 1) & (~1U);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5800
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5801 // HACK: Overrule the shape engine, we don't want shaping to be
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5802 // done, because drawing the cursor would change the display.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5803 item->analysis.shape_engine = default_shape_engine;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5804
7098
70b56e5eccb2 commit https://github.com/vim/vim/commit/3cbe0c01ad71875bd662edb629f9e792a734f292
Christian Brabandt <cb@256bit.org>
parents: 7086
diff changeset
5805 #ifdef HAVE_PANGO_SHAPE_FULL
7086
3825da022231 commit https://github.com/vim/vim/commit/7e2ec008f5c5152205d0b8a7d88177b374225d8d
Christian Brabandt <cb@256bit.org>
parents: 6819
diff changeset
5806 pango_shape_full((const char *)s + item->offset, item->length,
3825da022231 commit https://github.com/vim/vim/commit/7e2ec008f5c5152205d0b8a7d88177b374225d8d
Christian Brabandt <cb@256bit.org>
parents: 6819
diff changeset
5807 (const char *)s, len, &item->analysis, glyphs);
7098
70b56e5eccb2 commit https://github.com/vim/vim/commit/3cbe0c01ad71875bd662edb629f9e792a734f292
Christian Brabandt <cb@256bit.org>
parents: 7086
diff changeset
5808 #else
70b56e5eccb2 commit https://github.com/vim/vim/commit/3cbe0c01ad71875bd662edb629f9e792a734f292
Christian Brabandt <cb@256bit.org>
parents: 7086
diff changeset
5809 pango_shape((const char *)s + item->offset, item->length,
70b56e5eccb2 commit https://github.com/vim/vim/commit/3cbe0c01ad71875bd662edb629f9e792a734f292
Christian Brabandt <cb@256bit.org>
parents: 7086
diff changeset
5810 &item->analysis, glyphs);
70b56e5eccb2 commit https://github.com/vim/vim/commit/3cbe0c01ad71875bd662edb629f9e792a734f292
Christian Brabandt <cb@256bit.org>
parents: 7086
diff changeset
5811 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5812 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5813 * Fixed-width hack: iterate over the array and assign a fixed
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5814 * width to each glyph, thus overriding the choice made by the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5815 * shaping engine. We use utf_char2cells() to determine the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5816 * number of cells needed.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5817 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5818 * Also perform all kind of dark magic to get composing
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5819 * characters right (and pretty too of course).
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5820 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5821 for (i = 0; i < glyphs->num_glyphs; ++i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5822 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5823 PangoGlyphInfo *glyph;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5824
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5825 glyph = &glyphs->glyphs[i];
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5826
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5827 if (glyph->attr.is_cluster_start)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5828 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5829 int cellcount;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5830
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5831 cellcount = count_cluster_cells(
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5832 s, item, glyphs, i, &cluster_width,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5833 (item_list != NULL) ? &last_glyph_rbearing : NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5834
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5835 if (cellcount > 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5836 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5837 int width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5838
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5839 width = cellcount * gui.char_width * PANGO_SCALE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5840 glyph->geometry.x_offset +=
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5841 MAX(0, width - cluster_width) / 2;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5842 glyph->geometry.width = width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5843 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5844 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5845 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5846 // If there are only combining characters in the
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5847 // cluster, we cannot just change the width of the
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5848 // previous glyph since there is none. Therefore
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5849 // some guesswork is needed.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5850 setup_zero_width_cluster(item, glyph, cells,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5851 cluster_width,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5852 last_glyph_rbearing);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5853 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5854
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5855 item_cells += cellcount;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5856 cells = cellcount;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5857 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5858 else if (i > 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5859 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5860 int width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5861
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5862 // There is a previous glyph, so we deal with combining
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5863 // characters the canonical way.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5864 // In some circumstances Pango uses a positive x_offset,
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5865 // then use the width of the previous glyph for this one
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5866 // and set the previous width to zero.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5867 // Otherwise we get a negative x_offset, Pango has already
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5868 // positioned the combining char, keep the widths as they
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5869 // are.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5870 // For both adjust the x_offset to position the glyph in
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5871 // the middle.
2507
2070b63605a7 Fix: with newer GTK versions accented characters were drawn too much to the
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
5872 if (glyph->geometry.x_offset >= 0)
2517
fe5709686d05 Improve positioning of combining characters in GTK.
Bram Moolenaar <bram@vim.org>
parents: 2507
diff changeset
5873 {
fe5709686d05 Improve positioning of combining characters in GTK.
Bram Moolenaar <bram@vim.org>
parents: 2507
diff changeset
5874 glyphs->glyphs[i].geometry.width =
fe5709686d05 Improve positioning of combining characters in GTK.
Bram Moolenaar <bram@vim.org>
parents: 2507
diff changeset
5875 glyphs->glyphs[i - 1].geometry.width;
2507
2070b63605a7 Fix: with newer GTK versions accented characters were drawn too much to the
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
5876 glyphs->glyphs[i - 1].geometry.width = 0;
2517
fe5709686d05 Improve positioning of combining characters in GTK.
Bram Moolenaar <bram@vim.org>
parents: 2507
diff changeset
5877 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5878 width = cells * gui.char_width * PANGO_SCALE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5879 glyph->geometry.x_offset +=
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5880 MAX(0, width - cluster_width) / 2;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5881 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5882 else // i == 0 "cannot happen"
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5883 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5884 glyph->geometry.width = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5885 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5886 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5887
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5888 //// Aaaaand action! **
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5889 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5890 draw_glyph_string(row, col + column_offset, item_cells,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5891 flags, item->analysis.font, glyphs,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5892 cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5893 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5894 draw_glyph_string(row, col + column_offset, item_cells,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5895 flags, item->analysis.font, glyphs);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5896 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5897
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5898 pango_item_free(item);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5899
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5900 column_offset += item_cells;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5901 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5902
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5903 pango_attr_list_unref(attr_list);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5904 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5905
26
404aac550f35 updated for version 7.0017
vimboss
parents: 22
diff changeset
5906 skipitall:
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5907 // Draw underline and undercurl.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5908 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5909 draw_under(flags, row, col, column_offset, cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5910 #else
207
4968de555941 updated for version 7.0060
vimboss
parents: 179
diff changeset
5911 draw_under(flags, row, col, column_offset);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5912 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5913
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5914 pango_glyph_string_free(glyphs);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5915
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5916 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5917 cairo_destroy(cr);
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
5918 gtk_widget_queue_draw_area(gui.drawarea, area.x, area.y,
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
5919 area.width, area.height);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5920 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5921 gdk_gc_set_clip_rectangle(gui.text_gc, NULL);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5922 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5923
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5924 return column_offset;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5925 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5926
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5927 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5928 * Return OK if the key with the termcap name "name" is supported.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5929 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5930 int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5931 gui_mch_haskey(char_u *name)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5932 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5933 int i;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5934
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5935 for (i = 0; special_keys[i].key_sym != 0; i++)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5936 if (name[0] == special_keys[i].code0
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5937 && name[1] == special_keys[i].code1)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5938 return OK;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5939 return FAIL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5940 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5941
4133
36fd800b8c6c updated for version 7.3.819
Bram Moolenaar <bram@vim.org>
parents: 4045
diff changeset
5942 #if defined(FEAT_TITLE) || defined(FEAT_EVAL) || defined(PROTO)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5943 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5944 * Return the text window-id and display. Only required for X-based GUI's
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5945 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5946 int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5947 gui_get_x11_windis(Window *win, Display **dis)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5948 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5949 if (gui.mainwin != NULL && gtk_widget_get_window(gui.mainwin) != NULL)
14712
82e7ce311065 patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building fails
Christian Brabandt <cb@256bit.org>
parents: 14575
diff changeset
5950 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5951 *dis = GDK_WINDOW_XDISPLAY(gtk_widget_get_window(gui.mainwin));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5952 *win = GDK_WINDOW_XID(gtk_widget_get_window(gui.mainwin));
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5953 return OK;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5954 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5955
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5956 *dis = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5957 *win = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5958 return FAIL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5959 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5960 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5961
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5962 #if defined(FEAT_CLIENTSERVER) \
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5963 || (defined(FEAT_X11) && defined(FEAT_CLIPBOARD)) || defined(PROTO)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5964
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5965 Display *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5966 gui_mch_get_display(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5967 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5968 if (gui.mainwin != NULL && gtk_widget_get_window(gui.mainwin) != NULL)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5969 return GDK_WINDOW_XDISPLAY(gtk_widget_get_window(gui.mainwin));
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5970 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5971 return NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5972 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5973 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5974
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5975 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5976 gui_mch_beep(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5977 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5978 GdkDisplay *display;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5979
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5980 if (gui.mainwin != NULL && gtk_widget_get_realized(gui.mainwin))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5981 display = gtk_widget_get_display(gui.mainwin);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5982 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5983 display = gdk_display_get_default();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5984
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5985 if (display != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5986 gdk_display_beep(display);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5987 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5988
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5989 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5990 gui_mch_flash(int msec)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5991 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5992 #if GTK_CHECK_VERSION(3,0,0)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
5993 // TODO Replace GdkGC with Cairo
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5994 (void)msec;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
5995 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5996 GdkGCValues values;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5997 GdkGC *invert_gc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5998
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5999 if (gui.drawarea->window == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6000 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6001
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6002 values.foreground.pixel = gui.norm_pixel ^ gui.back_pixel;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6003 values.background.pixel = gui.norm_pixel ^ gui.back_pixel;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6004 values.function = GDK_XOR;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6005 invert_gc = gdk_gc_new_with_values(gui.drawarea->window,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6006 &values,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6007 GDK_GC_FOREGROUND |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6008 GDK_GC_BACKGROUND |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6009 GDK_GC_FUNCTION);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6010 gdk_gc_set_exposures(invert_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6011 gui.visibility != GDK_VISIBILITY_UNOBSCURED);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6012 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6013 * Do a visual beep by changing back and forth in some undetermined way,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6014 * the foreground and background colors. This is due to the fact that
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6015 * there can't be really any prediction about the effects of XOR on
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6016 * arbitrary X11 servers. However this seems to be enough for what we
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6017 * intend it to do.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6018 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6019 gdk_draw_rectangle(gui.drawarea->window, invert_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6020 TRUE,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6021 0, 0,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6022 FILL_X((int)Columns) + gui.border_offset,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6023 FILL_Y((int)Rows) + gui.border_offset);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6024
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6025 gui_mch_flush();
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6026 ui_delay((long)msec, TRUE); // wait so many msec
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6027
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6028 gdk_draw_rectangle(gui.drawarea->window, invert_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6029 TRUE,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6030 0, 0,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6031 FILL_X((int)Columns) + gui.border_offset,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6032 FILL_Y((int)Rows) + gui.border_offset);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6033
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6034 gdk_gc_destroy(invert_gc);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6035 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6036 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6037
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6038 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6039 * Invert a rectangle from row r, column c, for nr rows and nc columns.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6040 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6041 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6042 gui_mch_invert_rectangle(int r, int c, int nr, int nc)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6043 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6044 #if GTK_CHECK_VERSION(3,0,0)
8495
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6045 const GdkRectangle rect = {
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6046 FILL_X(c), FILL_Y(r), nc * gui.char_width, nr * gui.char_height
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6047 };
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6048 cairo_t * const cr = cairo_create(gui.surface);
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6049
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6050 set_cairo_source_rgba_from_color(cr, gui.norm_pixel ^ gui.back_pixel);
8495
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6051 # if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1,9,2)
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6052 cairo_set_operator(cr, CAIRO_OPERATOR_DIFFERENCE);
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6053 # else
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6054 // Give an implementation for older cairo versions if necessary.
8495
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6055 # endif
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6056 cairo_rectangle(cr, rect.x, rect.y, rect.width, rect.height);
8495
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6057 cairo_fill(cr);
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6058
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6059 cairo_destroy(cr);
8877ea0a27ec commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6
Christian Brabandt <cb@256bit.org>
parents: 8469
diff changeset
6060
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6061 gtk_widget_queue_draw_area(gui.drawarea, rect.x, rect.y,
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6062 rect.width, rect.height);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6063 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6064 GdkGCValues values;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6065 GdkGC *invert_gc;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6066
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6067 if (gui.drawarea->window == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6068 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6069
944
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
6070 values.foreground.pixel = gui.norm_pixel ^ gui.back_pixel;
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
6071 values.background.pixel = gui.norm_pixel ^ gui.back_pixel;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6072 values.function = GDK_XOR;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6073 invert_gc = gdk_gc_new_with_values(gui.drawarea->window,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6074 &values,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6075 GDK_GC_FOREGROUND |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6076 GDK_GC_BACKGROUND |
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6077 GDK_GC_FUNCTION);
944
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
6078 gdk_gc_set_exposures(invert_gc, gui.visibility !=
b2dcb8457067 updated for version 7.0-070
vimboss
parents: 868
diff changeset
6079 GDK_VISIBILITY_UNOBSCURED);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6080 gdk_draw_rectangle(gui.drawarea->window, invert_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6081 TRUE,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6082 FILL_X(c), FILL_Y(r),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6083 (nc) * gui.char_width, (nr) * gui.char_height);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6084 gdk_gc_destroy(invert_gc);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6085 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6086 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6087
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6088 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6089 * Iconify the GUI window.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6090 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6091 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6092 gui_mch_iconify(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6093 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6094 gtk_window_iconify(GTK_WINDOW(gui.mainwin));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6095 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6096
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6097 #if defined(FEAT_EVAL) || defined(PROTO)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6098 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6099 * Bring the Vim window to the foreground.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6100 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6101 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6102 gui_mch_set_foreground(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6103 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6104 gtk_window_present(GTK_WINDOW(gui.mainwin));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6105 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6106 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6107
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6108 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6109 * Draw a cursor without focus.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6110 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6111 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6112 gui_mch_draw_hollow_cursor(guicolor_T color)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6113 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6114 int i = 1;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6115 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6116 cairo_t *cr;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6117 #endif
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6118
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6119 if (gtk_widget_get_window(gui.drawarea) == NULL)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6120 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6121
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6122 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6123 cr = cairo_create(gui.surface);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6124 #endif
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6125
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6126 gui_mch_set_fg_color(color);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6127
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6128 #if GTK_CHECK_VERSION(3,0,0)
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6129 cairo_set_source_rgba(cr,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6130 gui.fgcolor->red, gui.fgcolor->green, gui.fgcolor->blue,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6131 gui.fgcolor->alpha);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6132 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6133 gdk_gc_set_foreground(gui.text_gc, gui.fgcolor);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6134 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6135 if (mb_lefthalve(gui.row, gui.col))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6136 i = 2;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6137 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6138 cairo_set_line_width(cr, 1.0);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6139 cairo_set_line_cap(cr, CAIRO_LINE_CAP_BUTT);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6140 cairo_rectangle(cr,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6141 FILL_X(gui.col) + 0.5, FILL_Y(gui.row) + 0.5,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6142 i * gui.char_width - 1, gui.char_height - 1);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6143 cairo_stroke(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6144 cairo_destroy(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6145 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6146 gdk_draw_rectangle(gui.drawarea->window, gui.text_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6147 FALSE,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6148 FILL_X(gui.col), FILL_Y(gui.row),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6149 i * gui.char_width - 1, gui.char_height - 1);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6150 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6151 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6152
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6153 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6154 * Draw part of a cursor, "w" pixels wide, and "h" pixels high, using
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6155 * color "color".
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6156 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6157 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6158 gui_mch_draw_part_cursor(int w, int h, guicolor_T color)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6159 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6160 if (gtk_widget_get_window(gui.drawarea) == NULL)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6161 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6162
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6163 gui_mch_set_fg_color(color);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6164
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6165 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6166 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6167 cairo_t *cr;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6168
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6169 cr = cairo_create(gui.surface);
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6170 cairo_set_source_rgba(cr,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6171 gui.fgcolor->red, gui.fgcolor->green, gui.fgcolor->blue,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6172 gui.fgcolor->alpha);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6173 cairo_rectangle(cr,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6174 # ifdef FEAT_RIGHTLEFT
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6175 // vertical line should be on the right of current point
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6176 CURSOR_BAR_RIGHT ? FILL_X(gui.col + 1) - w :
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6177 # endif
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6178 FILL_X(gui.col), FILL_Y(gui.row) + gui.char_height - h,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6179 w, h);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6180 cairo_fill(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6181 cairo_destroy(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6182 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6183 #else // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6184 gdk_gc_set_foreground(gui.text_gc, gui.fgcolor);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6185 gdk_draw_rectangle(gui.drawarea->window, gui.text_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6186 TRUE,
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6187 # ifdef FEAT_RIGHTLEFT
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6188 // vertical line should be on the right of current point
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6189 CURSOR_BAR_RIGHT ? FILL_X(gui.col + 1) - w :
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6190 # endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6191 FILL_X(gui.col),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6192 FILL_Y(gui.row) + gui.char_height - h,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6193 w, h);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6194 #endif // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6195 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6196
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6197
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6198 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6199 * Catch up with any queued X11 events. This may put keyboard input into the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6200 * input buffer, call resize call-backs, trigger timers etc. If there is
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6201 * nothing in the X11 event queue (& no timers pending), then we return
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6202 * immediately.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6203 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6204 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6205 gui_mch_update(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6206 {
2301
6f63294a1781 Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents: 2278
diff changeset
6207 while (g_main_context_pending(NULL) && !vim_is_input_buf_full())
6f63294a1781 Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents: 2278
diff changeset
6208 g_main_context_iteration(NULL, TRUE);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6209 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6210
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6211 static timeout_cb_type
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6212 input_timer_cb(gpointer data)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6213 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6214 int *timed_out = (int *) data;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6215
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6216 // Just inform the caller about the occurrence of it
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6217 *timed_out = TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6218
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6219 return FALSE; // don't happen again
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6220 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6221
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6222 #ifdef FEAT_JOB_CHANNEL
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6223 static timeout_cb_type
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6224 channel_poll_cb(gpointer data UNUSED)
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6225 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6226 // Using an event handler for a channel that may be disconnected does
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6227 // not work, it hangs. Instead poll for messages.
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6228 channel_handle_events(TRUE);
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6229 parse_queued_messages();
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6230
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6231 return TRUE; // repeat
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6232 }
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6233 #endif
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6234
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6235 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6236 * GUI input routine called by gui_wait_for_chars(). Waits for a character
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6237 * from the keyboard.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6238 * wtime == -1 Wait forever.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6239 * wtime == 0 This should never happen.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6240 * wtime > 0 Wait wtime milliseconds for a character.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6241 * Returns OK if a character was found to be available within the given time,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6242 * or FAIL otherwise.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6243 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6244 int
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6245 gui_mch_wait_for_chars(long wtime)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6246 {
9179
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6247 int focus;
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6248 guint timer;
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6249 static int timed_out;
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6250 int retval = FAIL;
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6251 #ifdef FEAT_JOB_CHANNEL
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6252 guint channel_timer = 0;
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6253 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6254
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6255 timed_out = FALSE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6256
15665
31367ce5aac7 patch 8.1.0840: getchar(0) never returns a character in the terminal
Bram Moolenaar <Bram@vim.org>
parents: 15555
diff changeset
6257 // This timeout makes sure that we will return if no characters arrived in
31367ce5aac7 patch 8.1.0840: getchar(0) never returns a character in the terminal
Bram Moolenaar <Bram@vim.org>
parents: 15555
diff changeset
6258 // time. If "wtime" is zero just use one.
31367ce5aac7 patch 8.1.0840: getchar(0) never returns a character in the terminal
Bram Moolenaar <Bram@vim.org>
parents: 15555
diff changeset
6259 if (wtime >= 0)
15730
e5441bee8063 patch 8.1.0872: confusing condition
Bram Moolenaar <Bram@vim.org>
parents: 15665
diff changeset
6260 timer = timeout_add(wtime == 0 ? 1L : wtime,
15665
31367ce5aac7 patch 8.1.0840: getchar(0) never returns a character in the terminal
Bram Moolenaar <Bram@vim.org>
parents: 15555
diff changeset
6261 input_timer_cb, &timed_out);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6262 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6263 timer = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6264
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6265 #ifdef FEAT_JOB_CHANNEL
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6266 // If there is a channel with the keep_open flag we need to poll for input
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6267 // on them.
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6268 if (channel_any_keep_open())
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6269 channel_timer = timeout_add(20, channel_poll_cb, NULL);
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6270 #endif
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6271
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6272 focus = gui.in_focus;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6273
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6274 do
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6275 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6276 // Stop or start blinking when focus changes
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6277 if (gui.in_focus != focus)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6278 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6279 if (gui.in_focus)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6280 gui_mch_start_blink();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6281 else
13152
f4c3a7f410f4 patch 8.0.1450: GUI: endless loop when stopping cursor blinking
Christian Brabandt <cb@256bit.org>
parents: 12802
diff changeset
6282 gui_mch_stop_blink(TRUE);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6283 focus = gui.in_focus;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6284 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6285
7109
fa95595fbc52 commit https://github.com/vim/vim/commit/93c88e0f6a4a8f7634ed84721daf4af46fc0d5db
Christian Brabandt <cb@256bit.org>
parents: 7098
diff changeset
6286 #ifdef MESSAGE_QUEUE
9179
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6287 # ifdef FEAT_TIMERS
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6288 did_add_timer = FALSE;
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6289 # endif
7109
fa95595fbc52 commit https://github.com/vim/vim/commit/93c88e0f6a4a8f7634ed84721daf4af46fc0d5db
Christian Brabandt <cb@256bit.org>
parents: 7098
diff changeset
6290 parse_queued_messages();
9179
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6291 # ifdef FEAT_TIMERS
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6292 if (did_add_timer)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6293 // Need to recompute the waiting time.
9179
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6294 goto theend;
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6295 # endif
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1494
diff changeset
6296 #endif
18ee39301b82 updated for version 7.2a
vimboss
parents: 1494
diff changeset
6297
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6298 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6299 * Loop in GTK+ processing until a timeout or input occurs.
22
cc049b00ee70 updated for version 7.0014
vimboss
parents: 7
diff changeset
6300 * Skip this if input is available anyway (can happen in rare
cc049b00ee70 updated for version 7.0014
vimboss
parents: 7
diff changeset
6301 * situations, sort of race condition).
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6302 */
22
cc049b00ee70 updated for version 7.0014
vimboss
parents: 7
diff changeset
6303 if (!input_available())
2301
6f63294a1781 Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents: 2278
diff changeset
6304 g_main_context_iteration(NULL, TRUE);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6305
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6306 // Got char, return immediately
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6307 if (input_available())
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6308 {
9179
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6309 retval = OK;
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6310 goto theend;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6311 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6312 } while (wtime < 0 || !timed_out);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6313
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6314 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6315 * Flush all eventually pending (drawing) events.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6316 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6317 gui_mch_update();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6318
9179
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6319 theend:
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6320 if (timer != 0 && !timed_out)
12250
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6321 timeout_remove(timer);
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6322 #ifdef FEAT_JOB_CHANNEL
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6323 if (channel_timer != 0)
ac8b2f9c1409 patch 8.0.1005: terminal without job updates slowly in GUI
Christian Brabandt <cb@256bit.org>
parents: 12240
diff changeset
6324 timeout_remove(channel_timer);
9179
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6325 #endif
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6326
5e18efdad322 commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3
Christian Brabandt <cb@256bit.org>
parents: 8926
diff changeset
6327 return retval;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6328 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6329
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6330
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6331 /////////////////////////////////////////////////////////////////////////////
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6332 // Output drawing routines.
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6333 //
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6334
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6335
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6336 // Flush any output to the screen
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6337 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6338 gui_mch_flush(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6339 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6340 if (gui.mainwin != NULL && gtk_widget_get_realized(gui.mainwin))
14800
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
6341 #if GTK_CHECK_VERSION(2,4,0)
9523
9d1abad90d6c commit https://github.com/vim/vim/commit/fdadad994a6e8f6cc8b11519082e23200b96d0ba
Christian Brabandt <cb@256bit.org>
parents: 9489
diff changeset
6342 gdk_display_flush(gtk_widget_get_display(gui.mainwin));
14800
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
6343 #else
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
6344 gdk_display_sync(gtk_widget_get_display(gui.mainwin));
40e19745ad12 patch 8.1.0412: cannot build with GTK 2.4
Christian Brabandt <cb@256bit.org>
parents: 14786
diff changeset
6345 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6346 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6347
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6348 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6349 * Clear a rectangular region of the screen from text pos (row1, col1) to
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6350 * (row2, col2) inclusive.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6351 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6352 void
10920
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
6353 gui_mch_clear_block(int row1arg, int col1arg, int row2arg, int col2arg)
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
6354 {
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
6355
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
6356 int col1 = check_col(col1arg);
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
6357 int col2 = check_col(col2arg);
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
6358 int row1 = check_row(row1arg);
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
6359 int row2 = check_row(row2arg);
687833a3fadc patch 8.0.0349: redrawing errors with GTK 3
Christian Brabandt <cb@256bit.org>
parents: 10773
diff changeset
6360
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6361 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6362 if (gtk_widget_get_window(gui.drawarea) == NULL)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6363 return;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6364 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6365 GdkColor color;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6366
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6367 if (gui.drawarea->window == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6368 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6369
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6370 color.pixel = gui.back_pixel;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6371 #endif
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6372
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6373 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6374 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6375 // Add one pixel to the far right column in case a double-stroked
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6376 // bold glyph may sit there.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6377 const GdkRectangle rect = {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6378 FILL_X(col1), FILL_Y(row1),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6379 (col2 - col1 + 1) * gui.char_width + (col2 == Columns - 1),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6380 (row2 - row1 + 1) * gui.char_height
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6381 };
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6382 cairo_t * const cr = cairo_create(gui.surface);
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
6383 # if GTK_CHECK_VERSION(3,22,2)
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
6384 set_cairo_source_rgba_from_color(cr, gui.back_pixel);
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
6385 # else
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6386 GdkWindow * const win = gtk_widget_get_window(gui.drawarea);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6387 cairo_pattern_t * const pat = gdk_window_get_background_pattern(win);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6388 if (pat != NULL)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6389 cairo_set_source(cr, pat);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6390 else
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6391 set_cairo_source_rgba_from_color(cr, gui.back_pixel);
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
6392 # endif
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6393 cairo_rectangle(cr, rect.x, rect.y, rect.width, rect.height);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6394 cairo_fill(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6395 cairo_destroy(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6396
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6397 gtk_widget_queue_draw_area(gui.drawarea,
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6398 rect.x, rect.y, rect.width, rect.height);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6399 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6400 #else // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6401 gdk_gc_set_foreground(gui.text_gc, &color);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6402
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6403 // Clear one extra pixel at the far right, for when bold characters have
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6404 // spilled over to the window border.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6405 gdk_draw_rectangle(gui.drawarea->window, gui.text_gc, TRUE,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6406 FILL_X(col1), FILL_Y(row1),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6407 (col2 - col1 + 1) * gui.char_width
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6408 + (col2 == Columns - 1),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6409 (row2 - row1 + 1) * gui.char_height);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6410 #endif // !GTK_CHECK_VERSION(3,0,0)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6411 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6412
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6413 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6414 static void
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6415 gui_gtk_window_clear(GdkWindow *win)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6416 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6417 const GdkRectangle rect = {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6418 0, 0, gdk_window_get_width(win), gdk_window_get_height(win)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6419 };
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6420 cairo_t * const cr = cairo_create(gui.surface);
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
6421 # if GTK_CHECK_VERSION(3,22,2)
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
6422 set_cairo_source_rgba_from_color(cr, gui.back_pixel);
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
6423 # else
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6424 cairo_pattern_t * const pat = gdk_window_get_background_pattern(win);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6425 if (pat != NULL)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6426 cairo_set_source(cr, pat);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6427 else
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6428 set_cairo_source_rgba_from_color(cr, gui.back_pixel);
10390
6c8a4d21b873 commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b
Christian Brabandt <cb@256bit.org>
parents: 10042
diff changeset
6429 # endif
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6430 cairo_rectangle(cr, rect.x, rect.y, rect.width, rect.height);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6431 cairo_fill(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6432 cairo_destroy(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6433
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6434 gtk_widget_queue_draw_area(gui.drawarea,
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6435 rect.x, rect.y, rect.width, rect.height);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6436 }
14712
82e7ce311065 patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building fails
Christian Brabandt <cb@256bit.org>
parents: 14575
diff changeset
6437 #else
82e7ce311065 patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building fails
Christian Brabandt <cb@256bit.org>
parents: 14575
diff changeset
6438 # define gui_gtk_window_clear(win) gdk_window_clear(win)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6439 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6440
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6441 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6442 gui_mch_clear_all(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6443 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6444 if (gtk_widget_get_window(gui.drawarea) != NULL)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6445 gui_gtk_window_clear(gtk_widget_get_window(gui.drawarea));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6446 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6447
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6448 #if !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6449 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6450 * Redraw any text revealed by scrolling up/down.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6451 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6452 static void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6453 check_copy_area(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6454 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6455 GdkEvent *event;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6456 int expose_count;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6457
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6458 if (gui.visibility != GDK_VISIBILITY_PARTIAL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6459 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6460
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6461 // Avoid redrawing the cursor while scrolling or it'll end up where
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6462 // we don't want it to be. I'm not sure if it's correct to call
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6463 // gui_dont_update_cursor() at this point but it works as a quick
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6464 // fix for now.
9848
664276833670 commit https://github.com/vim/vim/commit/107abd2ca53c31fd3bb40d77ff296e98eaae2975
Christian Brabandt <cb@256bit.org>
parents: 9836
diff changeset
6465 gui_dont_update_cursor(TRUE);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6466
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6467 do
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6468 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6469 // Wait to check whether the scroll worked or not.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6470 event = gdk_event_get_graphics_expose(gui.drawarea->window);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6471
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6472 if (event == NULL)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6473 break; // received NoExpose event
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6474
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6475 gui_redraw(event->expose.area.x, event->expose.area.y,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6476 event->expose.area.width, event->expose.area.height);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6477
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6478 expose_count = event->expose.count;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6479 gdk_event_free(event);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6480 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6481 while (expose_count > 0); // more events follow
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6482
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6483 gui_can_update_cursor();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6484 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6485 #endif // !GTK_CHECK_VERSION(3,0,0)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6486
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6487 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6488 static void
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6489 gui_gtk_surface_copy_rect(int dest_x, int dest_y,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6490 int src_x, int src_y,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6491 int width, int height)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6492 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6493 cairo_t * const cr = cairo_create(gui.surface);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6494
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6495 cairo_rectangle(cr, dest_x, dest_y, width, height);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6496 cairo_clip(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6497 cairo_push_group(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6498 cairo_set_source_surface(cr, gui.surface, dest_x - src_x, dest_y - src_y);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6499 cairo_paint(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6500 cairo_pop_group_to_source(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6501 cairo_paint(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6502
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6503 cairo_destroy(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6504 }
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6505 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6506
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6507 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6508 * Delete the given number of lines from the given row, scrolling up any
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6509 * text further down within the scroll region.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6510 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6511 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6512 gui_mch_delete_lines(int row, int num_lines)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6513 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6514 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6515 const int ncols = gui.scroll_region_right - gui.scroll_region_left + 1;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6516 const int nrows = gui.scroll_region_bot - row + 1;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6517 const int src_nrows = nrows - num_lines;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6518
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6519 gui_gtk_surface_copy_rect(
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6520 FILL_X(gui.scroll_region_left), FILL_Y(row),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6521 FILL_X(gui.scroll_region_left), FILL_Y(row + num_lines),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6522 gui.char_width * ncols + 1, gui.char_height * src_nrows);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6523 gui_clear_block(
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6524 gui.scroll_region_bot - num_lines + 1, gui.scroll_region_left,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6525 gui.scroll_region_bot, gui.scroll_region_right);
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6526 gtk_widget_queue_draw_area(gui.drawarea,
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6527 FILL_X(gui.scroll_region_left), FILL_Y(row),
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6528 gui.char_width * ncols + 1, gui.char_height * nrows);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6529 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6530 if (gui.visibility == GDK_VISIBILITY_FULLY_OBSCURED)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6531 return; // Can't see the window
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6532
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6533 gdk_gc_set_foreground(gui.text_gc, gui.fgcolor);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6534 gdk_gc_set_background(gui.text_gc, gui.bgcolor);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6535
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6536 // copy one extra pixel, for when bold has spilled over
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6537 gdk_window_copy_area(gui.drawarea->window, gui.text_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6538 FILL_X(gui.scroll_region_left), FILL_Y(row),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6539 gui.drawarea->window,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6540 FILL_X(gui.scroll_region_left),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6541 FILL_Y(row + num_lines),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6542 gui.char_width * (gui.scroll_region_right
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6543 - gui.scroll_region_left + 1) + 1,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6544 gui.char_height * (gui.scroll_region_bot - row - num_lines + 1));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6545
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6546 gui_clear_block(gui.scroll_region_bot - num_lines + 1,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6547 gui.scroll_region_left,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6548 gui.scroll_region_bot, gui.scroll_region_right);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6549 check_copy_area();
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6550 #endif // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6551 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6552
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6553 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6554 * Insert the given number of lines before the given row, scrolling down any
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6555 * following text within the scroll region.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6556 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6557 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6558 gui_mch_insert_lines(int row, int num_lines)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6559 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6560 #if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6561 const int ncols = gui.scroll_region_right - gui.scroll_region_left + 1;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6562 const int nrows = gui.scroll_region_bot - row + 1;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6563 const int src_nrows = nrows - num_lines;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6564
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6565 gui_gtk_surface_copy_rect(
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6566 FILL_X(gui.scroll_region_left), FILL_Y(row + num_lines),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6567 FILL_X(gui.scroll_region_left), FILL_Y(row),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6568 gui.char_width * ncols + 1, gui.char_height * src_nrows);
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6569 gui_clear_block(
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6570 row, gui.scroll_region_left,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6571 row + num_lines - 1, gui.scroll_region_right);
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6572 gtk_widget_queue_draw_area(gui.drawarea,
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6573 FILL_X(gui.scroll_region_left), FILL_Y(row),
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
6574 gui.char_width * ncols + 1, gui.char_height * nrows);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6575 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6576 if (gui.visibility == GDK_VISIBILITY_FULLY_OBSCURED)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6577 return; // Can't see the window
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6578
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6579 gdk_gc_set_foreground(gui.text_gc, gui.fgcolor);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6580 gdk_gc_set_background(gui.text_gc, gui.bgcolor);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6581
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6582 // copy one extra pixel, for when bold has spilled over
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6583 gdk_window_copy_area(gui.drawarea->window, gui.text_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6584 FILL_X(gui.scroll_region_left), FILL_Y(row + num_lines),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6585 gui.drawarea->window,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6586 FILL_X(gui.scroll_region_left), FILL_Y(row),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6587 gui.char_width * (gui.scroll_region_right
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6588 - gui.scroll_region_left + 1) + 1,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6589 gui.char_height * (gui.scroll_region_bot - row - num_lines + 1));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6590
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6591 gui_clear_block(row, gui.scroll_region_left,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6592 row + num_lines - 1, gui.scroll_region_right);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6593 check_copy_area();
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6594 #endif // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6595 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6596
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6597 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6598 * X Selection stuff, for cutting and pasting text to other windows.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6599 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6600 void
17063
3147c7c2e86b patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents: 16825
diff changeset
6601 clip_mch_request_selection(Clipboard_T *cbd)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6602 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6603 GdkAtom target;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6604 unsigned i;
1494
58a14bafc1f0 updated for version 7.1-209
vimboss
parents: 1426
diff changeset
6605 time_t start;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6606
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6607 for (i = 0; i < N_SELECTION_TARGETS; ++i)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6608 {
1904
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
6609 if (!clip_html && selection_targets[i].info == TARGET_HTML)
062104a823df updated for version 7.2-201
vimboss
parents: 1903
diff changeset
6610 continue;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6611 received_selection = RS_NONE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6612 target = gdk_atom_intern(selection_targets[i].target, FALSE);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6613
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6614 gtk_selection_convert(gui.drawarea,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6615 cbd->gtk_sel_atom, target,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6616 (guint32)GDK_CURRENT_TIME);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6617
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6618 // Hack: Wait up to three seconds for the selection. A hang was
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6619 // noticed here when using the netrw plugin combined with ":gui"
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6620 // during the FocusGained event.
1494
58a14bafc1f0 updated for version 7.1-209
vimboss
parents: 1426
diff changeset
6621 start = time(NULL);
58a14bafc1f0 updated for version 7.1-209
vimboss
parents: 1426
diff changeset
6622 while (received_selection == RS_NONE && time(NULL) < start + 3)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6623 g_main_context_iteration(NULL, TRUE); // wait for selection_received_cb
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6624
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6625 if (received_selection != RS_FAIL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6626 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6627 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6628
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6629 // Final fallback position - use the X CUT_BUFFER0 store
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6630 yank_cut_buffer0(GDK_WINDOW_XDISPLAY(gtk_widget_get_window(gui.mainwin)),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6631 cbd);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6632 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6633
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6634 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6635 * Disown the selection.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6636 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6637 void
17063
3147c7c2e86b patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents: 16825
diff changeset
6638 clip_mch_lose_selection(Clipboard_T *cbd UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6639 {
13503
5d345460c984 patch 8.0.1625: test_quotestar is flaky when run in GTK GUI
Christian Brabandt <cb@256bit.org>
parents: 13244
diff changeset
6640 if (!in_selection_clear_event)
5d345460c984 patch 8.0.1625: test_quotestar is flaky when run in GTK GUI
Christian Brabandt <cb@256bit.org>
parents: 13244
diff changeset
6641 {
5d345460c984 patch 8.0.1625: test_quotestar is flaky when run in GTK GUI
Christian Brabandt <cb@256bit.org>
parents: 13244
diff changeset
6642 gtk_selection_owner_set(NULL, cbd->gtk_sel_atom, gui.event_time);
5d345460c984 patch 8.0.1625: test_quotestar is flaky when run in GTK GUI
Christian Brabandt <cb@256bit.org>
parents: 13244
diff changeset
6643 gui_mch_update();
5d345460c984 patch 8.0.1625: test_quotestar is flaky when run in GTK GUI
Christian Brabandt <cb@256bit.org>
parents: 13244
diff changeset
6644 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6645 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6646
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6647 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6648 * Own the selection and return OK if it worked.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6649 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6650 int
17063
3147c7c2e86b patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents: 16825
diff changeset
6651 clip_mch_own_selection(Clipboard_T *cbd)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6652 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6653 int success;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6654
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6655 success = gtk_selection_owner_set(gui.drawarea, cbd->gtk_sel_atom,
2923
7653420fdc45 updated for version 7.3.234
Bram Moolenaar <bram@vim.org>
parents: 2896
diff changeset
6656 gui.event_time);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6657 gui_mch_update();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6658 return (success) ? OK : FAIL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6659 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6660
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6661 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6662 * Send the current selection to the clipboard. Do nothing for X because we
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6663 * will fill in the selection only when requested by another app.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6664 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6665 void
17063
3147c7c2e86b patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents: 16825
diff changeset
6666 clip_mch_set_selection(Clipboard_T *cbd UNUSED)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6667 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6668 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6669
15555
d89c5b339c2a patch 8.1.0785: depending on the configuration some functions are unused
Bram Moolenaar <Bram@vim.org>
parents: 15470
diff changeset
6670 #if (defined(FEAT_XCLIPBOARD) && defined(USE_SYSTEM)) || defined(PROTO)
4209
fb533fb6c015 updated for version 7.3.856
Bram Moolenaar <bram@vim.org>
parents: 4133
diff changeset
6671 int
17063
3147c7c2e86b patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents: 16825
diff changeset
6672 clip_gtk_owner_exists(Clipboard_T *cbd)
4209
fb533fb6c015 updated for version 7.3.856
Bram Moolenaar <bram@vim.org>
parents: 4133
diff changeset
6673 {
fb533fb6c015 updated for version 7.3.856
Bram Moolenaar <bram@vim.org>
parents: 4133
diff changeset
6674 return gdk_selection_owner_get(cbd->gtk_sel_atom) != NULL;
fb533fb6c015 updated for version 7.3.856
Bram Moolenaar <bram@vim.org>
parents: 4133
diff changeset
6675 }
15555
d89c5b339c2a patch 8.1.0785: depending on the configuration some functions are unused
Bram Moolenaar <Bram@vim.org>
parents: 15470
diff changeset
6676 #endif
4209
fb533fb6c015 updated for version 7.3.856
Bram Moolenaar <bram@vim.org>
parents: 4133
diff changeset
6677
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6678
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6679 #if defined(FEAT_MENU) || defined(PROTO)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6680 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6681 * Make a menu item appear either active or not active (grey or not grey).
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6682 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6683 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6684 gui_mch_menu_grey(vimmenu_T *menu, int grey)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6685 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6686 if (menu->id == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6687 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6688
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6689 if (menu_is_separator(menu->name))
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6690 grey = TRUE;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6691
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6692 gui_mch_menu_hidden(menu, FALSE);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6693 // Be clever about bitfields versus true booleans here!
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6694 if (!gtk_widget_get_sensitive(menu->id) == !grey)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6695 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6696 gtk_widget_set_sensitive(menu->id, !grey);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6697 gui_mch_update();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6698 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6699 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6700
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6701 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6702 * Make menu item hidden or not hidden.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6703 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6704 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6705 gui_mch_menu_hidden(vimmenu_T *menu, int hidden)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6706 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6707 if (menu->id == 0)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6708 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6709
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6710 if (hidden)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6711 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6712 if (gtk_widget_get_visible(menu->id))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6713 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6714 gtk_widget_hide(menu->id);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6715 gui_mch_update();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6716 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6717 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6718 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6719 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6720 if (!gtk_widget_get_visible(menu->id))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6721 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6722 gtk_widget_show(menu->id);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6723 gui_mch_update();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6724 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6725 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6726 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6727
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6728 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6729 * This is called after setting all the menus to grey/hidden or not.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6730 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6731 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6732 gui_mch_draw_menubar(void)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6733 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6734 // just make sure that the visual changes get effect immediately
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6735 gui_mch_update();
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6736 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6737 #endif // FEAT_MENU
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6738
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6739 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6740 * Scrollbar stuff.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6741 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6742 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6743 gui_mch_enable_scrollbar(scrollbar_T *sb, int flag)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6744 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6745 if (sb->id == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6746 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6747
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6748 gtk_widget_set_visible(sb->id, flag);
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
6749 update_window_manager_hints(0, 0);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6750 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6751
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6752
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6753 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6754 * Return the RGB value of a pixel as long.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6755 */
9939
ccb6461b82df commit https://github.com/vim/vim/commit/1b58cdd160c2e0ada0f638679a2aa27e4665fc48
Christian Brabandt <cb@256bit.org>
parents: 9879
diff changeset
6756 guicolor_T
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6757 gui_mch_get_rgb(guicolor_T pixel)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6758 {
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6759 #if GTK_CHECK_VERSION(3,0,0)
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6760 return (long_u)pixel;
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6761 #else
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6762 GdkColor color;
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6763
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6764 gdk_colormap_query_color(gtk_widget_get_colormap(gui.drawarea),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6765 (unsigned long)pixel, &color);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6766
9939
ccb6461b82df commit https://github.com/vim/vim/commit/1b58cdd160c2e0ada0f638679a2aa27e4665fc48
Christian Brabandt <cb@256bit.org>
parents: 9879
diff changeset
6767 return (guicolor_T)(
ccb6461b82df commit https://github.com/vim/vim/commit/1b58cdd160c2e0ada0f638679a2aa27e4665fc48
Christian Brabandt <cb@256bit.org>
parents: 9879
diff changeset
6768 (((unsigned)color.red & 0xff00) << 8)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6769 | ((unsigned)color.green & 0xff00)
9939
ccb6461b82df commit https://github.com/vim/vim/commit/1b58cdd160c2e0ada0f638679a2aa27e4665fc48
Christian Brabandt <cb@256bit.org>
parents: 9879
diff changeset
6770 | (((unsigned)color.blue & 0xff00) >> 8));
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6771 #endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6772 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6773
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6774 /*
88
2b4debdc8d2c updated for version 7.0035
vimboss
parents: 70
diff changeset
6775 * Get current mouse coordinates in text window.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6776 */
88
2b4debdc8d2c updated for version 7.0035
vimboss
parents: 70
diff changeset
6777 void
2b4debdc8d2c updated for version 7.0035
vimboss
parents: 70
diff changeset
6778 gui_mch_getmouse(int *x, int *y)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6779 {
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6780 gui_gtk_get_pointer(gui.drawarea, x, y, NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6781 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6782
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6783 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6784 gui_mch_setmouse(int x, int y)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6785 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6786 // Sorry for the Xlib call, but we can't avoid it, since there is no
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6787 // internal GDK mechanism present to accomplish this. (and for good
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6788 // reason...)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6789 XWarpPointer(GDK_WINDOW_XDISPLAY(gtk_widget_get_window(gui.drawarea)),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6790 (Window)0, GDK_WINDOW_XID(gtk_widget_get_window(gui.drawarea)),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6791 0, 0, 0U, 0U, x, y);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6792 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6793
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6794
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6795 #ifdef FEAT_MOUSESHAPE
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6796 // The last set mouse pointer shape is remembered, to be used when it goes
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6797 // from hidden to not hidden.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6798 static int last_shape = 0;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6799 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6800
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6801 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6802 * Use the blank mouse pointer or not.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6803 *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6804 * hide: TRUE = use blank ptr, FALSE = use parent ptr
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6805 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6806 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6807 gui_mch_mousehide(int hide)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6808 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6809 if (gui.pointer_hidden != hide)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6810 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6811 gui.pointer_hidden = hide;
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6812 if (gtk_widget_get_window(gui.drawarea) && gui.blank_pointer != NULL)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6813 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6814 if (hide)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6815 gdk_window_set_cursor(gtk_widget_get_window(gui.drawarea),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6816 gui.blank_pointer);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6817 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6818 #ifdef FEAT_MOUSESHAPE
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6819 mch_set_mouse_shape(last_shape);
14712
82e7ce311065 patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building fails
Christian Brabandt <cb@256bit.org>
parents: 14575
diff changeset
6820 #else
8301
6a4c11fa1aa3 commit https://github.com/vim/vim/commit/3f2a5d8dfbe2998b4d3d369c0275e2366c92666b
Christian Brabandt <cb@256bit.org>
parents: 8281
diff changeset
6821 gdk_window_set_cursor(gtk_widget_get_window(gui.drawarea), NULL);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6822 #endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6823 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6824 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6825 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6826
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6827 #if defined(FEAT_MOUSESHAPE) || defined(PROTO)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6828
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6829 // Table for shape IDs. Keep in sync with the mshape_names[] table in
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6830 // misc2.c!
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6831 static const int mshape_ids[] =
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6832 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6833 GDK_LEFT_PTR, // arrow
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6834 GDK_CURSOR_IS_PIXMAP, // blank
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6835 GDK_XTERM, // beam
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6836 GDK_SB_V_DOUBLE_ARROW, // updown
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6837 GDK_SIZING, // udsizing
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6838 GDK_SB_H_DOUBLE_ARROW, // leftright
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6839 GDK_SIZING, // lrsizing
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6840 GDK_WATCH, // busy
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6841 GDK_X_CURSOR, // no
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6842 GDK_CROSSHAIR, // crosshair
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6843 GDK_HAND1, // hand1
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6844 GDK_HAND2, // hand2
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6845 GDK_PENCIL, // pencil
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6846 GDK_QUESTION_ARROW, // question
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6847 GDK_RIGHT_PTR, // right-arrow
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6848 GDK_CENTER_PTR, // up-arrow
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6849 GDK_LEFT_PTR // last one
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6850 };
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6851
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6852 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6853 mch_set_mouse_shape(int shape)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6854 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6855 int id;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6856 GdkCursor *c;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6857
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6858 if (gtk_widget_get_window(gui.drawarea) == NULL)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6859 return;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6860
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6861 if (shape == MSHAPE_HIDE || gui.pointer_hidden)
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6862 gdk_window_set_cursor(gtk_widget_get_window(gui.drawarea),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6863 gui.blank_pointer);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6864 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6865 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6866 if (shape >= MSHAPE_NUMBERED)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6867 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6868 id = shape - MSHAPE_NUMBERED;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6869 if (id >= GDK_LAST_CURSOR)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6870 id = GDK_LEFT_PTR;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6871 else
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6872 id &= ~1; // they are always even (why?)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6873 }
24768
7334bf933510 patch 8.2.2922: computing array length is done in various ways
Bram Moolenaar <Bram@vim.org>
parents: 24170
diff changeset
6874 else if (shape < (int)ARRAY_LENGTH(mshape_ids))
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6875 id = mshape_ids[shape];
842
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
6876 else
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
6877 return;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6878 c = gdk_cursor_new_for_display(
136
18f29039b83c updated for version 7.0044
vimboss
parents: 100
diff changeset
6879 gtk_widget_get_display(gui.drawarea), (GdkCursorType)id);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6880 gdk_window_set_cursor(gtk_widget_get_window(gui.drawarea), c);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6881 # if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6882 g_object_unref(G_OBJECT(c));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6883 # else
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6884 gdk_cursor_destroy(c); // Unref, actually. Bloody GTK+ 1.
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6885 # endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6886 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6887 if (shape != MSHAPE_HIDE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6888 last_shape = shape;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6889 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6890 #endif // FEAT_MOUSESHAPE
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6891
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6892
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6893 #if defined(FEAT_SIGN_ICONS) || defined(PROTO)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6894 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6895 * Signs are currently always 2 chars wide. With GTK+ 2, the image will be
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6896 * scaled down if the current font is not big enough, or scaled up if the image
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6897 * size is less than 3/4 of the maximum sign size. With GTK+ 1, the pixmap
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6898 * will be cut off if the current font is not big enough, or centered if it's
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6899 * too small.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6900 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6901 # define SIGN_WIDTH (2 * gui.char_width)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6902 # define SIGN_HEIGHT (gui.char_height)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6903 # define SIGN_ASPECT ((double)SIGN_HEIGHT / (double)SIGN_WIDTH)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6904
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6905 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6906 gui_mch_drawsign(int row, int col, int typenr)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6907 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6908 GdkPixbuf *sign;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6909
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6910 sign = (GdkPixbuf *)sign_get_image(typenr);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6911
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6912 if (sign != NULL && gui.drawarea != NULL
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6913 && gtk_widget_get_window(gui.drawarea) != NULL)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6914 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6915 int width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6916 int height;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6917 int xoffset;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6918 int yoffset;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6919 int need_scale;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6920
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6921 width = gdk_pixbuf_get_width(sign);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6922 height = gdk_pixbuf_get_height(sign);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6923 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6924 * Decide whether we need to scale. Allow one pixel of border
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6925 * width to be cut off, in order to avoid excessive scaling for
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6926 * tiny differences in font size.
5983
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6927 * Do scale to fit the height to avoid gaps because of linespacing.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6928 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6929 need_scale = (width > SIGN_WIDTH + 2
5983
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6930 || height != SIGN_HEIGHT
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6931 || (width < 3 * SIGN_WIDTH / 4
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6932 && height < 3 * SIGN_HEIGHT / 4));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6933 if (need_scale)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6934 {
5983
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6935 double aspect;
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6936 int w = width;
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6937 int h = height;
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6938
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6939 // Keep the original aspect ratio
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6940 aspect = (double)height / (double)width;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6941 width = (double)SIGN_WIDTH * SIGN_ASPECT / aspect;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6942 width = MIN(width, SIGN_WIDTH);
5983
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6943 if (((double)(MAX(height, SIGN_HEIGHT)) /
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6944 (double)(MIN(height, SIGN_HEIGHT))) < 1.15)
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6945 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6946 // Change the aspect ratio by at most 15% to fill the
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6947 // available space completely.
5983
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6948 height = (double)SIGN_HEIGHT * SIGN_ASPECT / aspect;
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6949 height = MIN(height, SIGN_HEIGHT);
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6950 }
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6951 else
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6952 height = (double)width * aspect;
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6953
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6954 if (w == width && h == height)
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6955 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6956 // no change in dimensions; don't decrease reference counter
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6957 // (below)
5983
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6958 need_scale = FALSE;
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6959 }
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6960 else
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6961 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6962 // This doesn't seem to be worth caching, and doing so would
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6963 // complicate the code quite a bit.
5983
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6964 sign = gdk_pixbuf_scale_simple(sign, width, height,
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6965 GDK_INTERP_BILINEAR);
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6966 if (sign == NULL)
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6967 return; // out of memory
5983
8fed02d53b45 updated for version 7.4.332
Bram Moolenaar <bram@vim.org>
parents: 5905
diff changeset
6968 }
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6969 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6970
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6971 // The origin is the upper-left corner of the pixmap. Therefore
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6972 // these offset may become negative if the pixmap is smaller than
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
6973 // the 2x1 cells reserved for the sign icon.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6974 xoffset = (width - SIGN_WIDTH) / 2;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6975 yoffset = (height - SIGN_HEIGHT) / 2;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6976
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6977 # if GTK_CHECK_VERSION(3,0,0)
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6978 {
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6979 cairo_t *cr;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6980 cairo_surface_t *bg_surf;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6981 cairo_t *bg_cr;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6982 cairo_surface_t *sign_surf;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6983 cairo_t *sign_cr;
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6984
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6985 cr = cairo_create(gui.surface);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6986
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6987 bg_surf = cairo_surface_create_similar(gui.surface,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6988 cairo_surface_get_content(gui.surface),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6989 SIGN_WIDTH, SIGN_HEIGHT);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6990 bg_cr = cairo_create(bg_surf);
9624
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6991 cairo_set_source_rgba(bg_cr,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6992 gui.bgcolor->red, gui.bgcolor->green, gui.bgcolor->blue,
d63b85fe3dc7 commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e
Christian Brabandt <cb@256bit.org>
parents: 9523
diff changeset
6993 gui.bgcolor->alpha);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6994 cairo_paint(bg_cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6995
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6996 sign_surf = cairo_surface_create_similar(gui.surface,
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6997 cairo_surface_get_content(gui.surface),
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6998 SIGN_WIDTH, SIGN_HEIGHT);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
6999 sign_cr = cairo_create(sign_surf);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7000 gdk_cairo_set_source_pixbuf(sign_cr, sign, -xoffset, -yoffset);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7001 cairo_paint(sign_cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7002
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7003 cairo_set_operator(sign_cr, CAIRO_OPERATOR_DEST_OVER);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7004 cairo_set_source_surface(sign_cr, bg_surf, 0, 0);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7005 cairo_paint(sign_cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7006
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7007 cairo_set_source_surface(cr, sign_surf, FILL_X(col), FILL_Y(row));
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7008 cairo_paint(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7009
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7010 cairo_destroy(sign_cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7011 cairo_surface_destroy(sign_surf);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7012 cairo_destroy(bg_cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7013 cairo_surface_destroy(bg_surf);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7014 cairo_destroy(cr);
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7015
26151
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
7016 gtk_widget_queue_draw_area(gui.drawarea,
5a1850512676 patch 8.2.3607: GTK3 screen updating is slow
Bram Moolenaar <Bram@vim.org>
parents: 26028
diff changeset
7017 FILL_X(col), FILL_Y(col), width, height);
8218
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7018
3456e2ebebd4 commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517
Christian Brabandt <cb@256bit.org>
parents: 7870
diff changeset
7019 }
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
7020 # else // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7021 gdk_gc_set_foreground(gui.text_gc, gui.bgcolor);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7022
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7023 gdk_draw_rectangle(gui.drawarea->window,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7024 gui.text_gc,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7025 TRUE,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7026 FILL_X(col),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7027 FILL_Y(row),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7028 SIGN_WIDTH,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7029 SIGN_HEIGHT);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7030
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7031 gdk_pixbuf_render_to_drawable_alpha(sign,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7032 gui.drawarea->window,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7033 MAX(0, xoffset),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7034 MAX(0, yoffset),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7035 FILL_X(col) - MIN(0, xoffset),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7036 FILL_Y(row) - MIN(0, yoffset),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7037 MIN(width, SIGN_WIDTH),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7038 MIN(height, SIGN_HEIGHT),
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7039 GDK_PIXBUF_ALPHA_BILEVEL,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7040 127,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7041 GDK_RGB_DITHER_NORMAL,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7042 0, 0);
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
7043 # endif // !GTK_CHECK_VERSION(3,0,0)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7044 if (need_scale)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7045 g_object_unref(sign);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7046 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7047 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7048
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7049 void *
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7050 gui_mch_register_sign(char_u *signfile)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7051 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7052 if (signfile[0] != NUL && signfile[0] != '-' && gui.in_use)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7053 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7054 GdkPixbuf *sign;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7055 GError *error = NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7056 char_u *message;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7057
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7058 sign = gdk_pixbuf_new_from_file((const char *)signfile, &error);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7059
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7060 if (error == NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7061 return sign;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7062
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7063 message = (char_u *)error->message;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7064
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7065 if (message != NULL && input_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7066 message = string_convert(&input_conv, message, NULL);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7067
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7068 if (message != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7069 {
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
7070 // The error message is already translated and will be more
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
7071 // descriptive than anything we could possibly do ourselves.
15470
55ccc2d353bd patch 8.1.0743: giving error messages is not flexible
Bram Moolenaar <Bram@vim.org>
parents: 15134
diff changeset
7072 semsg("E255: %s", message);
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7073
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7074 if (input_conv.vc_type != CONV_NONE)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7075 vim_free(message);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7076 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7077 g_error_free(error);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7078 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7079
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7080 return NULL;
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7081 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7082
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7083 void
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7084 gui_mch_destroy_sign(void *sign)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7085 {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7086 if (sign != NULL)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7087 g_object_unref(sign);
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7088 }
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7089
18781
79e10adc821d patch 8.1.2380: using old C style comments
Bram Moolenaar <Bram@vim.org>
parents: 18671
diff changeset
7090 #endif // FEAT_SIGN_ICONS