More comment updates.
[metze/wireshark/wip.git] / epan / prefs-int.h
2018-04-17 Gerald CombsRemove some GTK+-only code.
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2018-01-09 Michael MannConvert GUI layout preferences to use preference effects.
2018-01-06 Michael MannAdd ability for preferences to determine what they...
2017-04-17 Ahmad FatoumQt: Provide both file save and open preferences
2017-01-22 Michael MannInternalize struct preference
2017-01-07 Michael MannRefactor range preference.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-02-08 Dario Lombardoprefs: fix a leak.
2016-01-08 João ValverdeFix warnings for epan/prefs.c [-Wcast-qual]
2015-12-18 Guy HarrisProvide routines to set string-like and range preferenc...
2015-11-20 Balint ReczeyMore spelling fixes found by lintian
2015-06-18 Gerald CombsAdd a preferences editor frame.
2014-07-21 Gerald Combs[WIP] Add a conversation dialog.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-09 Irene RüngelerAdd a function and an enum to register an uat preferenc...
2013-12-03 Jakub ZawadzkiWhen including <epan/prefs.h> don't force inclusion...
2013-07-31 Evan HuusConvert preferences to wmem. Exposes some more memory...
2013-07-25 Gerald CombsAdd a UAT dialog. Make UAT preferences uat_t * instead...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-08 Gerald CombsAdd a directory name preference type (PREF_DIRNAME...
2013-01-19 Gerald CombsAdd an "Appearance" (aka "User Interface") preference...
2013-01-18 Gerald CombsRename the "saved_val" preference element to "stashed_v...
2013-01-05 Gerald CombsBreak out preference type names, type descriptions...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-08-08 Michael MannCompiler error fixes resulting from r44348
2012-08-08 Michael MannBase framework to allow all preferences to be part...
2012-07-07 Guy HarrisClean up mix of tabs and 4-space-tab indents.
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.
2010-10-29 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-08-29 Anders BromanDoxygen changes.
2010-08-28 Anders BromanDoxygen changes.
2010-05-26 Jeff MorrissRemember the default value of each protocol preference.
2010-05-25 Jeff Morrissfind_val_for_string() is only used in prefs.c so remove...
2009-08-27 Bill MeierAdd #include <stdio.h> in a few places for Solaris
2007-12-04 Ronnie Sahlbergget rid of GTree and use emem trees instead
2007-12-04 Ronnie Sahlbergreverse previous patch
2007-12-04 Ronnie Sahlbergremove the use of GTrees and replace these with emem...
2007-11-30 Tomas KukosaNext few improvements to speed up startup about 10%.
2007-03-19 Graeme LuntThis change allows a structure to be created under...
2007-02-03 Luis Ontanonsecond iteration:
2006-12-08 Guy HarrisA callback in read_prefs_file() should return a prefs_s...
2006-12-05 Gerald CombsFrom Giorgio Tino: Add a "static text" protocol prefere...
2006-11-17 Ulf Lampingvarious minor prefs code cleanup
2006-11-15 Ulf Lampingadd a "private_data" pointer to the read_prefs_file...
2006-09-29 Ulf Lampingfrom Stephen Fisher:
2006-06-20 Gerald CombsChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-05-21 Ronnie Sahlbergname change
2005-07-24 Guy HarrisConstify to remove a bunch of warnings. Add some casts...
2004-10-16 Guy HarrisRemove the fixed maximum number of subranges in a range...
2004-10-14 Guy HarrisFrom Jeff Morriss: PREF_RANGE preference type, for...
2004-10-01 Guy Harris"prefs-int.h" belongs in epan, too.