aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove:Anders Broman2008-04-091-3/+0
* remove GTK1 specific font handlingUlf Lamping2008-04-081-1/+1
* remove GTK1 codeUlf Lamping2008-04-071-149/+2
* Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen2008-03-011-0/+1
* Next attempt to cleanup some string functions, including:Stig Bjørlykke2008-02-291-14/+16
* Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-011-13/+13
* Move libsmi settings from virtual mibs protocol page to name resolution page.Jaap Keuter2008-01-181-7/+3
* Whitespace cleanup of AIRPCAP code.Jaap Keuter2008-01-171-59/+59
* From Jim Young:Jaap Keuter2008-01-161-1/+27
* hide implementation of module listTomas Kukosa2007-11-291-9/+9
* fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg2007-11-281-1/+1
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-4/+8
* Avoid redraw hex dump windows if redissecting.Stig Bjørlykke2007-11-211-6/+6
* Fix bug #1548: call of "Protocol Preferences" results in GTK error msgStephen Fisher2007-05-161-5/+7
* This change allows a structure to be created under the "Protocols" section of...Graeme Lunt2007-03-191-27/+65
* second iteration:Luis Ontanon2007-02-031-1/+45
* From Giorgio Tino: Add a "static text" protocol preference type. ThisGerald Combs2006-12-051-5/+53
* Fix buildJaap Keuter2006-11-171-0/+2
* code cleanupUlf Lamping2006-11-171-3/+0
* Fix for bug 948, "Apply capture preferences not applying." Now when the userStephen Fisher2006-11-161-0/+9
* AirPcap fixes from Giorgio Tino:Gerald Combs2006-10-201-0/+71
* Add support for:Gerald Combs2006-10-191-0/+14
* As Stephen Fisher noted, the Apply button should also save the changed settin...Ulf Lamping2006-10-031-0/+5
* now: Don't have a Save button in the following settings dialogs:Ulf Lamping2006-10-031-24/+55
* from Stephen Fisher:Ulf Lamping2006-09-291-1/+1
* fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again i...Ulf Lamping2006-09-291-1/+1
* Add support for reading from stdin under Windows. Based on a patch sentGerald Combs2006-09-221-1/+1
* fix #1061: the logic to search for a specific protocol page was missing the c...Ulf Lamping2006-08-281-2/+7
* Put protocol preferences in a scrolled window, in case a particularGerald Combs2006-08-141-13/+18
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* add a Help button to the Preferences dialogUlf Lamping2006-04-201-2/+13
* fix #322, 2nd try: don't pass NULL to gtk_tree_iter_free(), this seems to cau...Ulf Lamping2005-09-261-1/+2
* fix #322: packet detail window -> Protocol Preferences: tree not expandedUlf Lamping2005-09-251-15/+101
* convert to g_snprintf()Ronnie Sahlberg2005-09-011-1/+0
* - Declare some functions staticJörg Mayer2005-08-201-2/+2
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-2/+2
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-4/+4
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-291-2/+2
* Have "range_convert_range()" dynamically allocate a string large enoughGuy Harris2004-10-171-2/+3
* Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris2004-10-161-13/+23
* Make the nranges member of a range_t be the number of ranges, not theGuy Harris2004-10-161-7/+8
* From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris2004-10-141-0/+63
* Check the values of the protocol preferences before fetching them; ifGuy Harris2004-10-121-13/+93
* "prefs-int.h" belongs in epan, too.Guy Harris2004-10-011-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* When applying preferences, we have to apply the protocol preferencesGuy Harris2004-09-251-3/+7
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1