wireshark/gtk
Gerald Combs f9a822d78f Fix a bug reported by Christopher McAvaney in
http://www.ethereal.com/lists/ethereal-dev/200104/msg00152.html.
In the display filter help window, the height of the text widget
can easily exceed the maximum height of an X window, which results
in a nonfunctioning vertical scroll bar.  This fix disables the
GtkScrolledWindow vertical scroll bar, and creates a new scroll bar
attached directly to the GtkText widget.

The layout is a little off - the horizontal scroll bar now occupies the
full height of the GtkScrolledWindow widget.  There doesn't seem to be
an easy way to grab the height of the horizontal scroll bar in order to
pad out the are underneath the vertical scroll bar.

svn path=/trunk/; revision=3411
2001-05-12 19:45:37 +00:00
..
.cvsignore Add a few more items to ".cvsignore". 2001-03-03 00:47:31 +00:00
Makefile.am "reactivate_window()" is used only by stuff in the "gtk" directory, and 2001-03-24 02:23:08 +00:00
Makefile.nmake Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap version 2001-04-05 05:58:05 +00:00
capture_dlg.c There's no "enable name resolution in captures" preference in Ethereal, 2001-04-15 03:37:16 +00:00
capture_dlg.h Santeri Paavolainen's patch to add a "Capture->Stop" menu item to let 2000-10-11 06:01:16 +00:00
color_dlg.c Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
color_dlg.h Split the color manipulation stuff into "color_dlg.[ch]", containing the 2000-02-12 08:31:49 +00:00
color_utils.c Add a "color.h" file that declares a nominally-toolkit-independent 2000-11-21 23:54:10 +00:00
color_utils.h Add a "color.h" file that declares a nominally-toolkit-independent 2000-11-21 23:54:10 +00:00
colors.c Signed vs. unsigned fixes from Joerg Mayer. 2001-04-24 00:28:21 +00:00
colors.h Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
column_prefs.c Add #include <string.h>, to get prototypes for mem* and str* functions. 2000-11-17 21:00:40 +00:00
column_prefs.h Instead of each set of built-in preferences having "ok", "save", 2000-08-21 08:09:17 +00:00
decode_as_dlg.c Move the declarations of IP protocol numbers to "ipproto.h" from 2001-04-23 17:51:37 +00:00
decode_as_dlg.h Inactivate the "Decode As" menu item if the "Decode As" dialog box 2001-02-11 23:02:05 +00:00
dfilter_expr_dlg.c When displaying the numeric value for the value_string string that was 2001-04-20 21:57:55 +00:00
dfilter_expr_dlg.h Add a dialog box for constructing expressions that test a field in the 2001-01-02 01:32:21 +00:00
display_opts.c There's no "enable name resolution in captures" preference in Ethereal, 2001-04-15 03:37:16 +00:00
display_opts.h Move display.[ch] --> gtk/display_opts.[ch] 1999-10-18 12:48:14 +00:00
dlg_utils.c Bleah. What was I thinking? "dlg_window_new()" should take the title 2000-08-23 06:56:31 +00:00
dlg_utils.h Bleah. What was I thinking? "dlg_window_new()" should take the title 2000-08-23 06:56:31 +00:00
file_dlg.c There's no "enable name resolution in captures" preference in Ethereal, 2001-04-15 03:37:16 +00:00
file_dlg.h Move the declarations of the routines in "gtk/file_dlg.c" out of 2000-02-12 06:58:42 +00:00
filter_prefs.c The text entry box that a filter construction dialog manipulates is 2001-02-23 05:54:27 +00:00
filter_prefs.h The text entry box that a filter construction dialog manipulates is 2001-02-23 05:54:27 +00:00
find_dlg.c Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +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
follow_dlg.c Check in isprint() hack for Win32 so that Ethereal is usably while 2001-04-10 12:07:40 +00:00
follow_dlg.h Redraw: 2000-09-08 10:59:21 +00:00
goto_dlg.c Doesn't need #include "dfilter.h" 2001-01-04 04:56: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 Signed vs. unsigned fixes from Joerg Mayer. 2001-04-24 00:28:21 +00:00
gtkclist.h Incorporate the GTK+ 1.2.8 version of "gtkclist.c" (which includes all 2000-05-26 07:47:47 +00:00
gtkglobals.h Undefine "isprint()" before re-defining it, to squelch a compiler 2001-04-25 06:33:41 +00:00
gui_prefs.c Fix to a preferences dialog bug, from <inoue@ainet.or.jp>. 2001-04-17 18:49:55 +00:00
gui_prefs.h Instead of each set of built-in preferences having "ok", "save", 2000-08-21 08:09:17 +00:00
help_dlg.c Fix a bug reported by Christopher McAvaney in 2001-05-12 19:45:37 +00:00
help_dlg.h Redraw: 2000-09-08 10:59:21 +00:00
keys.h Add a popup menu for the hexdump window. For now, it has only the 2000-08-20 21:55:58 +00:00
main.c "-l" command-line option to turn on automatic scrolling in "Update list 2001-05-01 00:41:46 +00:00
main.h last_open_dir needs a trailing slash in order for the GTK+ 2001-04-09 22:35:23 +00:00
menu.c There's no "enable name resolution in captures" preference in Ethereal, 2001-04-15 03:37:16 +00:00
menu.h Make work better the (hexdump) popup menus. 2000-08-21 12:33:22 +00:00
packet_win.c Fix typos in comments. 2001-03-24 23:53:07 +00:00
packet_win.h The declaration of "destroy_packet_wins()" belongs in 2001-03-24 02:14:56 +00:00
plugins_dlg.c Get rid of support for old-style plugins (support for old-style plugins 2001-01-28 21:17:29 +00:00
prefs_dlg.c Show the menu_item widget during the creation of an option menu for 2001-01-11 04:40:26 +00:00
prefs_dlg.h Implements the "Properties" menu item which displays the preferences window 2000-08-15 20:46:17 +00:00
print_dlg.c Add a "color.h" file that declares a nominally-toolkit-independent 2000-11-21 23:54:10 +00:00
print_prefs.c Remove #include "gtk/colors.h" from file.h, which keep the GTK+ header 2000-10-20 04:26:40 +00:00
print_prefs.h Instead of each set of built-in preferences having "ok", "save", 2000-08-21 08:09:17 +00:00
progress_dlg.c Give the code that computes protocol statistics a progress dialog box, 2001-03-24 02:07:22 +00:00
proto_dlg.c Add "Toggle All", "Enable All", and "Disable All" buttons to the 2001-03-01 21:34:09 +00:00
proto_dlg.h Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
proto_draw.c Check in isprint() hack for Win32 so that Ethereal is usably while 2001-04-10 12:07:40 +00:00
proto_draw.h Changes required to support multiple named data sources. 2001-03-23 14:44:04 +00:00
proto_hier_stats_dlg.c Change name of "Last-Protocol" columns to "End" so that there's 2001-03-29 04:21:35 +00:00
proto_hier_stats_dlg.h Add a new tool which summarizes packet counts by protocols, but 2001-03-22 23:54:47 +00:00
simple_dialog.c Add support for modal message boxes ("simple dialog"). 2000-10-09 06:38:36 +00:00
stream_prefs.c Don't let the color selection dialogue for TCP Streams 2001-03-01 20:49:50 +00:00
stream_prefs.h Instead of each set of built-in preferences having "ok", "save", 2000-08-21 08:09:17 +00:00
summary_dlg.c In Ethereal, attempt to get the packet statistics from libpcap when 2001-02-11 09:28:17 +00:00
summary_dlg.h No work need be done when a summary dialog box is destroyed, or when the 2000-04-01 09:16:49 +00:00
ui_util.c "reactivate_window()" is used only by stuff in the "gtk" directory, and 2001-03-24 02:23:08 +00:00
ui_util.h "reactivate_window()" is used only by stuff in the "gtk" directory, and 2001-03-24 02:23:08 +00:00