aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-07Ask about a possible simplification (by just handling all modules byGuy Harris1-0/+2
2012-07-07Get rid of most tabs (which cleans up mixed indenting with tabs andGuy Harris1-1031/+1030
2012-07-06Fix compilation with gcc 4.3.2 and without GEOIPPascal Quantin1-5/+6
2012-07-06- remove no longer used #definesJakub Zawadzki1-5/+0
2012-07-06From Michael Mann:Anders Broman1-180/+88
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Michael Mann:Anders Broman1-45/+74
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-8/+33
2012-05-30Add some needed parenthesis as pointed out by Jakub and the OS XGerald Combs1-1/+1
2012-05-30In recent versions of GLib (test with 2.32) g_log_default_handlerGerald Combs1-0/+7
2012-05-16Store a copy of the default preferences (e_prefs; the dissectors' defaultJeff Morriss1-10/+157
2012-05-16Most dissectors don't register their preferences in subtrees, so don't alloca...Jeff Morriss1-2/+6
2012-04-27From Evan Huus:Anders Broman1-3/+1
2011-11-13If we set "column.hidden" on the command line but don't setGuy Harris1-69/+162
2011-11-10Get rid of the last remnants of the "check the syntax of captureGuy Harris1-2/+4
2011-11-10prefs_reset() has to reset the dissector preferences to their defaults,Guy Harris1-2/+99
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-10/+0
2011-11-04Only have the option to turn off syntax check capture filterStig Bjørlykke1-1/+4
2011-09-25vlan dissector has been restored;Bill Meier1-2/+9
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector i...Anders Broman1-3/+9
2011-09-08From Edwin Groothuis via bug 6207:Stig Bjørlykke1-0/+34