aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-09From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qt...Alexis La Goutte1-0/+1
2013-09-09Add Preference to change Language (in QtShark)Alexis La Goutte1-0/+14
2013-08-13When freeing the preferences of a module, also free the preferences of itsEvan Huus1-2/+7
2013-07-31Fix the most egregious of the newly exposed leaks, about 28KB.Evan Huus1-1/+1
2013-07-31Convert preferences to wmem. Exposes some more memory leaks that didn't show upEvan Huus1-19/+19
2013-07-29Clean up white space a bit, make the description of the capture columnGuy Harris1-58/+63
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-2/+2
2013-07-21Don't report a syntax error if a preference name without a "." isGuy Harris1-13/+3
2013-07-19From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8942 :Pascal Quantin1-11/+7
2013-07-18Temporarily disable offending code triggering a segmentation fault on Linux (...Pascal Quantin1-0/+2
2013-07-18From Cal Turney:Anders Broman1-21/+55
2013-07-17Backing out r50690 (exept simple_dialog)Anders Broman1-50/+21
2013-07-17From Cal Turney:Anders Broman1-21/+50
2013-07-16Fix one that got missed.Guy Harris1-1/+1
2013-07-16Revert r50655 for this file.Chris Maynard1-13/+13
2013-07-16This should fix warning: to be safe all intermediate pointers in cast from 'g...Chris Maynard1-33/+33
2013-07-14Fix some of the preferences leaks. Don't strdup the defaults, as they will beEvan Huus1-10/+9
2013-07-09prefs.c: In function 'capture_column_set_cb':Anders Broman1-1/+0
2013-07-09From Cal Turney:Anders Broman1-92/+139
2013-06-30From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8876 :Jeff Morriss1-5/+8
2013-06-28Make colors used by colorize_filter_te_as_* as preferences. Bug 5413 (https:...Michael Mann1-0/+21
2013-06-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8707 :Jeff Morriss1-10/+12
2013-05-30From Cal Turney:Anders Broman1-1/+9
2013-05-21From Cal Tunney:Guy Harris1-21/+34
2013-05-21Clean up white space.Guy Harris1-55/+56
2013-05-20From Cal Turney:Anders Broman1-6/+8
2013-04-22Tell the user tha gui.update.channel probably shouldn't be changed.Gerald Combs1-1/+1
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-2/+2
2013-03-20 From beroset:Bill Meier1-3/+3
2013-03-13Add interface options preferences.Irene Rüngeler1-0/+4
2013-03-07Try to fix the buildbots.Michael Tüxen1-0/+2
2013-03-07Add buffersize and snap length to the preferences.Irene Rüngeler1-0/+8
2013-03-07Use explicit casts.Anders Broman1-25/+25
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-3/+3
2013-02-19Register the gui.update.interval preference.Gerald Combs1-0/+6
2013-02-19Enable automatic updates for Win64. Fix a copy/paste error.Gerald Combs1-1/+1
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs1-0/+18
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs1-1/+26
2013-01-31Use a not-quite-black background for marked packets.Gerald Combs1-2/+2
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-4/+8
2013-01-22GTK+:Gerald Combs1-17/+3
2013-01-20Fix CID 966637 and CID 966638Jaap Keuter1-2/+2
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-35/+49
2013-01-14strcmp → g_strcmp0. Fixes a crash on Windows.Gerald Combs1-3/+3
2013-01-14When the user is editing text or selecting from a combo box, don'tGerald Combs1-11/+3
2013-01-07Allow editing via the advanced preferences tree. Double-clicking anGerald Combs1-9/+22
2013-01-06Fix some Dead Store (Dead initialization) Warning found by ClangAlexis La Goutte1-1/+1
2013-01-05Constify a couple of variables and export a couple of functions.Gerald Combs1-4/+5
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-323/+642
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-0/+7