aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_menubar.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-08Recent files: Disable mnemonic accelerator key for menu itemJiří Engelthaler1-0/+8
2015-04-27ext_menubar: Add pointer to GUI main structureRoland Knall1-1/+1
2015-04-14UI: Implementing menus for pluginsRoland Knall1-0/+220
2015-02-08Menubar (GTK): fix warning: no previous prototype for ‘set_menus_capture_st...Alexis La Goutte1-0/+1
2015-02-04HTTP2: Add tap for HTTP2 dissectorAlexis La Goutte1-0/+2
2015-01-27Added HPFEEDS stats_tree.Dario Lombardo1-0/+2
2015-01-27GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-27GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-1/+1
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-3/+1
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-4/+9
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-2/+4
2015-01-05Added DNS statistics supportDario Lombardo1-2/+2
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-17/+0
2014-12-26Fix building of color conversation filterPascal Quantin1-12/+20