aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/iax2_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-11/+9
2009-10-12Option_menu -> combo_boxAnders Broman1-98/+93
2009-10-09Remove code guarded by #ifdef USE_CONVERSATION_GRAPHAnders Broman1-132/+1
2009-08-27Add #include <stdio.h> in a few more places for Solaris.Bill Meier1-0/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-16/+16
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam1-2/+2
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-07-01Updates to create_tempfile:Gerald Combs1-8/+9
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-4/+4
2009-06-01Fix minor memory leaks; Minor reformattingBill Meier1-57/+65
2009-05-30gtk_file_chooser_set_do_overwrite_confirmation() is only available inGuy Harris1-0/+4
2009-05-30Fix the save_as functions so they work (including work-around Bill Meier1-227/+294
2009-05-07Restore original spacing in several constant strings Bill Meier1-4/+4
2009-05-07Change some usage of tabs within string constants to spaces.Bill Meier1-4/+4
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-3/+3
2009-04-11Get rid of gtk_file_selection_new and gtk_file_selection_get_filename.Anders Broman1-7/+11
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();Bill Meier1-1/+0
2009-03-18 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-851/+883
2009-03-11Get the build going again on non-Windows compilers.Jaap Keuter1-5/+5
2009-03-11From Carlos Mendioroz:Anders Broman1-0/+3558