summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2006-11-21We also need the memory allocation subsystem initialized in anythingGuy Harris1-4/+0
2006-11-21Call guids_init() in epan_init(), so anything that needs libwireshark -Guy Harris1-3/+0
2006-11-19Add exclamation and left parenthesis to the display filter keystrokeGerald Combs1-2/+3
2006-11-18If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, startGerald Combs1-7/+14
2006-11-18Don't try to set focus on NULL.Gerald Combs1-1/+2
2006-11-18GTK1 doesn't have gtk_window_get_focus.Gerald Combs1-0/+4
2006-11-18Make F8 and F7 move to the next and previous packets, which addsGerald Combs1-1/+20
2006-11-18Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"Gerald Combs5-63/+108
2006-11-17Fix buildJaap Keuter1-0/+2
2006-11-17code cleanupUlf Lamping1-3/+0
2006-11-16fix an annoying behaviour: If we save a capture file, let the default be the ...Ulf Lamping1-11/+17
2006-11-16(hopefully) fix the recently discussed warnings where CLAMP() is called with ...Ulf Lamping1-3/+3
2006-11-16Fix for bug 948, "Apply capture preferences not applying." Now when the userStephen Fisher3-11/+31
2006-11-15fix a warningUlf Lamping1-1/+1
2006-11-15add a "private_data" pointer to the read_prefs_file() function, which will be...Ulf Lamping1-5/+5
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