aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/iax2_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman1-1/+1
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer1-1/+13
2011-07-11More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.Gerald Combs1-21/+0
2011-07-02Remove 3 lines of code no longer needed after SVN #37869Bill Meier1-3/+0
2011-07-02Fix incorrect usage of gtk_radio_button_new_with_label()/gtk_radio_button_get...Bill Meier1-14/+8
2011-06-10Add some more error checking.Guy Harris1-4/+15
2011-06-08Try to fix the Ubuntu buildbot.Anders Broman1-7/+48
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-84/+88
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris1-1/+1
2011-05-10More GUIManager stuff.Anders Broman1-14/+4
2011-05-04More GUIManager stuff.Anders Broman1-0/+17
2011-04-17Coverity UNUSED_VALUEAnders Broman1-8/+3
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard1-18/+18
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-44/+43
2010-08-19Fix two bugs related to use of the graph Y-Axis Scale combo-box:Bill Meier1-6/+6
2010-08-18Various minor cleanups....Bill Meier1-111/+129
2010-08-18Minor cleanup of iax2 graph:Bill Meier1-29/+50
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-7/+2
2010-06-25UTF-8-ize a bunch more arrows. If IE6 on XP can render them then theyGerald Combs1-2/+3
2010-05-26From Jakub Zawadzki:Anders Broman1-2/+1
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