aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/time_shift_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-18/+31
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-8/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-09Fix warningsJakub Zawadzki1-3/+3
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+2
2013-03-21From beroset:Bill Meier1-3/+3
2013-03-11GTK3 "expand" handling changes.Bill Meier1-1/+1
2013-01-04Fix a minor difference in window handling between Gtk2 & Gtk3:Bill Meier1-5/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
2012-12-21Move common time shifting code to ui/time_shift.[ch]. Change theGerald Combs1-603/+104
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-14/+14
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-22/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-4/+4
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-5/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-21/+21
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-4/+5
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1002