wireshark/gtk
Gilbert Ramirez 66674a789e Remove the horizontal scroll bar under the hex dump. It did nothing
at all since the GtkText widget does not scroll horizontally (it says
so in the GTK+ docs and in the gtktext.c file in the GTK+ distribution).
Even if the Ethereal window is shrunk horizontally, the text widget will
line wrap (we could turn that off, but it just truncates the line, instead
of making the text widget horizontally-scrollable).

Also, change the packet list scrollbar policy to AUTOMATIC so that scroll
bars only appear when needed. This is how the protocol tree pane has
been configured already.

svn path=/trunk/; revision=1308
1999-12-13 04:20:33 +00:00
..
.cvsignore avoid mistakingly commit dynamically generated files, like "Makefile". 1999-10-15 04:40:28 +00:00
Makefile.am Move GTK code out of summary.c and into gtk/summary_dlg.c 1999-12-10 04:21:04 +00:00
capture_dlg.c Jerry Talkington's patch to remove the filter stuff from 1999-12-10 06:28:24 +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 Jerry Talkington's patch to remove the filter stuff from 1999-12-10 06:28:24 +00:00
filter_prefs.c Change the comments to reflect the fact that this is now no longer a tab 1999-12-10 07:20:57 +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 plugins support (i.e. Dynamically loadable dissectors) 1999-12-09 20:43:38 +00:00
main.c Remove the horizontal scroll bar under the hex dump. It did nothing 1999-12-13 04:20:33 +00:00
main.h Jerry Talkington's patch to remove the filter stuff from 1999-12-10 06:28:24 +00:00
menu.c Squelch a GCC complaint. 1999-12-10 07:04:30 +00:00
menu.h Moved GTK-dependent routines for file dialogues, print dialogues, print 1999-09-01 03:04:24 +00:00
plugins_dlg.c Avoid loading "." and ".." when scanning directories for plugins 1999-12-12 10:22:41 +00:00
prefs_dlg.c Jerry Talkington's patch to remove the filter stuff from 1999-12-10 06:28:24 +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 Add the who protocol (rwho/rwhod/ruptime) 1999-12-12 05:11:57 +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
summary_dlg.c Move GTK code out of summary.c and into gtk/summary_dlg.c 1999-12-10 04:21:04 +00:00
summary_dlg.h Move GTK code out of summary.c and into gtk/summary_dlg.c 1999-12-10 04:21:04 +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