aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-22Put "-t <time stamp format>" back into the usage message for EtherealGuy Harris1-2/+2
2000-08-21Explain why we don't currently have to defer settingGuy Harris1-1/+7
2000-08-21Put in a comment noting that the "apply" routine for the TCP streamGuy Harris1-1/+3
2000-08-21Don't set the "prefs.gui_XXX" values until the "fetch" routine for theGuy Harris1-201/+130
2000-08-21Add prefs.gui_marked_[fb]g color preferences for theLaurent Deniel1-4/+3
2000-08-21Cosmetic change (close button at the right place :-).Laurent Deniel1-7/+7
2000-08-21Add some menu items related to the "frame mark" feature inLaurent Deniel3-13/+55
2000-08-21Add the number of marked packets in the summary window.Laurent Deniel1-1/+5
2000-08-21Frames in the packet list can now be marked by the user usingLaurent Deniel2-8/+64
2000-08-21Put an indentation in hexdump display of a TCP streamLaurent Deniel1-2/+3
2000-08-21Make work better the (hexdump) popup menus.Laurent Deniel3-17/+21
2000-08-21Instead of each set of built-in preferences having "ok", "save",Guy Harris15-286/+359
2000-08-21"capture_child" isn't declared or defined if HAVE_LIBPCAP isn't defined;Guy Harris1-2/+6
2000-08-20Add a popup menu for the hexdump window. For now, it has only theLaurent Deniel3-3/+19
2000-08-20- do not issue the font warning if in the child process (used for real timeLaurent Deniel1-9/+13
2000-08-20When the Win32 GTK+ constructs fake XLFD names for Windows fonts, itGuy Harris1-1/+2
2000-08-20Remove references to the "-b" option from the usage messages, as thatGuy Harris1-11/+10
2000-08-20Instead of having the normal-weight and bold fonts set separately,Guy Harris3-28/+241
2000-08-19Add Mbit/sec to the summary window.Laurent Deniel1-1/+5
2000-08-17Don't catch the "delete_event" signal for the "Help" window - we justGuy Harris1-7/+16
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris7-105/+58
2000-08-16Fix a long standing bug in the scrolled window handling in follow TCP streamLaurent Deniel3-43/+94
2000-08-16The "Edit:protocols..." window is now sorted.Laurent Deniel1-57/+77