aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2006-11-14A fix bug #1138: "Follow TCP Streams gets stream direction wrong if startedStephen Fisher1-10/+33
2006-11-14New feature to automatically highlight the field found when doing a find.Stephen Fisher3-5/+60
2006-11-14nikai@nikai.net:Jörg Mayer5-6/+0
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-11-14From Simon Munton as pointed out by Stephen Fisher:Anders Broman1-0/+4
2006-11-07Warning fixes (void) instead of (), no newline at end of file.Jörg Mayer3-3/+4
2006-11-07From Albert Chin:Jaap Keuter1-2/+2
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping6-14/+14
2006-11-05it is GtkText in gtk-1.x not GtkTextViewRonnie Sahlberg1-1/+1
2006-11-05Make the routines that manipulate the hex/text display window take aGuy Harris4-483/+373
2006-11-02Try to fix bug 1043.Jörg Mayer1-2/+2
2006-10-31From Giorgio Tino: Add a "Don't show this message again" option to an Gerald Combs4-13/+66
2006-10-30Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, setGerald Combs1-19/+1
2006-10-30From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, Gerald Combs5-67/+327
2006-10-30fix #1159 from Jim Young (should go into 0.99.4): Ulf Lamping1-0/+1
2006-10-26don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.Ulf Lamping1-91/+18
2006-10-25the labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are ...Ulf Lamping1-6/+8
2006-10-25Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, soGuy Harris1-0/+1
2006-10-25Include the top-level header for CoreFoundation, to see whether it'llGuy Harris1-3/+1
2006-10-24Put a trailing ellipsis behind the wireless toolbar buttons since they openGerald Combs1-4/+4
2006-10-24From Alejandro Vaquero:Anders Broman2-1/+375
2006-10-24From Alejandro Vaquero:Jaap Keuter1-4/+8
2006-10-23Fix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection d...Jaap Keuter1-1/+3
2006-10-21Put the ", " before the PortAudio item regardless of whether we haveGuy Harris1-1/+1
2006-10-21the text in the about box license page was hard to read because of line break...Ulf Lamping1-0/+2
2006-10-20AirPcap fixes from Giorgio Tino:Gerald Combs4-2/+79
2006-10-20Don't display the Play button if we're not built with the RTP player.Guy Harris2-12/+27
2006-10-20Put the period into ITU-T Recommendation names.Guy Harris1-4/+4
2006-10-20Add #defines for the column numbers, and use them.Guy Harris1-48/+57
2006-10-20Clean up indentation.Guy Harris1-41/+42
2006-10-20Don't destroy something if it doesn't exist.Guy Harris1-1/+2
2006-10-20Don't pass an uninitialized string to gtk_widget_create_pango_layout();Guy Harris1-1/+1
2006-10-20Don't do things with the RTP channels hash table if it hasn't beenGuy Harris1-10/+15
2006-10-20Fix the progress bars.Guy Harris1-7/+18
2006-10-20Do the word-wrapping in end_string(), once the string is completelyGuy Harris1-2/+6
2006-10-20Make dumpcap complile again and other minor improvements.Jaap Keuter1-2/+0
2006-10-19Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()Gerald Combs1-35/+54
2006-10-19From Stephen Fisher:Jaap Keuter1-2/+1
2006-10-19Clean up the word wrap stuff a bit. (Arguably, that should be done inGuy Harris1-2/+5
2006-10-19Fix up the changes to put the Portaudio information at the end of theGuy Harris1-14/+16
2006-10-19Include gtk/main.h to declare main_filter_packets().Guy Harris1-0/+1
2006-10-19Adding license tab to about dialogJaap Keuter1-2/+21
2006-10-19Add support for:Gerald Combs7-1199/+3417
2006-10-17From Stephen Fisher:Jaap Keuter1-2/+2
2006-10-17Hide the "Tools" menu if it has no items .Luis Ontanon1-1/+17
2006-10-17from Stephen Fisher:Ulf Lamping10-15/+15
2006-10-16Hide the "Tools" menu if unused.Luis Ontanon1-5/+3
2006-10-14as Stephen Fisher noted: fix the files header commentUlf Lamping1-2/+2
2006-10-13remove the experimental display of the highest expert level in the statusbar ...Ulf Lamping1-0/+27
2006-10-11When dumping the graph data to a file, don't walk past the end of a buffer.Gerald Combs1-1/+1