aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/time_shift_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier2015-02-151-18/+31
* Remove unneeded includes from ui folderMartin Mathieson2015-01-011-8/+0
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix warningsJakub Zawadzki2013-12-091-3/+3
* When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki2013-12-031-0/+2
* From beroset:Bill Meier2013-03-211-3/+3
* GTK3 "expand" handling changes.Bill Meier2013-03-111-1/+1
* Fix a minor difference in window handling between Gtk2 & Gtk3:Bill Meier2013-01-041-5/+4
* Fix a bunch of warnings.Guy Harris2012-12-261-3/+3
* Move common time shifting code to ui/time_shift.[ch]. Change theGerald Combs2012-12-211-603/+104
* Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier2012-12-051-14/+14
* Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki2012-09-231-22/+0
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* - Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer2012-09-041-4/+4
* gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki2012-07-201-5/+5
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman2012-04-211-21/+21
* Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris2012-01-161-4/+5
* Move gtk to ui/gtk.Jörg Mayer2012-01-151-0/+1002