aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/gui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Use the modal version of the bad display filter alert box in the I/OGuy Harris1-1/+1
2012-06-04Do with the open dialog what we've done with the save and "exportGuy Harris1-0/+24
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-0/+21
2012-06-03Move routines that handle the main window title bar out ofGuy Harris1-52/+0
2012-04-21Another cut-and-pasteo.Guy Harris1-2/+2
2012-04-21port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2Anders Broman1-0/+27
2012-04-21Fix probable cut-and-pasteo.Guy Harris1-2/+2
2012-04-21Clean up indentation (get rid of 4-space tabs).Guy Harris1-3/+3
2012-04-21gtk_button_box_new() for pre GTK 3.0Anders Broman1-0/+11
2012-04-21Clean up indentation - don't use 4-space tabs.Guy Harris1-51/+49
2012-04-21GTK+ 1.x is no longer supported, and there's no toggle_tree to move anyGuy Harris1-1/+0
2012-04-21"homogeneous" is a Boolean; we can just pass it on to gtk_hbox_new() andGuy Harris1-13/+4
2012-04-02Fix a couple of typos and missing return for GTK 3.Anders Broman1-2/+4
2012-04-02Introduce utility function to ease GTK3 depcrecated funktion removal.Anders Broman1-0/+25
2012-03-03Use 'wireshark' icon from themeBalint Reczey1-0/+3
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+3
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/+1881