aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* As suggested by Guy: Have mark_frame() do nothing if the frame hasGerald Combs2004-08-193-4/+3
* Added initial SCTP support: You can chose how PPID 0 will be handled.Michael Tüxen2004-08-181-2/+61
* Get rid of unused enum_val_t table (the wrap vs. no-wrap in search flagGuy Harris2004-08-161-6/+0
* From Greg Morris: Add a configuration option to control search wrapping.Gerald Combs2004-08-151-1/+17
* Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs2004-08-131-128/+22
* From Stas Grabois: make the previous change not to show disabledGuy Harris2004-08-081-2/+7
* Put the "copy" button back in the conversation and host list tables.Gerald Combs2004-08-082-6/+6
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-069-9/+9
* From Ian Schorr: fix a bug where addresses were drawn to the wrong rowsGuy Harris2004-08-062-118/+14
* give the user a hint, that he has to restart Ethereal for any column changes....Ulf Lamping2004-07-311-0/+6
* move the File/Close item back to it's former position. Add an explanatory com...Ulf Lamping2004-07-281-2/+18
* collect some thoughts about a GTK win32 printing dialog (from Guy Harris and me)Ulf Lamping2004-07-281-0/+16
* From Lars Roland: yes, it probably *should* be "retap_packets()", so useGuy Harris2004-07-282-4/+2
* In the GNOME HIG, the File -> Close menu item is in the last group,Guy Harris2004-07-271-2/+2
* Note that, when we add the ability to build a GNOMEified Ethereal asGuy Harris2004-07-271-0/+6
* Suggest the possibility of not using the Windows print dialog to printGuy Harris2004-07-271-0/+12
* Move the code to open the printer/print file from "print_packets()" toGuy Harris2004-07-271-1/+40
* place new windows (by calling window_new() with default placement (instead of...Ulf Lamping2004-07-271-1/+7
* from ian schorr: some performance improvements in conversation and hostlist t...Ulf Lamping2004-07-272-27/+168
* From Ian Schorr: don't check the validity of the field name for anGuy Harris2004-07-271-7/+7
* From Lars Roland: <epan/packet.h> has to be included before <windows.h>Guy Harris2004-07-251-1/+2
* Make some generic print routines that take, as an argument, a pointer toGuy Harris2004-07-251-57/+69
* Include "colors.h" to define BLACK and WHITE.Guy Harris2004-07-241-0/+1
* Move the color-filter related stuff out of "color.h" intoGuy Harris2004-07-242-0/+2
* Rename "create_color()" to "initialize_color()", as that reflects a bitGuy Harris2004-07-241-3/+3
* Move color_filters.c and color_filters.h up to the top-level directory,Guy Harris2004-07-245-564/+1
* Move the declaration of "color_add_filter_cb()" to "color.h", as,Guy Harris2004-07-242-12/+2
* Move the declaration of "create_color()" up to "color.h", so it'sGuy Harris2004-07-244-48/+1
* Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,Guy Harris2004-07-2410-49/+69
* Get rid of unneeded include of "colors.h".Guy Harris2004-07-241-1/+0
* Make "new_color_filter()" GUI-independent - have it take two "color_t"Guy Harris2004-07-243-18/+23
* "capture_combo_utils.{c,h}" don't use any GTK+ stuff, so move them toGuy Harris2004-07-234-208/+0
* Nothing here uses any GTK+ stuff, so get rid of the include ofGuy Harris2004-07-231-1/+1
* use gtk_clipboard_get(), so the "copy to clipboard" is available in all GTK2 ...Ulf Lamping2004-07-222-32/+17
* from Thomas Palmer: add "Copy to clipboard" button to the conversation table ...Ulf Lamping2004-07-222-19/+74
* GdkDisplay is only available in gtk 2.2 and laterRonnie Sahlberg2004-07-211-3/+4
* from Thomas Palmer: copy content of hostlist table to clipboard in csv format.Ulf Lamping2004-07-202-10/+73
* refactoring and renaming finishedUlf Lamping2004-07-202-141/+141
* some more renaming of the conversation tables thingsUlf Lamping2004-07-2011-373/+373
* renamed endpoint_talkers to conversations, as this reduces confusion in combi...Ulf Lamping2004-07-2013-137/+129
* "gtk/filter_prefs.h" was renamed "gtk/filter_dlg.h"; update the MakefileGuy Harris2004-07-191-1/+1
* It's not called "filter_prefs.h" any more.Guy Harris2004-07-191-3/+1
* renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping2004-07-1924-30/+25
* Pull the address (and port and circuit type) stuff out ofGuy Harris2004-07-192-6/+9
* .cvsignore is deadJörg Mayer2004-07-181-14/+0
* Add epan/dissectors/.cvsignoreJörg Mayer2004-07-181-0/+2
* If the pane separator positions are 0 (e.g., because this is GTK+Guy Harris2004-07-181-3/+9
* Add support for IPv6 addresses for interfaces.Guy Harris2004-07-182-41/+46
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-1837-39/+39
* Add some comments, and expand on a comment (if "pcap_stats()" returnsGuy Harris2004-07-181-19/+43