smb2-dissector: learn the "REPLAY_OPERATION" flag
[obnox/wireshark/wip.git] / gtk / iax2_analysis.c
2012-01-15 jmayerMove gtk to ui/gtk.
2011-09-25 jmayerWe now always build with MAIN_MENU_USE_UIMANAGER, so...
2011-09-21 wmeierFix ex "modeline" so it works;
2011-08-23 etxrabMake colors work on GTK3 take 2
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-12 etxrab- Use cairo_surface_t
2011-08-12 etxrab- Use cairo_surface_t
2011-08-10 etxrab Remove 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 to avoid deprecated functions.
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-11 geraldMore GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.
2011-07-02 wmeierRemove 3 lines of code no longer needed after SVN ...
2011-07-02 wmeierFix incorrect usage of gtk_radio_button_new_with_label...
2011-06-10 guyAdd some more error checking.
2011-06-08 etxrabTry to fix the Ubuntu buildbot.
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-05-10 etxrabMore GUIManager stuff.
2011-05-04 etxrabMore GUIManager stuff.
2011-04-17 etxrabCoverity UNUSED_VALUE
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 wmeierFix two bugs related to use of the graph Y-Axis Scale...
2010-08-18 wmeierVarious minor cleanups....
2010-08-18 wmeierMinor cleanup of iax2 graph:
2010-08-13 guyInstead of using a Boolean for the search direction...
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-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-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-05 guyHave tap listeners specify whether the "packet" routine...
2009-06-01 wmeierFix minor memory leaks; Minor reformatting
2009-05-30 guygtk_file_chooser_set_do_overwrite_confirmation() is...
2009-05-30 wmeierFix the save_as functions so they work (including work...
2009-05-07 wmeierRestore original spacing in several constant strings
2009-05-07 wmeierChange some usage of tabs within string constants to...
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-11 etxrabGet rid of gtk_file_selection_new and gtk_file_selectio...
2009-04-10 wmeierRemove unnecessary use of (deprecated) gtk_button_box_s...
2009-03-18 wmeier From Jakub Zawadzki: g_gnprintf & etc: Use size of...
2009-03-11 jakeGet the build going again on non-Windows compilers.
2009-03-11 etxrabFrom Carlos Mendioroz: