aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-056-14/+14
* it is GtkText in gtk-1.x not GtkTextViewRonnie Sahlberg2006-11-051-1/+1
* Make the routines that manipulate the hex/text display window take aGuy Harris2006-11-054-483/+373
* Try to fix bug 1043.Jörg Mayer2006-11-021-2/+2
* From Giorgio Tino: Add a "Don't show this message again" option to an Gerald Combs2006-10-314-13/+66
* Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, setGerald Combs2006-10-301-19/+1
* From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, Gerald Combs2006-10-305-67/+327
* fix #1159 from Jim Young (should go into 0.99.4): Ulf Lamping2006-10-301-0/+1
* don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.Ulf Lamping2006-10-261-91/+18
* the labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are ...Ulf Lamping2006-10-251-6/+8
* Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, soGuy Harris2006-10-251-0/+1
* Include the top-level header for CoreFoundation, to see whether it'llGuy Harris2006-10-251-3/+1
* Put a trailing ellipsis behind the wireless toolbar buttons since they openGerald Combs2006-10-241-4/+4
* From Alejandro Vaquero:Anders Broman2006-10-242-1/+375
* From Alejandro Vaquero:Jaap Keuter2006-10-241-4/+8
* Fix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection d...Jaap Keuter2006-10-231-1/+3
* Put the ", " before the PortAudio item regardless of whether we haveGuy Harris2006-10-211-1/+1
* the text in the about box license page was hard to read because of line break...Ulf Lamping2006-10-211-0/+2
* AirPcap fixes from Giorgio Tino:Gerald Combs2006-10-204-2/+79
* Don't display the Play button if we're not built with the RTP player.Guy Harris2006-10-202-12/+27
* Put the period into ITU-T Recommendation names.Guy Harris2006-10-201-4/+4
* Add #defines for the column numbers, and use them.Guy Harris2006-10-201-48/+57
* Clean up indentation.Guy Harris2006-10-201-41/+42
* Don't destroy something if it doesn't exist.Guy Harris2006-10-201-1/+2
* Don't pass an uninitialized string to gtk_widget_create_pango_layout();Guy Harris2006-10-201-1/+1
* Don't do things with the RTP channels hash table if it hasn't beenGuy Harris2006-10-201-10/+15
* Fix the progress bars.Guy Harris2006-10-201-7/+18
* Do the word-wrapping in end_string(), once the string is completelyGuy Harris2006-10-201-2/+6
* Make dumpcap complile again and other minor improvements.Jaap Keuter2006-10-201-2/+0
* Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()Gerald Combs2006-10-191-35/+54
* From Stephen Fisher:Jaap Keuter2006-10-191-2/+1
* Clean up the word wrap stuff a bit. (Arguably, that should be done inGuy Harris2006-10-191-2/+5
* Fix up the changes to put the Portaudio information at the end of theGuy Harris2006-10-191-14/+16
* Include gtk/main.h to declare main_filter_packets().Guy Harris2006-10-191-0/+1
* Adding license tab to about dialogJaap Keuter2006-10-191-2/+21
* Add support for:Gerald Combs2006-10-197-1199/+3417
* From Stephen Fisher:Jaap Keuter2006-10-171-2/+2
* Hide the "Tools" menu if it has no items .Luis Ontanon2006-10-171-1/+17
* from Stephen Fisher:Ulf Lamping2006-10-1710-15/+15
* Hide the "Tools" menu if unused.Luis Ontanon2006-10-161-5/+3
* as Stephen Fisher noted: fix the files header commentUlf Lamping2006-10-141-2/+2
* remove the experimental display of the highest expert level in the statusbar ...Ulf Lamping2006-10-131-0/+27
* When dumping the graph data to a file, don't walk past the end of a buffer.Gerald Combs2006-10-111-1/+1
* move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg2006-10-114-1/+4
* Don't let PortAudio skip the queue on the about dialog ;)Jaap Keuter2006-10-101-11/+13
* Include <string.h> to declare string functions we use.Guy Harris2006-10-101-0/+2
* Get rid of declarations of functions that are no longer defined or usedGuy Harris2006-10-101-4/+0
* Alejandro Vaquero:Jörg Mayer2006-10-072-54/+106
* have the funnel client passing the destructors for btn data structures to the...Luis Ontanon2006-10-051-6/+6
* Misterious bug with cf_read() solved... had nothing to do with cf_read :)Luis Ontanon2006-10-041-10/+35