From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9333 :
[metze/wireshark/wip.git] / epan / prefs.c
2013-10-25 Jeff MorrissFix up some formatting and white space.
2013-10-25 Jeff MorrissFix CID 715143: assert that the preference we were...
2013-10-25 Jeff MorrissFix CID 715144: assert that the preference we were...
2013-09-09 Alexis La GoutteFrom Dean Lee via https://bugs.wireshark.org/bugzilla...
2013-09-09 Alexis La GoutteAdd Preference to change Language (in QtShark)
2013-08-13 Evan HuusWhen freeing the preferences of a module, also free...
2013-07-31 Evan HuusFix the most egregious of the newly exposed leaks,...
2013-07-31 Evan HuusConvert preferences to wmem. Exposes some more memory...
2013-07-29 Guy HarrisClean up white space a bit, make the description of...
2013-07-25 Gerald CombsAdd a UAT dialog. Make UAT preferences uat_t * instead...
2013-07-21 Guy HarrisDon't report a syntax error if a preference name withou...
2013-07-19 Pascal QuantinFrom Cal Turney via https://bugs.wireshark.org/bugzilla...
2013-07-18 Pascal QuantinTemporarily disable offending code triggering a segment...
2013-07-18 Anders BromanFrom Cal Turney:
2013-07-17 Anders BromanBacking out r50690 (exept simple_dialog)
2013-07-17 Anders BromanFrom Cal Turney:
2013-07-16 Guy HarrisFix one that got missed.
2013-07-16 Chris MaynardRevert r50655 for this file.
2013-07-16 Chris MaynardThis should fix warning: to be safe all intermediate...
2013-07-14 Evan HuusFix some of the preferences leaks. Don't strdup the...
2013-07-09 Anders Bromanprefs.c: In function 'capture_column_set_cb':
2013-07-09 Anders BromanFrom Cal Turney:
2013-06-30 Jeff MorrissFrom Cal Turney via https://bugs.wireshark.org/bugzilla...
2013-06-28 Michael MannMake colors used by colorize_filter_te_as_* as preferen...
2013-06-03 Jeff MorrissFrom Cal Turney via https://bugs.wireshark.org/bugzilla...
2013-05-30 Anders BromanFrom Cal Turney:
2013-05-21 Guy HarrisFrom Cal Tunney:
2013-05-21 Guy HarrisClean up white space.
2013-05-20 Anders BromanFrom Cal Turney:
2013-04-22 Gerald CombsTell the user tha gui.update.channel probably shouldn...
2013-04-09 Jeff MorrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-03-20 Bill Meier From beroset:
2013-03-13 Irene RüngelerAdd interface options preferences.
2013-03-07 Michael TüxenTry to fix the buildbots.
2013-03-07 Irene RüngelerAdd buffersize and snap length to the preferences.
2013-03-07 Anders BromanUse explicit casts.
2013-02-26 Bill Meierit's ==> its & its ==> it's as needed.
2013-02-19 Gerald CombsRegister the gui.update.interval preference.
2013-02-19 Gerald CombsEnable automatic updates for Win64. Fix a copy/paste...
2013-02-19 Gerald CombsAdd automatic software update checks for Win32 using...
2013-02-08 Gerald CombsAdd a directory name preference type (PREF_DIRNAME...
2013-01-31 Gerald CombsUse a not-quite-black background for marked packets.
2013-01-24 Gerald CombsAdd font and color preferences. Unfortunately Qt doesn...
2013-01-22 Gerald CombsGTK+:
2013-01-20 Jaap KeuterFix CID 966637 and CID 966638
2013-01-18 Gerald CombsRename the "saved_val" preference element to "stashed_v...
2013-01-14 Gerald Combsstrcmp → g_strcmp0. Fixes a crash on Windows.
2013-01-14 Gerald CombsWhen the user is editing text or selecting from a combo...
2013-01-07 Gerald CombsAllow editing via the advanced preferences tree. Double...
2013-01-06 Alexis La GoutteFix some Dead Store (Dead initialization) Warning found...
2013-01-05 Gerald CombsConstify a couple of variables and export a couple...
2013-01-05 Gerald CombsBreak out preference type names, type descriptions...
2012-12-29 Gerald CombsRemove some duplicate code from ui/profile.c and move...
2012-12-26 Guy HarrisTabs -> spaces.
2012-12-26 Guy HarrisUpdate a comment.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-03 Evan HuusRename wmem_permanent_scope -> wmem_epan_scope to refle...
2012-10-27 Evan HuusDon't leak memory when registering duplicate preference...
2012-10-27 Evan HuusThere's no need to g_strdup our default prefs - setting...
2012-10-05 Chris MaynardWe are already saving size and maximized state by defau...
2012-09-30 Chris MaynardTrivial: LEDs -> Icons
2012-09-27 Gerald CombsDon't pass a null pointer to strcmp.
2012-09-21 Jakub ZawadzkiFix bug #7669: Preference editor removes (does not...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-18 Michael MannFix bug 7650 (https://bugs.wireshark.org/bugzilla/show_...
2012-08-17 Pascal QuantinSquelch a few "dereferencing type-punned pointer" warni...
2012-08-09 Michael MannBugfix 7608 (https://bugs.wireshark.org/bugzilla/show_b...
2012-08-09 Michael MannBugfix capture column preferences
2012-08-08 Michael MannComplete compiler warnings from r44348
2012-08-08 Michael TüxenGet it compiling on Mac OS X.
2012-08-08 Michael MannCompiler error fixes resulting from r44348
2012-08-08 Michael MannHave (almost) all preferences use the generic preferenc...
2012-08-08 Michael MannBase framework to allow all preferences to be part...
2012-08-04 Chris MaynardPlug a memory leak introduced with r44239. Resolves...
2012-08-04 Chris MaynardPlug a memory leak introduced with r44239. Resolves...
2012-08-03 Irene RüngelerFix bug in while loop
2012-08-03 Irene RüngelerMake the columns of the capture options dialog selectab...
2012-07-31 Anders BromanFrom Michael Mann:
2012-07-08 Jeff MorrissDon't bother printing the Description of STATIC_TEXT...
2012-07-08 Jeff MorrissFirst phase of fixing https://bugs.wireshark.org/bugzil...
2012-07-07 Guy HarrisFrom Michael Mann:
2012-07-07 Guy HarrisOnly one place is needed for creating preference panes...
2012-07-07 Guy HarrisAsk about a possible simplification (by just handling...
2012-07-07 Guy HarrisGet rid of most tabs (which cleans up mixed indenting...
2012-07-06 Pascal QuantinFix compilation with gcc 4.3.2 and without GEOIP
2012-07-06 Jakub Zawadzki- remove no longer used #defines
2012-07-06 Anders BromanFrom Michael Mann:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Anders BromanFrom Michael Mann:
2012-06-13 Jeff MorrissCreate, and start using, file name preferences.
2012-05-30 Gerald CombsAdd some needed parenthesis as pointed out by Jakub...
2012-05-30 Gerald CombsIn recent versions of GLib (test with 2.32) g_log_defau...
2012-05-16 Jeff MorrissStore a copy of the default preferences (e_prefs; the...
2012-05-16 Jeff MorrissMost dissectors don't register their preferences in...
2012-04-27 Anders BromanFrom Evan Huus:
2011-11-13 Guy HarrisIf we set "column.hidden" on the command line but don...
2011-11-10 Guy HarrisGet rid of the last remnants of the "check the syntax...
2011-11-10 Guy Harrisprefs_reset() has to reset the dissector preferences...
2011-11-07 Gerald CombsChange the use of threads from "mostly always, dependin...
2011-11-04 Stig BjørlykkeOnly have the option to turn off syntax check capture...
next