extcap: Add Save functionality to options dialog
[metze/wireshark/wip.git] / epan / prefs.c
2016-02-01 Roland Knallextcap: Add Save functionality to options dialog
2016-01-27 Michael MannRemove the deprecated column types so users don't think...
2016-01-25 Peter WuFix missing validation (crash) for certain prefs
2016-01-21 Stig BjørlykkeQt: Add some window title variables
2016-01-08 João ValverdeFix warnings for epan/prefs.c [-Wcast-qual]
2016-01-01 Guy HarrisNo need for toolkit-dependent color initialization.
2016-01-01 Guy HarrisGet rid of the "pixel" member of a color_t.
2015-12-29 Alexis La GoutteQt: Add gui.prepend_window_title option
2015-12-20 Michal LabedzkiQt: Add missing multi-field column validation
2015-12-19 Guy HarrisGet rid of the argument to filter_expression_init().
2015-12-19 Guy HarrisGet rid of a couple of extra blank lines.
2015-12-18 Guy HarrisRemove a comment that didn't need to be copied and...
2015-12-18 Guy Harrisprefs_register_modules() is used only in epan/prefs...
2015-12-18 Guy HarrisMore common code for string-like preferences.
2015-12-18 Guy HarrisProvide routines to set string-like and range preferenc...
2015-12-13 Gerald CombsStart deprecating the capture info API.
2015-12-07 Balint ReczeySpelling fixes for errors found by lintian
2015-11-25 Mikael KanstrupFix memory leak in write_prefs
2015-11-20 Stig BjørlykkeQt: Fixed column issues when changing profile.
2015-11-20 Balint ReczeyMore spelling fixes found by lintian
2015-11-11 Matthieu CoudronChange prototype of callbacks passed to wmem_tree_forea...
2015-11-10 Guy HarrisApple calls it just "OS X" these days.
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-10-27 Gerald CombsAdd preferences for related packets and the scroll...
2015-10-04 Peter WuFix various memleaks
2015-09-02 Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-08-06 Gerald CombsAdd an elide mode preference for the Qt packet list.
2015-07-25 Hadriel KaplanDNS: move DNS name resolution pref to Name Resolution...
2015-07-20 Michal LabedzkiQt: Add option to back white line separator for packet...
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-06 Evan Huusprefs: fix memory leak reading capture columns
2015-06-25 Evan HuusFix a memory leak registering prefs
2015-06-24 Evan HuusInitialize default stats before using them
2015-06-23 Peter Wuprefs: fix memleak
2015-03-25 Guy HarrisHave a #define for whether the capture buffer size...
2015-02-27 Michal LabedzkiQt: Automatically scroll the packet list.
2015-02-21 Michal LabedzkiFix GTK-shark
2015-02-21 Gerald CombsCall pre_init_prefs each time our profile changes.
2015-02-20 Gerald CombsClear the filter expression list in prefs.c.
2015-02-12 Dario LombardoSupport for looking for incomplete dissectors.
2015-01-12 Michael MannRemove emem APIs from UAT functionality.
2015-01-10 Michael MannAdd preference to display spaces between bytes for...
2014-12-31 Alexis La Goutteprefs: fix typo
2014-11-04 Michal LabedzkiQt: Dynamic languages
2014-10-28 Alexis La GouttePref: Remove unsued function
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-16 Dario LombardoAdded italian translation to qt.
2014-09-24 Gerald CombsQt: Fix preference bugs.
2014-08-05 Bill MeierFix whitespace/indentation to match editor modelines.
2014-07-21 Gerald Combs[WIP] Add a conversation dialog.
2014-07-20 Martin Kaiserstart support for the Japanese language in the Qt version
2014-07-15 Guy HarrisMake the state variable an enum, and add a case for...
2014-07-14 Guy HarrisTreat CR-LF at the end of a line like LF.
2014-07-11 Guy HarrisAs opposed to *loudly* silently?
2014-07-11 Guy HarrisChange comments to reflect current reality.
2014-06-23 Michal Labedzki[WIP] qt: Add support for Polish language
2014-06-12 Irene RuengelerCapture Interfaces Dialog:
2014-06-04 Bill Meier(Trivial) Fix a typo.
2014-04-29 Peter Wuprefs: prevent double-free on changing prefs
2014-04-29 Peter Wuprefs: spelling fix, simplify code
2014-04-27 Peter Wuprefs: fix ASAN error due to invalid indirection
2014-03-08 Michal LabedzkiDo not try to use unknown/non-existent webbrowser
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-28 Bill MeierFix bug which (somewhat) randomly caused UAT pref to...
2014-02-27 Hadriel KaplanFix prefs.c: Argument with 'nonnull' attribute passed...
2014-02-25 Bill MeierRemove trailing whitespace
2014-01-14 Guy HarrisDon't cast away constness.
2013-12-10 Gerald CombsGet the "Decode As" dialog working, albeit with a few...
2013-12-09 Irene RüngelerAdd a function and an enum to register an uat preferenc...
2013-11-29 Michael MannStats_tree enhancements for sorting, averages and burst...
2013-11-22 Gerald CombsMove common "decode as" preference code to epan.
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-07 Alexis La GoutteAdd Packet Editor Preference
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:
next