aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-06-18Add a preferences editor frame.Gerald Combs1-1/+1
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-09Add a function and an enum to register an uat preference for QT only.Irene RĂ¼ngeler1-0/+7
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-1/+1
2013-07-31Convert preferences to wmem. Exposes some more memory leaks that didn't show upEvan Huus1-1/+2
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-3/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+3
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs1-1/+2
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs1-1/+1
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-2/+2
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-2/+11
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-08-08Compiler error fixes resulting from r44348Michael Mann1-5/+3
2012-08-08Base framework to allow all preferences to be part of generic preferences API...Michael Mann1-0/+36
2012-07-07Clean up mix of tabs and 4-space-tab indents.Guy Harris1-61/+59
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Michael Mann:Anders Broman1-0/+1
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-0/+1
2010-10-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :Jeff Morriss1-2/+2
2010-08-29Doxygen changes.Anders Broman1-24/+24
2010-08-28Doxygen changes.Anders Broman1-30/+46
2010-05-26Remember the default value of each protocol preference.Jeff Morriss1-0/+7
2010-05-25find_val_for_string() is only used in prefs.c so remove the prototypeJeff Morriss1-5/+1
2009-08-27Add #include <stdio.h> in a few places for SolarisBill Meier1-0/+2
2007-12-04get rid of GTree and use emem trees insteadRonnie Sahlberg1-1/+1
2007-12-04reverse previous patchRonnie Sahlberg1-1/+1
2007-12-04remove the use of GTrees and replace these with emem trees insteadRonnie Sahlberg1-1/+1
2007-11-30Next few improvements to speed up startup about 10%.Tomas Kukosa1-1/+1
2007-03-19This change allows a structure to be created under the "Protocols" section of...Graeme Lunt1-2/+2
2007-02-03second iteration:Luis Ontanon1-0/+2
2006-12-08A callback in read_prefs_file() should return a prefs_set_pref_e, not anGuy Harris1-1/+1
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. ThisGerald Combs1-0/+1
2006-11-17various minor prefs code cleanupUlf Lamping1-2/+2
2006-11-15add a "private_data" pointer to the read_prefs_file() function, which will be...Ulf Lamping1-2/+2
2006-09-29from Stephen Fisher:Ulf Lamping1-1/+2
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
2006-05-21name changeRonnie Sahlberg1-3/+3
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-2/+2
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris1-0/+4
2004-10-01"prefs-int.h" belongs in epan, too.Guy Harris1-0/+103