aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/hostlist_table.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-19More name changes.Guy Harris1-3/+3
2014-04-19Some routine name changes.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-03-21Bill pointed out that gtk_window_get_size() + gtk_window_resize()Gerald Combs1-25/+14
2013-03-21From beroset:Bill Meier1-18/+18
2013-03-20Add frame_new, which creates a frame that best conforms to the GNOME,Gerald Combs1-2/+18
2013-03-11Use explicit casts.Anders Broman1-34/+34
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-2/+0
2012-09-26Allow IPv6 addresses to be mapped.Chris Maynard1-2/+3
2012-09-26Revision 45146 fixed only the first map. This patch fixes all maps.Chris Maynard1-3/+11
2012-09-26Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5016 - No markers sho...Chris Maynard1-2/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-18Move the UI-independent help URL code to ui/help_url.[ch].Gerald Combs1-1/+1
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+1
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-2/+2
2012-07-19Fix bug #7377 for 'Protocol Hierarchy' and 'Endpoints'Jakub Zawadzki1-1/+1
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus1-1/+1
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-4/+15
2012-05-30Fix part of bug #4030Jakub Zawadzki1-4/+9
2012-05-15Don't leak an open file handle (CID 702423).Gerald Combs1-0/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-4/+4
2012-04-05Instead of loading our coordinates from a separate text file viaGerald Combs1-37/+71
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1800