aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-05Try to fix prefs_dlg.c:1814: warning: 'abbrev' may be used uninitialized in t...Anders Broman1-5/+2
2012-11-05From Michal Labedzki:Anders Broman1-8/+40
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-03cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki1-1/+1
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann1-16/+0
2012-08-08Base framework to allow all preferences to be part of generic preferences API...Michael Mann1-0/+63
2012-08-03Fix a typo.Jeff Morriss1-1/+1
2012-08-03(Attempt to) avoid using capture_page uninitialized when we don't HAVE_LIBPCAP.Jeff Morriss1-3/+6
2012-08-03Make the columns of the capture options dialog selectable. Changes are stored...Irene Rüngeler1-4/+9
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-3/+3
2012-07-07Only one place is needed for creating preference panes; this clears upGuy Harris1-93/+43
2012-07-07Uniformly use two-space indents (most of the file uses it).Guy Harris1-31/+31
2012-07-06From Michael Mann:Anders Broman1-21/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25Get rid of a couple of unused variables and parameters.Jeff Morriss1-3/+2
2012-06-25From Michael Mann:Anders Broman1-66/+89
2012-06-19Revert:Anders Broman1-1/+1
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-1/+57
2012-06-02From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ eq...Anders Broman1-5/+5
2012-04-23Use GtkFontChooser if GTK >= 3.2Anders Broman1-2/+4
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1834