aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-04get rid of GTree and use emem trees insteadRonnie Sahlberg1-48/+34
2007-12-04reverse previous patchRonnie Sahlberg1-34/+48
2007-12-04remove the use of GTrees and replace these with emem trees insteadRonnie Sahlberg1-48/+34
2007-11-30- fix warnings in prefs.cTomas Kukosa1-3/+9
2007-11-30Next few improvements to speed up startup about 10%.Tomas Kukosa1-94/+73
2007-11-29hide implementation of module listTomas Kukosa1-1/+25
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-22/+26
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok1-0/+24
2007-11-09Back out part of revision 23395 - leave the toolbar arrow, but remove theStephen Fisher1-14/+0
2007-11-08Fix Windows builds that cannot find gtk/gtk.h from epan/prefs.c. Write outStephen Fisher1-9/+1
2007-11-07Add an arrow with drop-down menu including any toolbar buttons that do notStephen Fisher1-0/+22
2007-06-04Fix for bug #93: changes to the columns has no effect until restartStephen Fisher1-0/+1
2007-05-21add workaround so that gtk1 compiles again thanks to stupid const mismatch be...Ronnie Sahlberg1-0/+29
2007-03-23From Sebastien Tandel: Stephen Fisher1-1/+1
2007-03-19This change allows a structure to be created under the "Protocols" section of...Graeme Lunt1-9/+92
2007-02-03second iteration:Luis Ontanon1-1/+24
2007-01-31Only certain 'base' values make sense in 'prefs_register_uint_preference()': ...Jeff Morriss1-0/+1
2007-01-14fix #301: Windows file dialog should:Ulf Lamping1-1/+1
2006-12-19change default capturing options to use "show realtime capturing" instead of ...Ulf Lamping1-3/+3
2006-12-08Handle the "no error" return from pref_set_pair_fct(), to squelchGuy Harris1-12/+18
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. ThisGerald Combs1-13/+35
2006-11-17Fix buildJaap Keuter1-2/+2
2006-11-17various minor prefs code cleanupUlf Lamping1-4/+4
2006-11-15add a "private_data" pointer to the read_prefs_file() function, which will be...Ulf Lamping1-8/+8
2006-10-11Add prefs_apply(), which lets us apply preferences (specifically,Gerald Combs1-0/+13
2006-10-10First step in integrating the AirPcap WEP preferences with thoseGerald Combs1-12/+11
2006-10-03"saying your preferences once ..." -> "applying your preferences once ..."Ulf Lamping1-1/+1
2006-10-03now: Don't have a Save button in the following settings dialogs:Ulf Lamping1-0/+15
2006-09-29from Stephen Fisher:Ulf Lamping1-11/+15
2006-06-17fix for coverity 182Ronnie Sahlberg1-4/+6
2006-05-28Ethereal->WiresharkAnders Broman1-5/+5
2006-05-21name changeRonnie Sahlberg1-7/+7
2006-01-29Map "mtp3.net_addr_format" to "mtp3.addr_format", for backwardsGuy Harris1-0/+2
2005-11-10Don't pass signed characters to the <ctype.h> macros.Guy Harris1-4/+5
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-5/+6
2005-10-12from Richard van der Hoff:Ulf Lamping1-1/+20
2005-09-01convert to g_snprintf()Ronnie Sahlberg1-1/+0
2005-08-16Change the default font size on Unix (etc) to 10 pt, just as it wasJörg Mayer1-2/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2005-07-30Fix 'isn't prototype' warningJörg Mayer1-1/+1
2005-07-29Pick up some fixes and enhancements fromGerald Combs1-1/+1
2005-07-27Move preference initialization to its own routine and make sure it gets runGerald Combs1-145/+157
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
2005-07-22Fix some warnings (and one of my previous 'fixes')Jörg Mayer1-8/+8
2005-07-22More 'char*' -> 'const char*' warning fixesJörg Mayer1-14/+14
2005-06-26prefs.c(1218) : warning C4761: integral size mismatch in argument; conversion...Ulf Lamping1-4/+4
2005-06-24Constify a bunch of structure members and function arguments, to squelchGuy Harris1-2/+2
2005-06-21Make a couple of variables dynamic, as suggested by Ulf.Gerald Combs1-12/+8