aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2000-02-17Add GTK+-1.2.7 fixes to gtkclist.c, w/o removing our speed enhancements.gram1-20/+22
2000-02-13When exiting Ethereal, don't just unlink any temporary capture file,guy1-7/+9
2000-02-12Update the Win32 Nmakefiles to reflect the move of the color code intoguy1-0/+2
2000-02-12Remove some unnecessary includes from "gtk/color_dlg.c" andguy2-5/+3
2000-02-12Split the color manipulation stuff into "color_dlg.[ch]", containing theguy6-1088/+1163
2000-02-12The color stuff is almost completely toolkit-dependent (this isn't justguy3-1/+1463
2000-02-12Move the declarations of the routines in "gtk/file_dlg.c" out ofguy5-12/+42
2000-02-12Make the routines internal to the filter-editing dialog box static.guy9-41/+46
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapgram2-2/+7
2000-02-09Update Makefiles for win32. Move local configuration to config.nmake,gram1-4/+2
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.gram1-7/+23
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functiongram2-9/+10
2000-01-29I forgot to toggle the data_out_file "semaphore" (well, we us it like one)gram1-1/+2
2000-01-25Fix the File|Open menu problem for builds w/o pcap (aka, win32 builds).gram1-1/+3
2000-01-25Add an include of "../menu.h" to fix a win32 build break.gram1-1/+2
2000-01-25Enable File|Open menu item when Ethereal is started with no "-r" option.gram1-1/+5
2000-01-25Provide a "get_dirname()" routine, that takes a pathname and returnsguy2-22/+46
2000-01-25Use "get_basename()" rather than finding the last component of "argv[0]"guy1-6/+2
2000-01-25If we open a file, and immediately try to open another file while the firstgerald1-1/+2
2000-01-25Try to work around the undraw_cursor() bug in GTK+ 1.2.3 - 1.2.6. Settinggerald1-1/+6
2000-01-24Set a fixed-width font for win32.gram1-2/+7
2000-01-24Add spaces to the usage message, to match what was done to the Tetherealguy1-9/+10
2000-01-24Include the "-D" flag in the usage message.guy1-2/+2
2000-01-24Heikki Vatiainen's patch to add a flag to control whether to interpretguy2-3/+22
2000-01-18Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine theguy1-4/+5
2000-01-18Put into the "Capture Preferences" dialog box a check box to controlguy1-10/+20
2000-01-18Put the "Find Frame" and "Go To Frame" menu items under "Edit"; leaveguy1-4/+5
2000-01-18Jerry Talkington's changes to support, in the packet list and protocolguy4-11/+114
2000-01-17Squelch some complaints from GCC (and protect against the admittedlyguy1-7/+22
2000-01-17Add Makefile.nmake to list of deliverables. I had sent Thomas Parvaisgram1-1/+3
2000-01-17We have to #include "plugins.h" before using the HAVE_PLUGINS define.oabad3-7/+6
2000-01-16Move the routine to get a list of the network interfaces on the systemguy2-187/+28
2000-01-15Remove libltdl from the build. The directory is still in CVS, but it isgram1-3/+1
2000-01-15Move top-level window creation to separate function outside ofgram1-103/+112
2000-01-15Add missing #ifdef HAVE_PLUGINS before calling init_plugins()oabad1-1/+3
2000-01-15If no "-i" flag is specified to Tethereal when no file is to be read,,guy1-3/+11
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledgram5-24/+39
2000-01-12Add an "Hex. Dump" radio button to the "Contents of TCP stream" window. Itoabad1-39/+112
2000-01-10Some initial changes for win32 support, but not all.gram1-0/+6
2000-01-10Move the code in "column.c" that implements the column preferences tabguy5-6/+410
2000-01-08Allow people to print packets if there are packets to print, even ifguy1-2/+2
2000-01-06Fix the "Print" button in the window popped up by "Follow TCP Stream" toguy1-69/+107
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addguy3-24/+36
2000-01-06Don't bother checking whether the filter string is empty - just use itguy1-6/+11
2000-01-05When initializing a capture filter, assign a pointer to an empty stringgerald2-4/+7
2000-01-04Implement plugins status save/restore :oabad2-109/+24
2000-01-03Add a "Default" button to reset the filter string to its default value.oabad1-1/+22
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",guy11-154/+190
2000-01-03Don't have "write_prefs()" display a dialog box if the attempt to openguy1-2/+12
2000-01-03Use the right #define to control inclusion of "ui_util.h".guy1-2/+2