wireshark/gtk
Guy Harris 80618858d6 Move the GTK+ implementations of various UI utilities out of "util.c"
into "gtk/ui_util.c", and move the declarations of those UI utilities
out of "util.h" into "ui_util.h".  (The header file is in the top-level
directory, rather than the "gtk" directory, because it declares
window-system-independent interfaces to routines with
window-system-dependent implementations.)

Add to "gtk/ui_util.c" a routine to set the window and icon title.

Use that routine to make the title of an Ethereal top-level window be

	{filename} - Ethereal

if there's a capture open, and have "{filename}" be "<capture>" if it's
a temporary capture file.

svn path=/trunk/; revision=1255
1999-12-09 07:19:20 +00:00
..
.cvsignore avoid mistakingly commit dynamically generated files, like "Makefile". 1999-10-15 04:40:28 +00:00
Makefile.am Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
capture_dlg.c Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
capture_dlg.h More shuffling of GTK-related routines to gtk subdirectory. 1999-09-09 03:32:03 +00:00
display_opts.c Move display.[ch] --> gtk/display_opts.[ch] 1999-10-18 12:48:14 +00:00
display_opts.h Move display.[ch] --> gtk/display_opts.[ch] 1999-10-18 12:48:14 +00:00
file_dlg.c Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
filter_prefs.c Fixed a bug found by Derek W Poon <dpoon@uclink.berkeley.edu>, where deleted 1999-09-19 14:27:44 +00:00
filter_prefs.h We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
find_dlg.c Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
find_dlg.h Add a "Find Frame" menu item under "Display"; it lets you use a display 1999-11-06 06:28:07 +00:00
goto_dlg.c Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
goto_dlg.h Add a "Go To Frame" menu item, which lets you go to a frame by frame 1999-11-08 01:03:40 +00:00
gtkclist.c Remove 3 GTK+ header files and have our gtkclist.c use 1999-12-07 22:06:27 +00:00
gtkclist.h Added gtk subdirectory, with patched gtkclist.c in it. We can use this 1999-08-27 22:27:18 +00:00
gtkglobals.h Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
keys.h Change display filter entry widget to a GtkCombo. 1999-11-25 18:02:25 +00:00
main.c Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
main.h Fix the include-guard #define to be "__MAIN_H__", matching the name of 1999-10-08 07:29:42 +00:00
menu.c Add ^G as an accelerator for Display:Go To Frame. 1999-12-05 23:44:24 +00:00
menu.h Moved GTK-dependent routines for file dialogues, print dialogues, print 1999-09-01 03:04:24 +00:00
prefs_dlg.c Add stream window color preferences. We don't (yet) use cmaps, so this 1999-12-02 04:30:15 +00:00
prefs_dlg.h More shuffling of GTK-related routines to gtk subdirectory. 1999-09-09 03:32:03 +00:00
print_dlg.c Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
print_prefs.c We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
print_prefs.h We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
proto_draw.c patch to scroll byte view 1999-12-03 21:28:58 +00:00
proto_draw.h A "character encoding" variable is now set per packet. The existence 1999-11-22 06:24:56 +00:00
stream_prefs.c Add stream window color preferences. We don't (yet) use cmaps, so this 1999-12-02 04:30:15 +00:00
stream_prefs.h Add stream window color preferences. We don't (yet) use cmaps, so this 1999-12-02 04:30:15 +00:00
ui_util.c Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00