aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-09-02Move get_if_name() from gtk/capture_dlg.c to capture_combo_utils.c.Gerald Combs1-123/+42
2004-09-02Move the guts of gtk/file_dlg.c:goto_framenum_cb() toGerald Combs1-12/+1
2004-09-02Add support for copying hex data to the clipboard. Submitted by Thomas Richard Sharpe5-0/+77
2004-08-31added a preference setting, to be able to change the preview timeout in the f...Ulf Lamping2-3/+41
2004-08-31Split the preview function into a prepare and a do part, to be able to do som...Ulf Lamping1-24/+47
2004-08-31Don't have a dummy widget to use for panes marked as "None" - that meansGuy Harris1-35/+33
2004-08-28We use "#ifdef" elsewhere to test WIN32; use it, rather than #if, in theGuy Harris1-1/+1
2004-08-28From Francisco Alcoba: fix a crashing bug caused if you change theGuy Harris1-5/+21
2004-08-25Don't free something we haven't allocated.Guy Harris1-4/+5
2004-08-25Move the file-reloading code from gtk/file_dlg.c to file.c.Gerald Combs1-46/+1
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasGerald Combs3-4/+3
2004-08-18Added initial SCTP support: You can chose how PPID 0 will be handled.Michael Tüxen1-2/+61
2004-08-16Get rid of unused enum_val_t table (the wrap vs. no-wrap in search flagGuy Harris1-6/+0
2004-08-15From Greg Morris: Add a configuration option to control search wrapping.Gerald Combs1-1/+17
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs1-128/+22
2004-08-08From Stas Grabois: make the previous change not to show disabledGuy Harris1-2/+7
2004-08-08Put the "copy" button back in the conversation and host list tables.Gerald Combs2-6/+6
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris9-9/+9
2004-08-06From Ian Schorr: fix a bug where addresses were drawn to the wrong rowsGuy Harris2-118/+14
2004-07-31give the user a hint, that he has to restart Ethereal for any column changes....Ulf Lamping1-0/+6
2004-07-28move the File/Close item back to it's former position. Add an explanatory com...Ulf Lamping1-2/+18
2004-07-28collect some thoughts about a GTK win32 printing dialog (from Guy Harris and me)Ulf Lamping1-0/+16
2004-07-28From Lars Roland: yes, it probably *should* be "retap_packets()", so useGuy Harris2-4/+2
2004-07-27In the GNOME HIG, the File -> Close menu item is in the last group,Guy Harris1-2/+2
2004-07-27Note that, when we add the ability to build a GNOMEified Ethereal asGuy Harris1-0/+6
2004-07-27Suggest the possibility of not using the Windows print dialog to printGuy Harris1-0/+12
2004-07-27Move the code to open the printer/print file from "print_packets()" toGuy Harris1-1/+40
2004-07-27place new windows (by calling window_new() with default placement (instead of...Ulf Lamping1-1/+7
2004-07-27from ian schorr: some performance improvements in conversation and hostlist t...Ulf Lamping2-27/+168
2004-07-27From Ian Schorr: don't check the validity of the field name for anGuy Harris1-7/+7
2004-07-25From Lars Roland: <epan/packet.h> has to be included before <windows.h>Guy Harris1-1/+2
2004-07-25Make some generic print routines that take, as an argument, a pointer toGuy Harris1-57/+69
2004-07-24Include "colors.h" to define BLACK and WHITE.Guy Harris1-0/+1
2004-07-24Move the color-filter related stuff out of "color.h" intoGuy Harris2-0/+2
2004-07-24Rename "create_color()" to "initialize_color()", as that reflects a bitGuy Harris1-3/+3
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,Guy Harris5-564/+1
2004-07-24Move the declaration of "color_add_filter_cb()" to "color.h", as,Guy Harris2-12/+2
2004-07-24Move the declaration of "create_color()" up to "color.h", so it'sGuy Harris4-48/+1
2004-07-24Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,Guy Harris10-49/+69
2004-07-24Get rid of unneeded include of "colors.h".Guy Harris1-1/+0
2004-07-24Make "new_color_filter()" GUI-independent - have it take two "color_t"Guy Harris3-18/+23
2004-07-23"capture_combo_utils.{c,h}" don't use any GTK+ stuff, so move them toGuy Harris4-208/+0
2004-07-23Nothing here uses any GTK+ stuff, so get rid of the include ofGuy Harris1-1/+1
2004-07-22use gtk_clipboard_get(), so the "copy to clipboard" is available in all GTK2 ...Ulf Lamping2-32/+17
2004-07-22from Thomas Palmer: add "Copy to clipboard" button to the conversation table ...Ulf Lamping2-19/+74
2004-07-21GdkDisplay is only available in gtk 2.2 and laterRonnie Sahlberg1-3/+4
2004-07-20from Thomas Palmer: copy content of hostlist table to clipboard in csv format.Ulf Lamping2-10/+73
2004-07-20refactoring and renaming finishedUlf Lamping2-141/+141
2004-07-20some more renaming of the conversation tables thingsUlf Lamping11-373/+373
2004-07-20renamed endpoint_talkers to conversations, as this reduces confusion in combi...Ulf Lamping13-137/+129