aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Replace access to ...->allocation by gtk_widget_get_allocation +jmayer1-10/+14
2011-07-26Code cleanup.etxrab1-12/+0
2011-07-25Use Cairo for drawing.etxrab1-62/+64
2011-07-24Replace deprecated functions.etxrab1-6/+6
2011-07-21Fix almost all accesses to ->windowjmayer1-3/+3
2011-07-21Create a file containing macros to provide the access-functionsjmayer1-4/+2
2011-07-21Replace references to style by gtk_widget_get_style (according tojmayer1-17/+17
2011-07-19Get rid of direct access to struct GtkToggleButtonjmayer1-15/+15
2011-07-19Get rid of all GtkAdjustment element accesses. Fix a bugjmayer1-0/+16
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().etxrab1-1/+1
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDjmayer1-1/+13
2011-07-13Fix more tooltips fixes.etxrab1-3/+2
2011-07-11Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in agerald1-23/+0
2011-07-02Log:wmeier1-17/+8
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-18/+21
2011-05-17Make some routines static that aren't used outside the source file inguy1-1/+1
2011-04-17Coverity UNUSED_VALUEetxrab1-8/+3
2010-12-21From Marc Giertzsch:jake1-5/+15
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.cmaynard1-26/+26
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-2/+1
2010-08-19 Minor cleanup of rtp graph:wmeier1-15/+36
2010-08-13Instead of using a Boolean for the search direction, use an enum, soguy1-7/+2
2010-07-22(Trivial): Whitespace cleanup.wmeier1-963/+963
2010-06-25UTF-8-ize a bunch more arrows. If IE6 on XP can render them then theygerald1-2/+3
2010-05-26From Jakub Zawadzki:etxrab1-2/+1
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-3/+1
2009-12-24Add save option to RTP graph window.jake1-2/+28
2009-12-13From Andreas Heise:etxrab1-1/+1
2009-12-11Fix for bug 3801:jake1-16/+26
2009-12-11From Andreas Heise:etxrab1-0/+2
2009-11-15From Alejandro Vaquero:etxrab1-2/+40
2009-11-13Fix for bug 4120:jake1-2/+2
2009-10-12Option_menu -> combo_boxetxrab1-79/+74
2009-10-09Remove code guarded by #ifdef USE_CONVERSATION_GRAPHetxrab1-148/+16
2009-08-27Add #include <stdio.h> in a few more places for Solaris.wmeier1-0/+2
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...krj1-0/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...krj1-17/+17
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...krj1-2/+2
2009-07-08From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-07-01Updates to create_tempfile:gerald1-8/+9
2009-06-06Add time stamp to the list.etxrab1-26/+78
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-5/+5
2009-06-02Calculate skew and clock drift, make it possible to copy the label.etxrab1-18/+81
2009-06-01Fix a printf to make the label correct.stig1-1/+1
2009-06-01Show max and mean Jitter.etxrab1-15/+19
2009-06-01Fix a few more memory leaks & do a few other minor changeswmeier1-33/+46
2009-05-31Copy the changes from:etxrab1-95/+161
2009-05-31Calculate jitter and delta in ms.etxrab1-8/+8
2009-05-18Don't skipp the first entry.etxrab1-18/+20
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-3/+3