summaryrefslogtreecommitdiff
path: root/ui/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-26Convert filter expressions preference data to a UAT.Michael Mann1-2/+4
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-3/+6
2017-02-07GTK: Wrap static preference labels.Gerald Combs1-2/+5
2017-01-22Internalize struct preferenceMichael Mann1-149/+79
2017-01-07Convert range API to always use wmem memory.Michael Mann1-5/+6
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-8/+114
2015-12-18Provide routines to set string-like and range preferences from a string.Guy Harris1-19/+2
2015-07-02Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman1-1/+1
2015-01-17A few more emem replacements with wmem.Michael Mann1-4/+3
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-2/+4
2015-01-09Add missing #include ( "ui/gtk/old-gtk-compat.h" )AndersBroman1-0/+1
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-4/+0
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-09-25Update the simple dialog code.Gerald Combs1-2/+2
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-3/+3
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-1/+1
2014-04-29prefs: spelling fix, simplify codePeter Wu1-19/+10
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-4/+4
2013-12-10Do not show uat preferences if not registered for the gui.Irene RĂ¼ngeler1-3/+4
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
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