aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-17Unifiy parameters to menu_open_recent_file_cmd for thejmayer1-5/+1
MAIN_MENU_USE_UIMANAGER and on MAIN_MENU_USE_UIMANAGER case (use gpointer instead of GtkWidget*/GetAction*). In at least some cases the calling paramter is of type gpointer anyway. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38585 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-17menus.[hc]:jmayer1-3/+0
set_menu_object_data_old has identical parameters to set_menu_object_data, and one was used only in the MAIN_MENU_USE_UIMANAGER case, the other in the non MAIN_MENU_USE_UIMANAGER case. Differentiate inside the function code and not via the function name. main_filter_toolbar.c: Unify the set_menu_object_data and set_menu_object_data_old as the only difference was the function name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38580 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-17Move #defines for MENU_BAR_PATH_* and PACKET_LIST_POPUP_PATH_* out ofjmayer1-53/+0
menus.h to main_filter_toolbar.c, that's the only place where they are used. The #defines for PACKET_LIST_POPUP_PATH_* seem to be unused, so #if 0 them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38579 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Add support for multiple interfaces to the capture options dialog.tuexen1-2/+0
Obtained from Irene Ruengeler. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38350 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-21Add some temporary protection code to support the current capturetuexen1-0/+2
options dialog box. It will be removed as soon as the capture options dialog box supports multiple interfaces. Received from Irene Ruengeler. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38140 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-30Include the profile name in the Edit item in the profiles popup.stig1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37471 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-20Include the profile name in the Delete item in the profiles popup.stig1-2/+5
Fixed creating a new profile from the popup without setting a create from. Removed some unneeded ep_strdup_printf. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37324 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-12Make the use of UIManager a configure option.etxrab1-3/+1
NOTE Only for Windows. Additional moves to UIManager. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37072 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-31Try to fix previous commit.etxrab1-1/+0
- menu.h commited by mistake - new_packet_list.c missing git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35719 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-31From Cal Turney:etxrab1-0/+1
Bug 5621 - With String in Packet details searches, highlight row in tree https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5621 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35718 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-18(GUIManager) Make opening a recent file work from the recent files menu.etxrab1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34562 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-10Fix up a number of callbacks.etxrab1-15/+16
Bug: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5288 requires abit of reworking of the callbacks or a different aproach to setting object data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34453 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-01Add a new right-click popup menu for the statusbar profiles for easy functionsstig1-0/+6
to create new, copy, delete and rename configuration profiles. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34312 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-30[GTKUImanager] Fix a few callbacks, use #defines for strings.etxrab1-1/+57
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34299 f5534014-38df-0310-8fa8-9805f1628bb7
2010-07-30'extern gint popup_menu_handler' ==> 'extern gboolean popup_menu_handler' to ↵wmeier1-1/+1
match just committed menus.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33680 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-25Introduce "Show Resolved" as an option in custom columns. This will determinestig1-0/+3
if we show the value or the string representing the value. This setting is not stored in the preferences file yet, and the option is not available in the columns preferences window. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33317 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-20Added "Hide Column" functionality.stig1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33266 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-15Cleanup header file define guards.stig1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33230 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-02Indicate default column alignment in the popup menu.stig1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31150 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butguy1-0/+142
context menus. Note why we have an empty hex dump pane context menu. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28794 f5534014-38df-0310-8fa8-9805f1628bb7