Replace "svn" with "git" all over the place.
[metze/wireshark/wip.git] / ui / gtk / iax2_analysis.c
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-17 Anders BromanFix [-Wmissing-prototypes]
2013-12-23 Bill MeierFrom Ville Skyttä: Spelling Fixes
2013-12-14 Jakub ZawadzkiFix const warnings.
2013-11-29 Jakub ZawadzkiRename some of pint.h macros to match common style...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-10-24 Jörg MayerMake things compile again.
2013-09-07 Evan HuusFix a few more places that didn't have a semicolon...
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-16 Jeff MorrissMove u3.{h,c} and g711.{h,c} into wsutil.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-06-26 Jeff MorrissMove tempfile.{h,c} into wsutil.
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-15 Guy Harrisgtk_file_chooser_dialog_new() makes the file chooser...
2013-03-28 Jaap KeuterFollow up on bug 8416.
2013-03-21 Bill MeierFrom beroset:
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-02-21 Gerald CombsDon't yell at the user quite so much. Remove exclamatio...
2013-01-16 Bill Meier(Trivial) whitespace cleanup;
2013-01-16 Bill MeierFix a Gtk2 vs Gtk3 issue;
2013-01-12 Bill MeierGeneral cleanup: whitespace, long-lines, & etc.
2013-01-11 Bill MeierReplace gtk_table...() with ws_gtk_grid...().
2013-01-04 Anders BromanUse gdk_cairo_set_source_rgba
2013-01-04 Anders BromanApply 46903 to iax_analysis
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-28 Jakub Zawadzkiprotect_thread_critical_region, unprotect_thread_critic...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-01 Gerald CombsMove utf8_entities.h to the "ui" directory. Separate...
2012-08-01 Anders BromanGet rid of some GTK_CHECK_VERSION instances by using...
2012-07-23 Anders BromanAlign structs and code a bit, ultimatly code should...
2012-07-20 Jakub ZawadzkiFix some clang warnings: implicit conversion from enume...
2012-07-19 Gerald CombsPass {delayed_}create_progress_dlg a pointer the top...
2012-07-09 Anders BromanFrom Evan Huus:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-16 Jakub ZawadzkiFree memory when create_tempfile() failed.
2012-05-16 Gerald CombsCheck the return value of create_tempfile. Fixes CIDs...
2012-04-21 Anders BromanMore GTK3 adaptations
2012-04-21 Anders BromanReplace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_b...
2012-02-17 Jörg Mayerinclude "../util.h" -> include "ui/util.h"
2012-01-18 Guy HarrisRestructure the recent file code so that recent.c is...
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-15 Jörg MayerMove gtk to ui/gtk.