summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez3-6/+6
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris9-41/+140
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-9/+11
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris2-13/+13
2000-11-18Corrected wrong function call in plugins_enable_cbGraham Bloice1-2/+2
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris1-29/+5
2000-11-01Add a fourth choice of time format in the packet list display, whichGuy Harris2-3/+21
2000-10-27Move declaration of wsaData (for Win32) out of HAVE_LIBPCAP #ifdef block.Gilbert Ramirez1-2/+7
2000-10-25This patch adds two things:Gilbert Ramirez1-4/+41
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez7-7/+14
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelGuy Harris4-4/+8
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris1-2/+2
2000-10-11Fix it to build on Windows.Guy Harris1-1/+1
2000-10-11Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letGuy Harris3-4/+23
2000-10-09Add support for modal message boxes ("simple dialog").Guy Harris2-8/+12
2000-10-09It appears there's no guarantee that you'll actually get a font nameGuy Harris1-1/+8
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-2/+5
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez2-2/+4
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-3/+5
2000-09-15Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris2-7/+26
2000-09-14Corrected startup // shutdown of windows sockets to allow name resolution to ...Graham Bloice1-1/+12
2000-09-13Updated to ignore Win32 detritusGraham Bloice1-0/+3
2000-09-12Include <unistd.h> to declare "close()" and "unlink()".Guy Harris1-1/+5
2000-09-09Small changes in help windows:Laurent Deniel1-8/+15
2000-09-09In the callback for the "OK" button in the font selection dialog, checkGuy Harris1-36/+71
2000-09-09"redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris4-45/+45
2000-09-09Explain why "stream_prefs_apply()" doesn't do anything.Guy Harris1-3/+5
2000-09-09"#if 0" out the code that puts "Cut", "Copy", and "Paste" items into theGuy Harris1-1/+8
2000-09-08Redraw:Guy Harris11-60/+167
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris6-76/+250
2000-09-07Change variable from 'char*' to 'const char*' to avoid compiler warning.Gilbert Ramirez1-2/+2
2000-09-05Fix help display (random character displayed in tab).Laurent Deniel1-2/+2
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez1-70/+3
2000-08-24Add some dlg_set_cancel().Laurent Deniel1-13/+18
2000-08-24Fix the appearance of the option menus in the GUI preference box.Gilbert Ramirez1-2/+4
2000-08-23If the default build-in fonts are not found, use the "6x13" fontsLaurent Deniel1-1/+3
2000-08-23Cosmetic changes.Laurent Deniel1-26/+20
2000-08-23If you "save" your preferences without opening the colorLaurent Deniel1-2/+3
2000-08-23Remove the -D option.Laurent Deniel1-5/+2
2000-08-23Do the same as with colors for the font selection dialog.Laurent Deniel1-9/+19
2000-08-23Fix a comment.Laurent Deniel1-3/+3
2000-08-23Don't set the marked-packet foreground and background colors in "prefs"Guy Harris1-4/+61
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris15-51/+37
2000-08-22Do not display "Text (text)" (i.e. FT_TEXT_ONLY) for unfilterableLaurent Deniel1-2/+2
2000-08-22Add a help context identifier for the status bar.Laurent Deniel1-2/+24
2000-08-22Remove the "Decode IPv4 TOS field as DiffServ field" option from theLaurent Deniel1-54/+14
2000-08-22Small update (add accelerator).Laurent Deniel1-2/+2
2000-08-22Add "Colors..." button in GUI preferences.Laurent Deniel3-5/+239
2000-08-22Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passedGilbert Ramirez1-3/+3