aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_menubar.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-06Add ability for preferences to determine what they can change.Michael Mann1-7/+8
2017-12-14Remove a plugin_if_gui_cb type conversion.Gerald Combs1-4/+3
2017-11-24GTK: Remove packet editorJoão Valverde1-36/+0
2017-10-16GTK: Remove OSX integration library supportJoão Valverde1-93/+0
2017-09-24GTK: Fix warning for missing actionJoão Valverde1-1/+0
2017-09-20Integrate LBM UIM Flow dialog into "regular" Flow diagram.Michael Mann1-2/+0
2017-06-20Fix filter for "Next Packet in Conversation"Peter Wu1-37/+2
2017-05-28GTK+Qt: Show Osmux Packet Counter on Telephony menuPau Espin Pedrol1-0/+5
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-10/+12
2017-02-08Switch export objects to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-4/+5
2017-01-22Internalize struct preferenceMichael Mann1-66/+33
2016-12-21GTK: fix Export Objects sub menu warningPascal Quantin1-2/+2
2016-12-02Enable exporting objects with tsharkMoshe Kaplan1-12/+74
2016-10-30Have routines for parsing options that affect dissection.Guy Harris1-4/+5
2016-07-01Qt+Gtk: Fix the -t command line flag.Gerald Combs1-3/+7
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin1-0/+3
2016-05-15GUI: Add shortcut for packet and capture commentUli Heilmeier1-2/+2
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-2/+2
2016-03-11Remove the last remnants of U3 support.Gerald Combs1-6/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-4/+1
2016-01-03Add HTTP Follow streamMichael Mann1-3/+19
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-3/+10
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki1-2/+2
2015-12-19Add menu item for capture comment dialog in GTK+Dirk1-9/+13
2015-12-18Qt: use recent.gui_bytes_view preference to remember bits / byte viewPascal Quantin1-2/+2
2015-12-18Provide routines to set string-like and range preferences from a string.Guy Harris1-14/+2
2015-10-29Move the definition of MAX_NUM_COLOR_CONVERSATION_COLORS.Guy Harris1-0/+2
2015-10-29"Color dissector filters" are just filters.Guy Harris1-66/+52
2015-10-27Replace all "dissector filter" registrations with "dissector color filter" re...Michael Mann1-12/+13
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson1-2/+4
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-09-09PluginIF: Fix GTK PluginIF interfaceRoland Knall1-0/+25
2015-08-31Convert the MTP3 stats to new "generic stat API".Gerald Combs1-2/+1
2015-08-15Un-reference actions after adding them to an action group.Guy Harris1-6/+8
2015-08-15Do the "plugin" menu stuff in one pass.Guy Harris1-66/+25
2015-08-15Fix creation of menu actions in ws_menubar_create_action_group().Guy Harris1-2/+7
2015-08-07Add ONC RPC program stats.Gerald Combs1-2/+0
2015-08-06Convert the GSM MAP stats to new "generic stat API".Gerald Combs1-2/+0
2015-08-04Convert the GSM A stats to new "generic stat API".Gerald Combs1-25/+0
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs1-1/+1
2015-07-08GTK+: Add a Telephony/ANSI menu placeholder.Gerald Combs1-3/+7
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-10/+0
2015-06-29gtk: Fix use-after-free on removing recent filePeter Wu1-2/+3
2015-06-25Plugin Interface: Add GUI callbacksRoland Knall1-1/+1
2015-05-20Get rid of XML step for adding menubar items.Guy Harris1-175/+122
2015-05-20Have an add_menu_item() to add items to the menu bar, and use it.Guy Harris1-180/+143
2015-05-16Main (menubar): fix C++ style comments are not allowed in ISO C90Alexis La Goutte1-1/+1
2015-05-13Change the formatting strings used to create the Conversation Filter submenuMichael Mann1-7/+12
2015-05-08A NULL is needed at the end of the argument list for g_object_set().Guy Harris1-1/+1