aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-04get rid of GTree and use emem trees insteadsahlberg1-48/+34
2007-12-04reverse previous patchsahlberg1-34/+48
2007-12-04remove the use of GTrees and replace these with emem trees insteadsahlberg1-48/+34
2007-11-30- fix warnings in prefs.ckukosa1-3/+9
2007-11-30Next few improvements to speed up startup about 10%.kukosa1-94/+73
2007-11-29hide implementation of module listkukosa1-1/+25
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-22/+26
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...sake1-0/+24
2007-11-09Back out part of revision 23395 - leave the toolbar arrow, but remove thesfisher1-14/+0
2007-11-08Fix Windows builds that cannot find gtk/gtk.h from epan/prefs.c. Write outsfisher1-9/+1
2007-11-07Add an arrow with drop-down menu including any toolbar buttons that do notsfisher1-0/+22
2007-06-04Fix for bug #93: changes to the columns has no effect until restartsfisher1-0/+1
2007-05-21add workaround so that gtk1 compiles again thanks to stupid const mismatch be...sahlberg1-0/+29
2007-03-23From Sebastien Tandel: sfisher1-1/+1
2007-03-19This change allows a structure to be created under the "Protocols" section of...gal1-9/+92
2007-02-03second iteration:lego1-1/+24
2007-01-31Only certain 'base' values make sense in 'prefs_register_uint_preference()': ...morriss1-0/+1
2007-01-14fix #301: Windows file dialog should:ulfl1-1/+1
2006-12-19change default capturing options to use "show realtime capturing" instead of ...ulfl1-3/+3
2006-12-08Handle the "no error" return from pref_set_pair_fct(), to squelchguy1-12/+18
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. Thisgerald1-13/+35
2006-11-17Fix buildjake1-2/+2
2006-11-17various minor prefs code cleanupulfl1-4/+4
2006-11-15add a "private_data" pointer to the read_prefs_file() function, which will be...ulfl1-8/+8
2006-10-11Add prefs_apply(), which lets us apply preferences (specifically,gerald1-0/+13
2006-10-10First step in integrating the AirPcap WEP preferences with thosegerald1-12/+11
2006-10-03"saying your preferences once ..." -> "applying your preferences once ..."ulfl1-1/+1
2006-10-03now: Don't have a Save button in the following settings dialogs:ulfl1-0/+15
2006-09-29from Stephen Fisher:ulfl1-11/+15
2006-06-17fix for coverity 182sahlberg1-4/+6
2006-05-28Ethereal->Wiresharketxrab1-5/+5
2006-05-21name changesahlberg1-7/+7
2006-01-29Map "mtp3.net_addr_format" to "mtp3.addr_format", for backwardsguy1-0/+2
2005-11-10Don't pass signed characters to the <ctype.h> macros.guy1-4/+5
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theguy1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-5/+6
2005-10-12from Richard van der Hoff:ulfl1-1/+20
2005-09-01convert to g_snprintf()sahlberg1-1/+0
2005-08-16Change the default font size on Unix (etc) to 10 pt, just as it wasjmayer1-2/+2
2005-08-02Fix more "no previous declaration" warningsjmayer1-1/+1
2005-07-30Fix 'isn't prototype' warningjmayer1-1/+1
2005-07-29Pick up some fixes and enhancements fromgerald1-1/+1
2005-07-27Move preference initialization to its own routine and make sure it gets rungerald1-145/+157
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-1/+1
2005-07-22Fix some warnings (and one of my previous 'fixes')jmayer1-8/+8
2005-07-22More 'char*' -> 'const char*' warning fixesjmayer1-14/+14
2005-06-26prefs.c(1218) : warning C4761: integral size mismatch in argument; conversion...ulfl1-4/+4
2005-06-24Constify a bunch of structure members and function arguments, to squelchguy1-2/+2
2005-06-21Make a couple of variables dynamic, as suggested by Ulf.gerald1-12/+8