Do case insensitive search for lua scripts to load.
[obnox/wireshark/wip.git] / gtk / graph_analysis.c
2011-08-24 jmayerGTK3:
2011-08-24 etxrabGTK3 expose_event -> draw
2011-08-17 etxrabFix a typo and size_request.
2011-08-12 jmayerRevert 38500 - compiling with gtk2.12 and gtk2.22 and...
2011-08-12 jmayerReplace GDK_IS_DRAWABLE by gtk_widget_is_drawable(...
2011-08-12 etxrabFix a typo
2011-08-12 etxrab- Use cairo_surface_t
2011-08-09 etxrabGet rid of deprecated gdk_pixmap_create_from_xpm_d().
2011-08-09 etxrabRemove no longer used include.
2011-08-09 etxrabUse cairo for the background colors, invert text color...
2011-08-09 etxrabUse Cairo for the column headers.
2011-08-09 etxrabUse cairo in a couple of more places.
2011-08-09 martinm'color_div_line' is not being used.
2011-08-09 etxrabUse cairo in a couple of more places.
2011-08-08 etxrabDon't include color.h
2011-08-03 sfisherFix compiler warning turned error:
2011-08-03 etxrab- Get rid of deprecated functions.
2011-07-21 jmayerCreate a file containing macros to provide the access...
2011-07-14 etxrabReplace deprecated gdk_pixmap_unref() with g_object_unr...
2011-07-12 etxrabFix more tooltips.
2011-06-20 jmayerGTK3 fixes:
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-02-08 sfisherFix compilation problem for GTK+ < 2.18
2011-02-08 guyBuild with pre-2.18 GTK+es.
2011-02-08 sfisherMore -DGSEAL_ENABLE cleanup (hopefully without breaking...
2010-09-02 etxrabAdd comments
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-11 wmeierRemove 1K line limit when saving a flow graph to a...
2010-07-30 wmeierMinor code cleanup:
2009-11-16 jakeRemove debug code.
2009-11-15 etxrabFrom Alejandro Vaquero:
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-08-27 wmeierAdd #include <stdio.h> in a few more places for Solaris.
2009-08-17 jakeChange window_new() to dlg_window_new() and destroy...
2009-08-12 jakeRestore the formatting of the saved graph.
2009-06-01 wmeierflow_graph & etc: rework graph "save as" slightly:
2009-04-16 geraldMore Win64 fixes.
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2009-03-12 stigFrom Jakub Zawadzki:
2009-02-22 etxrabUse gtk_file_chooser_dialog_new().
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-29 jakeFix for bug 1854:
2008-10-20 jakeClean up the whitespace.
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-06 etxrabFix some of the Errors/warnings detected by checkapi.
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 ulflthird 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 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-09 ulflsome minor GTK1 related code fixes
2008-04-06 ulflremove GTK1 code
2007-12-05 stigDo not redraw graph and goto frame 1 if selecting an...
2007-12-01 sakeAfter taking a closer look at SVN 23089, I believe...
2007-11-30 sakeGive the flow graph window the correct title.
2007-10-08 avaqueroVoIP Calls changes: Add the file name to the title...
2007-05-30 sfisherFix bug #1530 this time for GTK1 builds.
2007-05-30 sfisherUpdate to revision 22000: change #if GTK_MAJOR_VERSION...
2007-05-30 sfisherWrap call to gtk_window_set_destroy_with_parent() withi...
2007-05-29 sfisherFix for bug #1530: Graph Analysis window misbehaves...
2007-04-22 wmeierAnother fix to allow gtk1 to compile w/o warnings....
2007-04-22 sahlbergsome updates to allow gtk1 to compile without warnings
2007-03-24 sfisherRemove all warnings under Unix for the gtk/ directory.
2007-03-19 legovoip_calls.c:
2007-02-19 morrissSquelch a couple (false) uninitialized variable warnings
2007-01-20 ulflfrom Stephen Fisher:
2006-10-11 geraldWhen dumping the graph data to a file, don't walk past...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-30 guyMove the file selection dialog routines to file_dlg...
2006-03-14 etxrabFrom Laurent Rabret,
2006-03-09 jakeFrom Laurant Rabret:
2006-03-08 jakeFix left open file (coverity CID 108) and g_string...
2006-02-23 etxrabFrom Alejandro Vaquero:
2006-02-21 legoI commented out this a while ago as they caused a crash...
2006-02-11 lego add an userdata argument to register_stat_cmd_arg...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-03 etxrabFrom Alejandro Vaquero:
2005-09-21 geraldFree our flow graph strings when we're done with them...
2005-09-21 geraldIn an attempt to fix bug 396, switch over to GStrings...
2005-09-13 etxrabFrom Alejandro Vaquero.
2005-08-24 sahlbergFrom Graeme Hewson
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-07-24 legoFrom Alejandro Vaquero:
2005-07-19 legoAvoid the selected item been white on white by making...
2005-07-18 sahlbergGTK 1.2 does not define the macro GDK_IS_DRAWABLE...
2005-07-17 legoFrom Francisco Alcoba
2005-07-05 etxrabFrom Alejandro Vaquero
2005-06-26 sahlbergFrom Alejandro, fix for GTK1 graph_analysis issue.
2005-06-07 etxrabFrom Alejandro Vaquero:
2005-06-06 etxrabFrom Alejandro Vaquero:
2005-05-28 ulflprevent unused function warning
2005-05-27 sahlbergGdKEventScroll is not available in GTK-1.2
2005-05-26 ulflfix #203: the scroll event handler used an inappropriat...
2005-04-13 lrolandFrom Francisco Alcoba:
next