summaryrefslogtreecommitdiff
path: root/ui/gtk/mcast_stream_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+1
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2015-11-30mcast_stream_dlg: fix no previous prototype for function 'mcaststream_dlg_upd...Alexis La Goutte1-1/+1
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde1-4/+4
2015-11-27Fix crash in UDP Multicast Streams dialogPeter Wu1-12/+27
2015-08-18UDP multicast stream dialog.Gerald Combs1-13/+5
2015-02-08Multicast Stream: Move mcast_stream.[ch] to uiAlexis La Goutte1-12/+40
2015-02-06Multicast Stream (GTK): fix crash when try to select a streamAlexis La Goutte1-1/+1
2015-01-27GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-4/+10
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-4/+16
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-5/+0
2014-10-06Convert "4 space tabs" to spaces; Adjust editor modelines.Bill Meier1-571/+571
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-1/+1
2014-07-29Fix heap-use-after-free via setlocalePeter Wu1-1/+14
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-04-19Some routine name changes.Guy Harris1-4/+4
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-3/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-17Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-01-05Rename ws_gtk_grid_attach() to ws_gtk_grid_attach_defaults();Bill Meier1-11/+11
2013-01-03Use ws_gtk_grid...() instead of gtk_table...();Bill Meier1-46/+46
2012-12-26Fix a bunch of warnings.Guy Harris1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-01#include old-gtk-compat.h in order to get compilation working with older gtks.Jeff Morriss1-0/+1
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-8/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-1/+2
2012-04-21More GTK3 adaptationsAnders Broman1-2/+2
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-2/+2
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+801