aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris7-30/+58
2004-07-13From Pavel Kankovsky: the items pointed to by elements in the "text[]"Guy Harris1-3/+3
2004-07-12bugfix to a bug reported by Ian Schorr:Ulf Lamping1-2/+2
2004-07-12bugfix to a bug reported by Stuart MacDonald (bug #12):Ulf Lamping1-1/+4
2004-07-12bugfix to a bug reported by Ian Schorr:Ulf Lamping1-3/+9
2004-07-12bugfix to a bug reported by Stuart MacDonald (bug #10):Ulf Lamping1-2/+2
2004-07-10changed column headers, replaced e.g. "-> Packets" byUlf Lamping1-2/+2
2004-07-10changed column headers, don't talk of frames but of packetsUlf Lamping1-2/+2
2004-07-09In the GTK+ code, move the redefinition of "isprint()" toGuy Harris5-17/+51
2004-07-09Don't allow non-positive values for the main window width and heightGuy Harris2-17/+60
2004-07-09Don't show the splash screen if we've been passed the "-G" flag.Gerald Combs1-2/+2
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris1-14/+18
2004-07-07bugfix: preference related capture options shouldn't be set by preferences,Ulf Lamping1-13/+14
2004-07-07don't show webbrowser calling menu items, when using GLib 1.xUlf Lamping1-1/+4
2004-07-07remove doxygen output dir "html" on make cleanUlf Lamping1-2/+3
2004-07-07Realize the splash screen window right after creating it, rather thanGuy Harris1-7/+9
2004-07-07With GLib 1.2[.x], undefine MUST_LAUNCH_BROWSER_OURSELVES, so that weGuy Harris1-2/+11