aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Change the version messages to put the "compiled with" stuff on aGuy Harris2003-03-121-11/+15
* When registering a string preference, if the value of the preference isGuy Harris2003-03-111-10/+5
* Fixed two small bugs in tap_rtp.cRonnie Sahlberg2003-03-111-3/+15
* Have the "Save voice data as..." button in the RTP analysis dialog boxGuy Harris2003-03-101-142/+48
* Pointer <--> int converions cause warnings on ia64.Jörg Mayer2003-03-102-4/+4
* Put the code to get version numbers of various libraries with whichGuy Harris2003-03-081-70/+4
* Add an average packet size, as suggested by Daniel Jackson.Gerald Combs2003-03-071-1/+5
* Include <io.h>, if present, to get "_open()", "_close()", etc. declared.Guy Harris2003-03-071-1/+5
* Declare f_tempname and r_tempname staticJörg Mayer2003-03-071-2/+2
* NO_DATA is apparently #defined by some header file when building withGuy Harris2003-03-071-39/+39
* Get rid of CRs.Guy Harris2003-03-061-1999/+1999
* Get rid of CRs.Guy Harris2003-03-061-35/+35
* Move RTP Analysis to Statistics menuLaurent Deniel2003-03-061-3/+3
* - Protect tap_rtp.h against multiple inclusionsLaurent Deniel2003-03-062-1/+11
* From Miha Jemec :Ronnie Sahlberg2003-03-065-5/+2035
* From Devin Heitmueller: follow TCP Stream support for showing streamGuy Harris2003-03-061-2/+61
* "gtk_box_pack_end()" expects a GtkBox, not a GtkContainer, as its firstGuy Harris2003-03-051-2/+2
* Eliminate vertical padding in the IO Stat window.Gerald Combs2003-03-051-3/+3
* - fix FAQ display (faq_help[] was not initialised before strcatLaurent Deniel2003-03-031-59/+70
* Get rid of unneeded includes of "../ui_util.h".Guy Harris2003-03-022-4/+2
* Use "goto_frame()" to go to a given frame number, notGuy Harris2003-03-021-9/+5
* Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris2003-03-022-33/+6
* Remove wip commentsJörg Mayer2003-03-021-4/+1
* Split FAQ into shorter lines before including it into the gtk help dialog.Jörg Mayer2003-03-021-3/+10
* Change some plugin window geometry aspects.Laurent Deniel2003-03-021-5/+5
* Add type of filter in capture/display filter windows.Laurent Deniel2003-03-021-5/+14
* Replace gdk_string_width and gdk_string_height withOlivier Abad2003-03-011-39/+50
* Add an "Apply" button to "Decode As" window.Laurent Deniel2003-03-011-3/+40
* The correct way to go to a frame with a given number is to useGuy Harris2003-03-011-4/+20
* From Pavel Roskin: in the GTK+ 2 code, associate the "Print Detail"Guy Harris2003-02-211-2/+2
* In gtk2, the "changed" signal is sent by the GtkTreeSelection, not theOlivier Abad2003-02-171-2/+2
* In gtk2 code, replace gdk_string_width() with the "Pango" way ofOlivier Abad2003-02-172-9/+13
* From Didier Gautheron:Guy Harris2003-02-141-30/+51
* From Didier Gautheron: fix up the handling of the cross.Guy Harris2003-02-131-1/+4
* Boost the memory allocation so we can compile "help_dlg.c" whichGuy Harris2003-02-101-2/+2
* Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2003-01-311-2/+1
* Add the FAQ to the help menuJörg Mayer2003-01-291-4/+43
* Update my email address in various places since my old one no longer worksLaurent Deniel2003-01-264-8/+8
* New files for the SMB RTT statistics featureRonnie Sahlberg2003-01-222-0/+531
* SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg2003-01-223-5/+13
* Move the code that associates buttons with filter dialogs, and viceGuy Harris2003-01-153-35/+21
* Add a new routine "filter_button_destroy_cb()", and make it theGuy Harris2003-01-156-95/+60
* From Ronald Henderson, when closing IO-Stat window, also close any open Fil...Ronnie Sahlberg2003-01-113-25/+81
* Replace :Olivier Abad2003-01-081-2/+2
* Add some checks to make sure "gdk_color_parse()" andGuy Harris2003-01-081-12/+78
* Sort the filenames a bit more.Guy Harris2003-01-081-3/+3
* Separate the routines to allocate colors from the routines to handleGuy Harris2003-01-088-247/+324
* Update a comment to indicate why there's a problem with printable-but-Guy Harris2002-12-311-15/+8
* Make last modifications work with gtk2.Olivier Abad2002-12-271-3/+7
* Support putting preferences into arbitrary places in a tree, which isGuy Harris2002-12-201-66/+109