aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann1-2/+2
2013-07-18Fix errors :Alexis La Goutte1-9/+9
2013-07-18From Cal Turney:Anders Broman1-5/+54
2013-07-17Backing out r50690 (exept simple_dialog)Anders Broman1-54/+5
2013-07-17From Cal Turney:Anders Broman1-5/+54
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+1
2013-05-29Fix and clarify name resolution preference tooltips. Print theGerald Combs1-3/+4
2013-03-24Redissect extra packet windows in all cases (that I know of) where weEvan Huus1-0/+5
2013-03-21From beroset:Bill Meier1-55/+55
2013-03-13gtk_widget_set_vexpand() is only for GTK3.Bill Meier1-0/+2
2013-03-13Certain prefs window contents should not be centered vertically in GTK3.Bill Meier1-1/+2
2013-03-04Fir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewport() ==> gtk_containe...Bill Meier1-0/+8
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs1-9/+29
2013-01-24Use ws_gtk_grid...() in place of gtk_table...().Bill Meier1-55/+47
2013-01-18Fix compilation on Windows.Gerald Combs1-0/+8
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-229/+18
2013-01-03Move the font preferences to the colors pane and change its name toGerald Combs1-35/+17
2013-01-01Use scrolled-windows to enclose "custom" prefs pages (User Interface, Layout,...Bill Meier1-2/+11
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-15From Masatake Yamato, adding preference names used with -o option to tooltip ...Michael Mann1-9/+40
2012-11-25Fix several [-Wshadow] warnings;Bill Meier1-66/+65
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