aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2000-03-15Give the entry box in the "Find Frame" and "Go To Frame" dialog boxesGuy Harris2-2/+8
2000-03-08We already set the foreground and background color for every frame,Guy Harris1-2/+7
2000-03-02Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris6-130/+74
2000-03-01Use the "destroy" signal on a packet popup window to find out when toGuy Harris1-12/+9
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris10-104/+570
2000-02-20Add "Resolve Name" item in detailed tree popup.Laurent Deniel3-3/+17
2000-02-17Add GTK+-1.2.7 fixes to gtkclist.c, w/o removing our speed enhancements.Gilbert Ramirez1-20/+22
2000-02-13When exiting Ethereal, don't just unlink any temporary capture file,Guy Harris1-7/+9
2000-02-12Update the Win32 Nmakefiles to reflect the move of the color code intoGuy Harris1-0/+2
2000-02-12Remove some unnecessary includes from "gtk/color_dlg.c" andGuy Harris2-5/+3
2000-02-12Split the color manipulation stuff into "color_dlg.[ch]", containing theGuy Harris6-1088/+1163
2000-02-12The color stuff is almost completely toolkit-dependent (this isn't justGuy Harris3-1/+1463
2000-02-12Move the declarations of the routines in "gtk/file_dlg.c" out ofGuy Harris5-12/+42
2000-02-12Make the routines internal to the filter-editing dialog box static.Guy Harris9-41/+46
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez2-2/+7
2000-02-09Update Makefiles for win32. Move local configuration to config.nmake,Gilbert Ramirez1-4/+2
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez1-7/+23
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez2-9/+10
2000-01-29I forgot to toggle the data_out_file "semaphore" (well, we us it like one)Gilbert Ramirez1-1/+2
2000-01-25Fix the File|Open menu problem for builds w/o pcap (aka, win32 builds).Gilbert Ramirez1-1/+3
2000-01-25Add an include of "../menu.h" to fix a win32 build break.Gilbert Ramirez1-1/+2
2000-01-25Enable File|Open menu item when Ethereal is started with no "-r" option.Gilbert Ramirez1-1/+5
2000-01-25Provide a "get_dirname()" routine, that takes a pathname and returnsGuy Harris2-22/+46
2000-01-25Use "get_basename()" rather than finding the last component of "argv[0]"Guy Harris1-6/+2
2000-01-25If we open a file, and immediately try to open another file while the firstGerald Combs1-1/+2
2000-01-25Try to work around the undraw_cursor() bug in GTK+ 1.2.3 - 1.2.6. SettingGerald Combs1-1/+6
2000-01-24Set a fixed-width font for win32.Gilbert Ramirez1-2/+7
2000-01-24Add spaces to the usage message, to match what was done to the TetherealGuy Harris1-9/+10
2000-01-24Include the "-D" flag in the usage message.Guy Harris1-2/+2
2000-01-24Heikki Vatiainen's patch to add a flag to control whether to interpretGuy Harris2-3/+22
2000-01-18Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine theGuy Harris1-4/+5
2000-01-18Put into the "Capture Preferences" dialog box a check box to controlGuy Harris1-10/+20
2000-01-18Put the "Find Frame" and "Go To Frame" menu items under "Edit"; leaveGuy Harris1-4/+5
2000-01-18Jerry Talkington's changes to support, in the packet list and protocolGuy Harris4-11/+114
2000-01-17Squelch some complaints from GCC (and protect against the admittedlyGuy Harris1-7/+22
2000-01-17Add Makefile.nmake to list of deliverables. I had sent Thomas ParvaisGilbert Ramirez1-1/+3
2000-01-17We have to #include "plugins.h" before using the HAVE_PLUGINS define.Olivier Abad3-7/+6
2000-01-16Move the routine to get a list of the network interfaces on the systemGuy Harris2-187/+28
2000-01-15Remove libltdl from the build. The directory is still in CVS, but it isGilbert Ramirez1-3/+1
2000-01-15Move top-level window creation to separate function outside ofGilbert Ramirez1-103/+112
2000-01-15Add missing #ifdef HAVE_PLUGINS before calling init_plugins()Olivier Abad1-1/+3
2000-01-15If no "-i" flag is specified to Tethereal when no file is to be read,,Guy Harris1-3/+11
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez5-24/+39
2000-01-12Add an "Hex. Dump" radio button to the "Contents of TCP stream" window. ItOlivier Abad1-39/+112
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-0/+6
2000-01-10Move the code in "column.c" that implements the column preferences tabGuy Harris5-6/+410
2000-01-08Allow people to print packets if there are packets to print, even ifGuy Harris1-2/+2
2000-01-06Fix the "Print" button in the window popped up by "Follow TCP Stream" toGuy Harris1-69/+107
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris3-24/+36
2000-01-06Don't bother checking whether the filter string is empty - just use itGuy Harris1-6/+11