Dillo v3.1.1-98-g318d1f14
|
#include "bw.h"
Go to the source code of this file.
Functions | |
void | a_Menu_page_popup (BrowserWindow *bw, const DilloUrl *url, bool_t has_bugs, void *v_cssUrls) |
Page popup menu (construction & popup) | |
void | a_Menu_link_popup (BrowserWindow *bw, const DilloUrl *url) |
Link popup menu (construction & popup) | |
void | a_Menu_image_popup (BrowserWindow *bw, const DilloUrl *url, bool_t loaded_img, DilloUrl *page_url, DilloUrl *link_url) |
Image popup menu (construction & popup) | |
void | a_Menu_form_popup (BrowserWindow *bw, const DilloUrl *page_url, void *vform, bool_t showing_hiddens) |
Form popup menu (construction & popup) | |
void | a_Menu_file_popup (BrowserWindow *bw, void *v_wid) |
File popup menu (construction & popup) | |
void | a_Menu_bugmeter_popup (BrowserWindow *bw, const DilloUrl *url) |
Bugmeter popup menu (construction & popup) | |
void | a_Menu_history_popup (BrowserWindow *bw, int x, int y, int direction) |
Navigation History popup menu (construction & popup). | |
void | a_Menu_tools_popup (BrowserWindow *bw, int x, int y) |
Tools popup menu (construction & popup). | |
void a_Menu_bugmeter_popup | ( | BrowserWindow * | bw, |
const DilloUrl * | url | ||
) |
Bugmeter popup menu (construction & popup)
Definition at line 592 of file menu.cc.
References a_Timeout_add(), a_Url_dup(), a_Url_free(), Menu_bugmeter_about_cb(), Menu_bugmeter_validate_w3c_cb(), Menu_bugmeter_validate_w3c_nu_cb(), Menu_simple_popup_cb(), popup_bw, popup_url, popup_x, and popup_y.
Referenced by a_UIcmd_bugmeter_popup().
void a_Menu_file_popup | ( | BrowserWindow * | bw, |
void * | v_wid | ||
) |
File popup menu (construction & popup)
Definition at line 559 of file menu.cc.
References a_Timeout_add(), a_Url_free(), filemenu_cb(), Keys::getShortcut(), KEYS_CLOSE_ALL, KEYS_CLOSE_TAB, KEYS_GOTO, KEYS_NEW_TAB, KEYS_NEW_WINDOW, KEYS_OPEN, Menu_simple_popup_cb(), popup_bw, popup_url, popup_x, and popup_y.
Referenced by a_UIcmd_file_popup().
void a_Menu_form_popup | ( | BrowserWindow * | bw, |
const DilloUrl * | page_url, | ||
void * | vform, | ||
bool_t | showing_hiddens | ||
) |
Form popup menu (construction & popup)
Definition at line 531 of file menu.cc.
References a_Timeout_add(), a_Url_dup(), a_Url_free(), Menu_form_hiddens_cb(), Menu_form_reset_cb(), Menu_form_submit_cb(), Menu_popup_cb(), popup_bw, popup_form, popup_url, popup_x, and popup_y.
Referenced by a_UIcmd_form_popup().
void a_Menu_history_popup | ( | BrowserWindow * | bw, |
int | x, | ||
int | y, | ||
int | direction | ||
) |
Navigation History popup menu (construction & popup).
direction: {backward = -1, forward = 1}
Definition at line 618 of file menu.cc.
References a_History_get_title(), a_Timeout_add(), a_UIcmd_get_history(), dFree(), history_direction, history_list, INT2VOIDP, Menu_history_cb(), Menu_simple_popup_cb(), popup_bw, popup_x, and popup_y.
Referenced by a_UIcmd_back_popup(), and a_UIcmd_forw_popup().
void a_Menu_image_popup | ( | BrowserWindow * | bw, |
const DilloUrl * | url, | ||
bool_t | loaded_img, | ||
DilloUrl * | page_url, | ||
DilloUrl * | link_url | ||
) |
Image popup menu (construction & popup)
Definition at line 472 of file menu.cc.
References a_Timeout_add(), a_Url_dup(), a_Url_free(), link_menu, Menu_add_bookmark_cb(), Menu_copy_urlstr_cb(), Menu_load_images_cb(), Menu_nop_cb(), Menu_open_url_cb(), Menu_open_url_nt_cb(), Menu_open_url_nw_cb(), Menu_popup_cb(), Menu_save_link_cb(), Menu_set_link_menu_user_data(), popup_bw, popup_url, popup_x, and popup_y.
Referenced by a_UIcmd_image_popup().
void a_Menu_link_popup | ( | BrowserWindow * | bw, |
const DilloUrl * | url | ||
) |
Link popup menu (construction & popup)
Definition at line 454 of file menu.cc.
References a_Timeout_add(), a_Url_dup(), a_Url_free(), link_menu, Menu_popup_cb(), Menu_set_link_menu_user_data(), popup_bw, popup_url, popup_x, and popup_y.
Referenced by a_UIcmd_link_popup().
void a_Menu_page_popup | ( | BrowserWindow * | bw, |
const DilloUrl * | url, | ||
bool_t | has_bugs, | ||
void * | v_cssUrls | ||
) |
Page popup menu (construction & popup)
Definition at line 352 of file menu.cc.
References a_Timeout_add(), a_Url_dup(), a_Url_free(), dFree(), dStrAsciiCasecmp(), dStrconcat(), dStrdup(), dStrndup(), lout::misc::SimpleVector< T >::get(), Menu_add_bookmark_cb(), Menu_find_text_cb(), Menu_nop_cb(), Menu_popup_cb(), Menu_save_page_cb(), Menu_stylesheet_cb(), Menu_view_page_bugs_cb(), Menu_view_page_source_cb(), popup_bw, popup_url, popup_x, popup_y, lout::misc::SimpleVector< T >::size(), TRUE, URL_PATH, URL_SCHEME, and URL_STR.
Referenced by a_UIcmd_page_popup().
void a_Menu_tools_popup | ( | BrowserWindow * | bw, |
int | x, | ||
int | y | ||
) |
Tools popup menu (construction & popup).
Definition at line 731 of file menu.cc.
References UI::get_panelsize(), UI::get_smallicons(), DilloPrefs::http_force_https, DilloPrefs::load_background_images, DilloPrefs::load_images, DilloPrefs::load_stylesheets, Menu_bgimg_load_toggle_cb(), Menu_embedded_css_cb(), Menu_force_https_cb(), Menu_imgload_toggle_cb(), Menu_nop_cb(), Menu_panel_change_cb(), Menu_remote_css_cb(), DilloPrefs::parse_embedded_css, popup_bw, prefs, and BrowserWindow::ui.
Referenced by a_UIcmd_tools().