2 * Claws Mail -- a GTK based, lightweight, and fast e-mail client
4 * Copyright (C) 1999-2023 the Claws Mail Team
5 * This file Copyright (C) 2009-2023 Salvatore De Paolis <iwkse@claws-mail.org>
6 * and the Claws Mail Team
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 3 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23 #ifndef FANCY_VIEWER_H
24 #define FANCY_VIEWER_H
30 #include <glib/gi18n.h>
32 #include <webkit2/webkit2.h>
33 #include <webkitdom/webkitdom.h>
34 #include <prefs_common.h>
35 #include "common/claws.h"
36 #include "common/version.h"
37 #include "common/utils.h"
39 #include "gdk/gdkkeysyms.h"
50 #include <curl/curl.h>
51 #include <curl/curlver.h>
54 typedef enum _NavigationMode
{
60 typedef struct _FancyViewer FancyViewer
;
63 MimeViewer mimeviewer
;
70 GtkWidget
*ev_zoom_100
;
72 GtkWidget
*ev_zoom_in
;
74 GtkWidget
*ev_zoom_out
;
75 GtkWidget
*stop_loading
;
76 GtkWidget
*ev_stop_loading
;
77 /* Preferences Widgets */
78 GtkWidget
*fancy_prefs
;
79 GtkWidget
*ev_fancy_prefs
;
80 GtkWidget
*fancy_prefs_menu
;
82 GtkWidget
*enable_images
;
83 GtkWidget
*enable_scripts
;
84 GtkWidget
*enable_plugins
;
85 GtkWidget
*enable_java
;
86 GtkWidget
*enable_remote_content
;
87 GtkWidget
*open_external
;
88 GtkWidget
*stylesheet
;
91 WebKitSettings
*settings
;
93 gboolean override_prefs_images
;
94 gboolean override_prefs_remote_content
;
95 gboolean override_prefs_scripts
;
96 gboolean override_prefs_plugins
;
97 gboolean override_prefs_external
;
98 gboolean override_prefs_java
;
99 gchar
*override_stylesheet
;
101 const gchar
*curlfile
;
104 const gchar
*cur_link
;
110 /* Coordinates of the last mouse click. */
115 WebKitDOMDocument
*doc
;
116 WebKitDOMDOMWindow
*window
;
117 WebKitDOMDOMSelection
*selection
;
118 WebKitDOMRange
*range
;
121 #define OPEN_INTERNAL FALSE
122 #define OPEN_EXTERNAL TRUE
124 #define GOOGLE_SEARCH "http://www.google.com/search?hl=en&q="