aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
Commit message (Expand)AuthorAgeFilesLines
* Register the gui.update.interval preference.Gerald Combs2013-02-191-0/+6
* Enable automatic updates for Win64. Fix a copy/paste error.Gerald Combs2013-02-191-1/+1
* Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs2013-02-191-0/+18
* Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs2013-02-081-1/+26
* Use a not-quite-black background for marked packets.Gerald Combs2013-01-311-2/+2
* Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs2013-01-241-4/+8
* GTK+:Gerald Combs2013-01-221-17/+3
* Fix CID 966637 and CID 966638Jaap Keuter2013-01-201-2/+2
* Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs2013-01-181-35/+49
* strcmp → g_strcmp0. Fixes a crash on Windows.Gerald Combs2013-01-141-3/+3
* When the user is editing text or selecting from a combo box, don'tGerald Combs2013-01-141-11/+3
* Allow editing via the advanced preferences tree. Double-clicking anGerald Combs2013-01-071-9/+22
* Fix some Dead Store (Dead initialization) Warning found by ClangAlexis La Goutte2013-01-061-1/+1
* Constify a couple of variables and export a couple of functions.Gerald Combs2013-01-051-4/+5
* Break out preference type names, type descriptions, stringGerald Combs2013-01-051-323/+642
* Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs2012-12-291-0/+7
* Tabs -> spaces.Guy Harris2012-12-261-1/+1
* Update a comment.Guy Harris2012-12-261-4/+2
* Fix a bunch of warnings.Guy Harris2012-12-261-64/+22
* Rename wmem_permanent_scope -> wmem_epan_scope to reflect the fact that itEvan Huus2012-11-031-2/+2
* Don't leak memory when registering duplicate preferences subtree modules. TakeEvan Huus2012-10-271-3/+7
* There's no need to g_strdup our default prefs - setting them as literalsEvan Huus2012-10-271-10/+12
* We are already saving size and maximized state by default. Save position too.Chris Maynard2012-10-051-1/+1
* Trivial: LEDs -> IconsChris Maynard2012-09-301-2/+2
* Don't pass a null pointer to strcmp.Gerald Combs2012-09-271-72/+72
* Fix bug #7669: Preference editor removes (does not save) column definitions a...Jakub Zawadzki2012-09-211-26/+26
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Fix bug 7650 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7650)Michael Mann2012-08-181-27/+51
* Squelch a few "dereferencing type-punned pointer" warnings when compiling wit...Pascal Quantin2012-08-171-6/+6
* Bugfix 7608 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7608)Michael Mann2012-08-091-4/+4
* Bugfix capture column preferencesMichael Mann2012-08-091-13/+6
* Complete compiler warnings from r44348Michael Mann2012-08-081-22/+1
* Get it compiling on Mac OS X.Michael Tüxen2012-08-081-2/+4
* Compiler error fixes resulting from r44348Michael Mann2012-08-081-104/+113
* Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann2012-08-081-1178/+1187
* Base framework to allow all preferences to be part of generic preferences API...Michael Mann2012-08-081-39/+159
* Plug a memory leak introduced with r44239. Resolves Coverity CID 714243: Unu...Chris Maynard2012-08-041-1/+0
* Plug a memory leak introduced with r44239. Resolves Coverity CID 714243: Unu...Chris Maynard2012-08-041-1/+0
* Fix bug in while loopIrene Rüngeler2012-08-031-4/+2
* Make the columns of the capture options dialog selectable. Changes are stored...Irene Rüngeler2012-08-031-0/+90
* From Michael Mann:Anders Broman2012-07-311-13/+18
* Don't bother printing the Description of STATIC_TEXT and UAT preferences:Jeff Morriss2012-07-081-7/+10
* First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss2012-07-081-0/+3
* From Michael Mann:Guy Harris2012-07-071-1/+31
* Only one place is needed for creating preference panes; this clears upGuy Harris2012-07-071-2/+6
* Ask about a possible simplification (by just handling all modules byGuy Harris2012-07-071-0/+2
* Get rid of most tabs (which cleans up mixed indenting with tabs andGuy Harris2012-07-071-1031/+1030
* Fix compilation with gcc 4.3.2 and without GEOIPPascal Quantin2012-07-061-5/+6
* - remove no longer used #definesJakub Zawadzki2012-07-061-5/+0
* From Michael Mann:Anders Broman2012-07-061-180/+88