aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-19"gtk/filter_prefs.h" was renamed "gtk/filter_dlg.h"; update the MakefileGuy Harris1-1/+1
2004-07-19It's not called "filter_prefs.h" any more.Guy Harris1-3/+1
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping24-30/+25
2004-07-19Pull the address (and port and circuit type) stuff out ofGuy Harris2-6/+9
2004-07-18 .cvsignore is deadJörg Mayer1-14/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18If the pane separator positions are 0 (e.g., because this is GTK+Guy Harris1-3/+9
2004-07-18Add support for IPv6 addresses for interfaces.Guy Harris2-41/+46
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez37-39/+39
2004-07-18Add some comments, and expand on a comment (if "pcap_stats()" returnsGuy Harris1-19/+43
2004-07-18Not all interfaces have descriptions.Guy Harris1-4/+9
2004-07-18Squelch a compiler warning.Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris155-4247/+4247
2004-07-17add a new dialog box to menu "Capture/Interfaces..." to show the current stat...Ulf Lamping6-3541/+4110
2004-07-17From Lars Ruoff: don't hardwire the RTP sampling clock rate to 8000Guy Harris1-1/+54
2004-07-17From Martin Mathieson: if you create a new filter and cancel the "EditGuy Harris1-11/+32
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs2-8/+8
2004-07-14As per Pavel Kankovsky, return FALSE, not TRUE, if "user_font_test()"Guy Harris1-7/+9
2004-07-13Conversation/Endpoint list performance patch from Ian SchorrUlf Lamping2-15/+26