aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-28Qt: Preferences dialog performance improvements.Gerald Combs1-3/+3
2016-06-13Use getc_unlocked in a few places.Gerald Combs1-2/+2
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-04-09[GTK] Check for xdg-open at run timeJoão Valverde1-4/+0
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-2/+2
2016-03-18IEEE 802.1Q/VLAN: Resolve ID to a describing nameUli Heilmeier1-0/+3
2016-02-10prefs: set correct context for a preferencePeter Wu1-3/+7
2016-02-08prefs.c: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2016-02-08prefs: fix a leak.Dario Lombardo1-42/+86
2016-02-02prefs: Add missing newline for filter expressions headingStig Bjørlykke1-1/+1
2016-02-01extcap: Add Save functionality to options dialogRoland Knall1-0/+22
2016-01-27Remove the deprecated column types so users don't think they still exist.Michael Mann1-25/+41
2016-01-25Fix missing validation (crash) for certain prefsPeter Wu1-11/+33
2016-01-21Qt: Add some window title variablesStig Bjørlykke1-2/+2
2016-01-08Fix warnings for epan/prefs.c [-Wcast-qual]João Valverde1-109/+90
2016-01-01No need for toolkit-dependent color initialization.Guy Harris1-0/+4
2016-01-01Get rid of the "pixel" member of a color_t.Guy Harris1-17/+5
2015-12-29Qt: Add gui.prepend_window_title optionAlexis La Goutte1-0/+7
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki1-31/+31
2015-12-19Get rid of the argument to filter_expression_init().Guy Harris1-1/+1
2015-12-19Get rid of a couple of extra blank lines.Guy Harris1-2/+0
2015-12-18Remove a comment that didn't need to be copied and pasted.Guy Harris1-4/+0
2015-12-18prefs_register_modules() is used only in epan/prefs.c; make it static.Guy Harris1-1/+6
2015-12-18More common code for string-like preferences.Guy Harris1-43/+32
2015-12-18Provide routines to set string-like and range preferences from a string.Guy Harris1-32/+52
2015-12-13Start deprecating the capture info API.Gerald Combs1-0/+2
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-11-25Fix memory leak in write_prefsMikael Kanstrup1-0/+1
2015-11-20Qt: Fixed column issues when changing profile.Stig Bjørlykke1-13/+14
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-11Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron1-5/+5
2015-11-10Apple calls it just "OS X" these days.Guy Harris1-2/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-10-27Add preferences for related packets and the scroll bar minimap.Gerald Combs1-0/+12
2015-10-04Fix various memleaksPeter Wu1-0/+1
2015-09-02The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris1-1/+1
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+31
2015-08-06Add an elide mode preference for the Qt packet list.Gerald Combs1-0/+14
2015-07-25DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan1-8/+5
2015-07-20Qt: Add option to back white line separator for packet list itemsMichal Labedzki1-0/+8
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-0/+74
2015-07-06prefs: fix memory leak reading capture columnsEvan Huus1-3/+5
2015-06-25Fix a memory leak registering prefsEvan Huus1-1/+21
2015-06-24Initialize default stats before using themEvan Huus1-1/+5
2015-06-23prefs: fix memleakPeter Wu1-40/+12
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-2/+2
2015-02-27Qt: Automatically scroll the packet list.Michal Labedzki1-0/+1
2015-02-21Fix GTK-sharkMichal Labedzki1-1/+1
2015-02-21Call pre_init_prefs each time our profile changes.Gerald Combs1-47/+60
2015-02-20Clear the filter expression list in prefs.c.Gerald Combs1-0/+7