aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/iax2_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-24Make things compile again.Jörg Mayer1-2/+2
2013-09-07Fix a few more places that didn't have a semicolon after the address-macro use.Evan Huus1-4/+4
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-2/+2
2013-07-21Some work on multi file dissectionJakub Zawadzki1-1/+1
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss1-6/+5
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+3
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-1/+2
2013-05-15gtk_file_chooser_dialog_new() makes the file chooser dialog a transientGuy Harris1-2/+0
2013-03-28Follow up on bug 8416.Jaap Keuter1-6/+6
2013-03-21From beroset:Bill Meier1-28/+28
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs1-20/+20
2013-01-16(Trivial) whitespace cleanup;Bill Meier1-6/+6
2013-01-16Fix a Gtk2 vs Gtk3 issue;Bill Meier1-1/+1
2013-01-12General cleanup: whitespace, long-lines, & etc.Bill Meier1-360/+400
2013-01-11Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-98/+98
2013-01-04Use gdk_cairo_set_source_rgbaAnders Broman1-7/+2
2013-01-04Apply 46903 to iax_analysisAnders Broman1-121/+169
2012-12-26Fix a bunch of warnings.Guy Harris1-12/+13
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-4/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+1
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-4/+0
2012-07-23Align structs and code a bit, ultimatly code should be shared.Anders Broman1-16/+8
2012-07-20Fix some clang warnings: implicit conversion from enumeration type 'GtkStateT...Jakub Zawadzki1-1/+2
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-1/+1
2012-07-09From Evan Huus:Anders Broman1-8/+8
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-16Free memory when create_tempfile() failed.Jakub Zawadzki1-0/+3
2012-05-16Check the return value of create_tempfile. Fixes CIDs 280527 and 280528.Gerald Combs1-22/+33
2012-04-21More GTK3 adaptationsAnders Broman1-2/+2
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-14/+14
2012-02-17include "../util.h" -> include "ui/util.h"Jörg Mayer1-1/+1
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-3/+6
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-3/+3
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+3745