Code clean up as draw_arc works with cairo now.
[obnox/wireshark/wip.git] / gtk / tcp_graph.c
2011-08-24 etxrabCode clean up as draw_arc works with cairo now.
2011-08-24 etxrabPaths changed for UI_MANAGER
2011-08-24 stigSimplified some GTK_CHECK_VERSION to improve readability.
2011-08-23 etxrabMissed backing out one line...
2011-08-23 etxrabMake colors work on GTK3 take 2
2011-08-23 etxrabMake colors work on GTK3
2011-08-21 jmayerGet the replacement for the arc drawing working.
2011-08-21 jmayerMissed one instance of arc -> ellipse renaming.
2011-08-21 jmayerThe arc function was only used to draw filled ellipses...
2011-08-21 jmayerSmall whitespace changes.
2011-08-19 etxrabGTK 3.0
2011-08-19 sfisherBack out previous commit (38612) which was the brutal...
2011-08-18 sfisherFrom Anders on -dev:
2011-08-18 etxrabUse cairo_surface_t instead of axis_pixmap.
2011-08-18 etxrabUse cairo_surface_t instead of title_pixmap.
2011-08-11 etxrabRemove unused variables.
2011-08-11 etxrabGet rid of no longer neded GdkGC:s
2011-08-11 etxrabUse Cairo in more places.
2011-08-10 etxrabMore Cairo conversion.
2011-08-10 etxrabUse Cairo for drawing in more places.
2011-08-09 etxrabUse Cairo for drawing in more places.
2011-08-09 etxrabStart using Cairo for drawing.
2011-08-08 etxrab#include "../color.h" not needed.
2011-07-26 jmayerReplace access to ...->allocation by gtk_widget_get_all...
2011-07-21 jmayerFix almost all accesses to ->window
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-18 jmayerFix some trivial cases of gdk-deprecated warnings....
2011-07-14 jmayerRemove trailing whitespace
2011-07-14 etxrabReplace deprecated gdk_pixmap_unref() with g_object_unr...
2011-07-13 etxrabRemove two deprecated functions.
2011-06-20 jmayerGTK3 fixes:
2011-05-19 jmayerFix two warning in case of UIMANAGER:
2011-05-15 etxrabSet menu sensitivity.
2011-05-15 etxrabAdd the TCPGraph for UIManager.
2011-03-26 stigAdded a missing break in graph_select_segment.
2010-12-06 wmeierFix various typos and spelling errors.
2010-11-05 etxrabFrom Alexander Koeppe:
2010-10-09 stigFrom Alexander Koeppe via bug 5287:
2010-10-06 etxrabFrom Alexander Koeppe:
2010-09-09 sfisherResolve another issue the Windows buildbots are having...
2010-08-13 guyInstead of using a Boolean for the search direction...
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2010-05-26 etxrabFrom Jakub Zawadzki:
2010-02-01 wmeierFix some gcc -Wshadow warnings.
2009-11-29 etxrabFrom Jim Young:
2009-11-29 krjAvoid possible NULL pointer dereference
2009-11-19 stigChanged hf_ip_proto to use ipproto_val[].
2009-10-06 stigRemoved unused variable thdr.
2009-10-04 etxrabRemove #if 0'ed code.
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-08-27 wmeierAdd #include <stdio.h> in a few more places ....
2009-08-13 krjIntroduce epan_dissect_init()/epan_dissect_cleanup...
2009-06-28 etxrabFrom Sean Walberg:
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2008-12-01 sfisherFix a few more problems found by checkAPIs.pl
2008-12-01 sfisherRemove call to deprecated perror() and a check to see...
2008-10-31 stigFix some "format not a string literal and no format...
2008-08-26 wmeier#include <emem.h> not req'd
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-04 guySun C warns about an integer overflow for 1 << 31,...
2008-04-17 ulflrename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UN...
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 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-11 sfisherReplace FONT_TYPE macro with PangoFontDescription.
2008-04-07 ulflremove GTK1 code
2008-02-07 stigRemoved some more "statement not reached" warnings.
2007-08-16 ulflexperimental feature: dissector filters
2007-07-18 tuexenMake debugging static.
2007-05-29 standelFrom David Howells :
2007-03-21 ulflfix all warnings in gtk dir & set the "treat all warnin...
2007-02-19 morrissSquelch a couple (false) uninitialized variable warnings
2006-12-12 ulflgtkglobals.h not needed
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-03-19 guyGet rid of a declaration of a non-existent function.
2006-03-09 geraldThere is a one-to-one mapping between each graph and...
2006-03-08 lrolandMake calculation of TCP Graph bounds more robust. The...
2005-12-22 geraldFrom Bill Meier:
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-09-14 guyHave cf_retap_packets() take an argument that indicates...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-21 guyAs per a suggestion by Ulf Lamping, rename gtk_*.[ch...
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 jmayer- Declare some functions static
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-08 ulflfix some MSVC const warnings
2005-08-06 jmayerLast set of char -> const char trivial warning fixes.
2005-08-05 ulflreplace malloc and alike calls by their GLib pendants...
2005-07-10 guyJust pass &cfile to select_tcpip_session(); we don...
2005-07-10 guyFix some comment typos.
2005-07-10 guyGet rid of an unused argument.
2005-07-10 sahlbergIt works reasonably well with extensive testing so...
next