aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/iax2_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-10/+0
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-08-23Make colors work on GTK3 take 2Anders Broman1-2/+43
2011-08-19GTK 3.0 "Comment out" GTK 2 code for now. Functionality needs to be restored ...Anders Broman1-2/+4
2011-08-19Back out previous commit (38612) which was the brutal patch to build withStephen Fisher1-3/+1
2011-08-18From Anders on -dev:Stephen Fisher1-1/+3
2011-08-12- Use cairo_surface_tAnders Broman1-1/+1
2011-08-12- Use cairo_surface_tAnders Broman1-32/+116
2011-08-10 Remove duplicate line-of-code.Anders Broman1-1/+0
2011-08-08Don't include color.hAnders Broman1-2/+1
2011-08-03Get rid of gdk_draw_layout().Anders Broman1-37/+52
2011-07-26Replace access to ...->allocation by gtk_widget_get_allocation +Jörg Mayer1-10/+14
2011-07-26Code cleanup.Anders Broman1-7/+0
2011-07-25Use cairo for drawing to avoid deprecated functions.Anders Broman1-68/+74
2011-07-24Replace deprecated functions.Anders Broman1-6/+6
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-3/+3
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-16/+2
2011-07-21Replace references to style by gtk_widget_get_style (according toJörg Mayer1-17/+17
2011-07-19Get rid of direct access to struct GtkToggleButtonJörg Mayer1-15/+15
2011-07-19Get rid of all GtkAdjustment element accesses. Fix a bugJörg Mayer1-0/+16
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