aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-17Unifiy parameters to menu_open_recent_file_cmd for theJörg Mayer1-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. svn path=/trunk/; revision=38585
2011-08-17menus.[hc]:Jörg Mayer1-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. svn path=/trunk/; revision=38580
2011-08-17Move #defines for MENU_BAR_PATH_* and PACKET_LIST_POPUP_PATH_* out ofJörg Mayer1-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. svn path=/trunk/; revision=38579
2011-08-05Add support for multiple interfaces to the capture options dialog.Michael Tüxen1-2/+0
Obtained from Irene Ruengeler. svn path=/trunk/; revision=38350
2011-07-21Add some temporary protection code to support the current captureMichael Tüxen1-0/+2
options dialog box. It will be removed as soon as the capture options dialog box supports multiple interfaces. Received from Irene Ruengeler. svn path=/trunk/; revision=38140
2011-05-30Include the profile name in the Edit item in the profiles popup.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=37471
2011-05-20Include the profile name in the Delete item in the profiles popup.Stig Bjørlykke1-2/+5
Fixed creating a new profile from the popup without setting a create from. Removed some unneeded ep_strdup_printf. svn path=/trunk/; revision=37324
2011-05-12Make the use of UIManager a configure option.Anders Broman1-3/+1
NOTE Only for Windows. Additional moves to UIManager. svn path=/trunk/; revision=37072
2011-01-31Try to fix previous commit.Anders Broman1-1/+0
- menu.h commited by mistake - new_packet_list.c missing svn path=/trunk/; revision=35719
2011-01-31From Cal Turney:Anders Broman1-0/+1
Bug 5621 - With String in Packet details searches, highlight row in tree https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5621 svn path=/trunk/; revision=35718
2010-10-18(GUIManager) Make opening a recent file work from the recent files menu.Anders Broman1-0/+4
svn path=/trunk/; revision=34562
2010-10-10Fix up a number of callbacks.Anders Broman1-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. svn path=/trunk/; revision=34453
2010-10-01Add a new right-click popup menu for the statusbar profiles for easy functionsStig Bjørlykke1-0/+6
to create new, copy, delete and rename configuration profiles. svn path=/trunk/; revision=34312
2010-09-30[GTKUImanager] Fix a few callbacks, use #defines for strings.Anders Broman1-1/+57
svn path=/trunk/; revision=34299
2010-07-30'extern gint popup_menu_handler' ==> 'extern gboolean popup_menu_handler' to ↵Bill Meier1-1/+1
match just committed menus.c svn path=/trunk/; revision=33680
2010-06-25Introduce "Show Resolved" as an option in custom columns. This will determineStig Bjørlykke1-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. svn path=/trunk/; revision=33317
2010-06-20Added "Hide Column" functionality.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=33266
2010-06-15Cleanup header file define guards.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=33230
2009-12-02Indicate default column alignment in the popup menu.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=31150
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris1-0/+142
context menus. Note why we have an empty hex dump pane context menu. svn path=/trunk/; revision=28794