Add make-manuf, a script that:
[metze/wireshark/wip.git] / gtk /
2000-11-22 Gilbert RamirezChange Ethereal homepage URL from etheral.zing.org...
2000-11-21 Guy HarrisAdd a "color.h" file that declares a nominally-toolkit...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-18 Guy HarrisFix a number of problems that caused compiles to fail if
2000-11-18 Graham BloiceCorrected wrong function call in plugins_enable_cb
2000-11-17 Gilbert RamirezAdd #include <string.h>, to get prototypes for mem...
2000-11-15 Guy HarrisMove the table of bit-swapped byte values to "epan...
2000-11-01 Guy HarrisAdd a fourth choice of time format in the packet list...
2000-10-27 Gilbert RamirezMove declaration of wsaData (for Win32) out of HAVE_LIB...
2000-10-25 Gilbert RamirezThis patch adds two things:
2000-10-20 Gilbert RamirezRemove #include "gtk/colors.h" from file.h, which keep...
2000-10-19 Guy HarrisMove the declaration of "g_resolving_actif" from the...
2000-10-16 Guy HarrisGive libethereal its own configuration file, and have...
2000-10-11 Guy HarrisFix it to build on Windows.
2000-10-11 Guy HarrisSanteri Paavolainen's patch to add a "Capture->Stop...
2000-10-09 Guy HarrisAdd support for modal message boxes ("simple dialog").
2000-10-09 Guy HarrisIt appears there's no guarantee that you'll actually...
2000-10-06 Gilbert RamirezImplement epan_dissect_new() and epan_dissect_free...
2000-09-28 Gilbert RamirezMore EPAN-related code movements. Get rid of usage...
2000-09-27 Gilbert RamirezFirst step in moving core Ethereal routines to libepan.
2000-09-15 Guy HarrisAdd a "-p" command-line option, and a checkbox in the...
2000-09-14 Graham BloiceCorrected startup // shutdown of windows sockets to...
2000-09-13 Graham BloiceUpdated to ignore Win32 detritus
2000-09-12 Guy HarrisInclude <unistd.h> to declare "close()" and "unlink()".
2000-09-09 Laurent DenielSmall changes in help windows:
2000-09-09 Guy HarrisIn the callback for the "OK" button in the font selecti...
2000-09-09 Guy Harris"redraw_hex_dump()" can't use "cfile.pd" or "cfile...
2000-09-09 Guy HarrisExplain why "stream_prefs_apply()" doesn't do anything.
2000-09-09 Guy Harris"#if 0" out the code that puts "Cut", "Copy", and ...
2000-09-08 Guy HarrisRedraw:
2000-09-08 Guy HarrisGraham Bloice's patch to support inverse video rather...
2000-09-07 Gilbert RamirezChange variable from 'char*' to 'const char*' to avoid...
2000-09-05 Laurent DenielFix help display (random character displayed in tab).
2000-08-30 Gilbert RamirezAdd FT_STRINGZ type. NCP dissector is only one that...
2000-08-24 Laurent DenielAdd some dlg_set_cancel().
2000-08-24 Gilbert RamirezFix the appearance of the option menus in the GUI prefe...
2000-08-23 Laurent DenielIf the default build-in fonts are not found, use the...
2000-08-23 Laurent DenielCosmetic changes.
2000-08-23 Laurent DenielIf you "save" your preferences without opening the...
2000-08-23 Laurent DenielRemove the -D option.
2000-08-23 Laurent DenielDo the same as with colors for the font selection dialog.
2000-08-23 Laurent DenielFix a comment.
2000-08-23 Guy HarrisDon't set the marked-packet foreground and background...
2000-08-23 Guy HarrisBleah. What was I thinking? "dlg_window_new()" should...
2000-08-22 Laurent DenielDo not display "Text (text)" (i.e. FT_TEXT_ONLY) for...
2000-08-22 Laurent DenielAdd a help context identifier for the status bar.
2000-08-22 Laurent DenielRemove the "Decode IPv4 TOS field as DiffServ field...
2000-08-22 Laurent DenielSmall update (add accelerator).
2000-08-22 Laurent DenielAdd "Colors..." button in GUI preferences.
2000-08-22 Gilbert RamirezChange FT_NSTRING_UINT8 to FT_UINT_STRING. The length...
2000-08-22 Guy HarrisPut "-t <time stamp format>" back into the usage messag...
2000-08-21 Guy HarrisExplain why we don't currently have to defer setting
2000-08-21 Guy HarrisPut in a comment noting that the "apply" routine for...
2000-08-21 Guy HarrisDon't set the "prefs.gui_XXX" values until the "fetch...
2000-08-21 Laurent DenielAdd prefs.gui_marked_[fb]g color preferences for the
2000-08-21 Laurent DenielCosmetic change (close button at the right place :-).
2000-08-21 Laurent DenielAdd some menu items related to the "frame mark" feature in
2000-08-21 Laurent DenielAdd the number of marked packets in the summary window.
2000-08-21 Laurent DenielFrames in the packet list can now be marked by the...
2000-08-21 Laurent DenielPut an indentation in hexdump display of a TCP stream
2000-08-21 Laurent DenielMake work better the (hexdump) popup menus.
2000-08-21 Guy HarrisInstead of each set of built-in preferences having...
2000-08-21 Guy Harris"capture_child" isn't declared or defined if HAVE_LIBPC...
2000-08-20 Laurent DenielAdd a popup menu for the hexdump window. For now, it...
2000-08-20 Laurent Deniel- do not issue the font warning if in the child process...
2000-08-20 Guy HarrisWhen the Win32 GTK+ constructs fake XLFD names for...
2000-08-20 Guy HarrisRemove references to the "-b" option from the usage...
2000-08-20 Guy HarrisInstead of having the normal-weight and bold fonts...
2000-08-19 Laurent DenielAdd Mbit/sec to the summary window.
2000-08-17 Guy HarrisDon't catch the "delete_event" signal for the "Help...
2000-08-17 Guy HarrisIt was silly of me to require that "forget_scrolled_win...
2000-08-16 Laurent DenielFix a long standing bug in the scrolled window handling...
2000-08-16 Laurent DenielThe "Edit:protocols..." window is now sorted.
2000-08-16 Laurent Deniel- remove "Match Selected" from the packet list popup...
2000-08-15 Guy HarrisIn "set_plist_sel_browse()", don't unselect the current...
2000-08-15 Guy HarrisRename the "Properties" pop-up menu item "Protocol...
2000-08-15 Laurent DenielOups. Forgot some set_menus_for_selected_tree_row calls.
2000-08-15 Laurent DenielFix a problem with const char *
2000-08-15 Laurent DenielImplements the "Properties" menu item which displays...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 Laurent Deniel- add ipv6.addr for the source and destination addresse...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-09 Guy HarrisGive the Help menu the more-or-less canonical style...
2000-08-09 Gilbert RamirezSmall fix for initialization of new follow_info struct.
2000-08-09 Gilbert RamirezIn TCP Follow window, allow the optional showing of:
2000-08-08 Laurent DenielAdd a Help window that contains:
2000-08-07 Guy HarrisCast an argument to "isspace()" to "guchar" so that...
2000-08-05 Guy HarrisArrange that filter dialog boxes have an "Apply" button...
2000-08-03 Gilbert RamirezAdd a "Save As" feature to the TCP Follow dialogue...
2000-07-31 Guy HarrisAdd a routine to check whether a file is a directory...
2000-07-29 Richard SharpeAdded changes so Edit->Filters...->Apply works as I...
2000-07-20 Guy HarrisUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-10 Guy HarrisIn the "Preferences" dialog box, "Save" sets the curren...
2000-07-09 Guy HarrisPut up a progress dialog when changing the time display...
2000-07-09 Guy HarrisIn the "Display Options" dialog box code, separately...
2000-07-09 Guy HarrisTurn the code of "colorize_packet()" into a static...
2000-07-07 Guy HarrisIf the progress dialog gets a "delete" event, have...
2000-07-07 Guy HarrisUse "progdlg_t *" rather than "void *" as the handle...
2000-07-05 Guy HarrisAdd support for a global "ethereal.conf" preferences...
2000-07-05 Guy HarrisGet rid of the stuff to let the callback that pops...
next