aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-26Tabs -> spaces.Guy Harris1-1/+1
2012-12-26Update a comment.Guy Harris1-4/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-64/+22
2012-11-03Rename wmem_permanent_scope -> wmem_epan_scope to reflect the fact that itEvan Huus1-2/+2
2012-10-27Don't leak memory when registering duplicate preferences subtree modules. TakeEvan Huus1-3/+7
2012-10-27There's no need to g_strdup our default prefs - setting them as literalsEvan Huus1-10/+12
2012-10-05We are already saving size and maximized state by default. Save position too.Chris Maynard1-1/+1
2012-09-30Trivial: LEDs -> IconsChris Maynard1-2/+2
2012-09-27Don't pass a null pointer to strcmp.Gerald Combs1-72/+72
2012-09-21Fix bug #7669: Preference editor removes (does not save) column definitions a...Jakub Zawadzki1-26/+26
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-18Fix bug 7650 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7650)Michael Mann1-27/+51
2012-08-17Squelch a few "dereferencing type-punned pointer" warnings when compiling wit...Pascal Quantin1-6/+6
2012-08-09Bugfix 7608 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7608)Michael Mann1-4/+4
2012-08-09Bugfix capture column preferencesMichael Mann1-13/+6
2012-08-08Complete compiler warnings from r44348Michael Mann1-22/+1
2012-08-08Get it compiling on Mac OS X.Michael Tüxen1-2/+4
2012-08-08Compiler error fixes resulting from r44348Michael Mann1-104/+113
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann1-1178/+1187
2012-08-08Base framework to allow all preferences to be part of generic preferences API...Michael Mann1-39/+159
2012-08-04Plug a memory leak introduced with r44239. Resolves Coverity CID 714243: Unu...Chris Maynard1-1/+0
2012-08-04Plug a memory leak introduced with r44239. Resolves Coverity CID 714243: Unu...Chris Maynard1-1/+0
2012-08-03Fix bug in while loopIrene Rüngeler1-4/+2
2012-08-03Make the columns of the capture options dialog selectable. Changes are stored...Irene Rüngeler1-0/+90
2012-07-31From Michael Mann:Anders Broman1-13/+18
2012-07-08Don't bother printing the Description of STATIC_TEXT and UAT preferences:Jeff Morriss1-7/+10
2012-07-08First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss1-0/+3
2012-07-07From Michael Mann:Guy Harris1-1/+31
2012-07-07Only one place is needed for creating preference panes; this clears upGuy Harris1-2/+6