The arc function was only used to draw filled ellipses. Change code to
[obnox/wireshark/wip.git] / gtk / rtp_analysis.c
2011-08-19 etxrabAdd a few more menu items.
2011-08-19 etxrabGTK 3.0 "Comment out" GTK 2 code for now. Functionality...
2011-08-19 sfisherBack out previous commit (38612) which was the brutal...
2011-08-18 sfisherFrom Anders on -dev:
2011-08-15 etxrabSave graph GTK =< 2.22
2011-08-12 etxrab- Use cairo_surface_t
2011-08-10 wmeierTest fwrite() return values to see if a write error.
2011-08-09 wmeierRemove duplicate line-of-code.
2011-08-08 etxrabDon't include color.h
2011-08-03 etxrabGet rid of gdk_draw_layout().
2011-07-26 jmayerReplace access to ...->allocation by gtk_widget_get_all...
2011-07-26 etxrabCode cleanup.
2011-07-25 etxrabUse Cairo for drawing.
2011-07-24 etxrabReplace deprecated functions.
2011-07-21 jmayerFix almost all accesses to ->window
2011-07-21 jmayerCreate a file containing macros to provide the access...
2011-07-21 jmayerReplace references to style by gtk_widget_get_style...
2011-07-19 jmayerGet rid of direct access to struct GtkToggleButton
2011-07-19 jmayerGet rid of all GtkAdjustment element accesses. Fix...
2011-07-14 etxrabReplace deprecated gdk_pixmap_unref() with g_object_unr...
2011-07-14 jmayerFix some compiler errors with -DGTK_DISABLE_DEPRECATED
2011-07-13 etxrabFix more tooltips fixes.
2011-07-11 geraldRemove a lot of instances of GTK_CHECK_VERSION. Clean...
2011-07-02 wmeierLog:
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-17 guyMake some routines static that aren't used outside...
2011-04-17 etxrabCoverity UNUSED_VALUE
2010-12-21 jakeFrom Marc Giertzsch:
2010-11-17 cmaynardQuote all fields when exporting to CSV. Fixes bug...
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-19 wmeier Minor cleanup of rtp graph:
2010-08-13 guyInstead of using a Boolean for the search direction...
2010-07-22 wmeier(Trivial): Whitespace cleanup.
2010-06-25 geraldUTF-8-ize a bunch more arrows. If IE6 on XP can render...
2010-05-26 etxrabFrom Jakub Zawadzki:
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-12-24 jakeAdd save option to RTP graph window.
2009-12-13 etxrabFrom Andreas Heise:
2009-12-11 jakeFix for bug 3801:
2009-12-11 etxrabFrom Andreas Heise:
2009-11-15 etxrabFrom Alejandro Vaquero:
2009-11-13 jakeFix for bug 4120:
2009-10-12 etxrabOption_menu -> combo_box
2009-10-09 etxrabRemove code guarded by #ifdef USE_CONVERSATION_GRAPH
2009-08-27 wmeierAdd #include <stdio.h> in a few more places for Solaris.
2009-08-21 krjAlso fake empty field_info's by gracefully handling...
2009-08-13 krjIntroduce epan_dissect_init()/epan_dissect_cleanup...
2009-08-09 krjAdd PNODE_FINFO. We've been using PITEM_FINFO on proto_...
2009-07-08 etxrabFrom Kovarththanan Rajaratnam:
2009-07-01 geraldUpdates to create_tempfile:
2009-06-06 etxrabAdd time stamp to the list.
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-06-02 etxrabCalculate skew and clock drift, make it possible to...
2009-06-01 stigFix a printf to make the label correct.
2009-06-01 etxrabShow max and mean Jitter.
2009-06-01 wmeierFix a few more memory leaks & do a few other minor...
2009-05-31 etxrabCopy the changes from:
2009-05-31 etxrabCalculate jitter and delta in ms.
2009-05-18 etxrabDon't skipp the first entry.
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-10 wmeierRemove unnecessary use of (deprecated) gtk_button_box_s...
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2009-03-12 stigFrom Jakub Zawadzki:
2009-03-06 etxrabGet rid of a Clist and move the functon to display...
2009-03-02 etxrabCode cleanup.
2009-02-26 etxrabgtk_list_store_insert_with_values() requires GTK+ 2...
2009-02-26 etxrabAnother small performance boost.
2009-02-26 sfisherFix (private) bug #3278: When first opening the RTP...
2009-02-22 etxrabUse gtk_file_chooser_dialog_new().
2009-02-20 sfisherMark two unused variables
2009-02-20 etxrabReplace the clists with gtk_list_store
2008-12-20 geraldFrom babi: Fix three overflows (bugs 3150 and 3151).
2008-11-10 kukosaexplicit cast to avoid warning which stops Windows...
2008-11-08 guyUse the standard I/O routines to write out audio files...
2008-10-31 stigFix some "format not a string literal and no format...
2008-08-08 jakeFix for bug 2780:
2008-08-05 morrissDon't put (non-extern'd) prototypes for protect_thread_...
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-01 stigForce foreground when background is forced in RTP analy...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-09 etxrabRemove:
2008-04-07 ulflremove GTK1 code
2008-03-01 tuexenInclude epan/strutil.h for gtk-1.2 builds.
2008-02-29 stigNext attempt to cleanup some string functions, including:
2008-02-03 sakeFrom Balint Reczey (bug 2233):
2008-02-01 stigRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2007-12-28 kukosasave RTP in 16-bit linear PCM instead of 8-bit G.711...
2007-11-28 sahlbergsome more path fixes for g_ascii_strcasecmp.h
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-27 jakeFix for bug 2000. Make sure that both datalink layer...
2007-09-04 etxrabFrom Stas Maximov:
2007-05-31 sfisherFrom Lars Ruoff:
2007-05-29 standelFrom David Howells :
next