aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-14/+14
2009-12-02Fixed opening correct preferences page.stig1-2/+8
2009-11-26Added an option to open the Preferences directly in the Layout or Columns page.stig1-7/+22
2009-09-23Change option menu to combo box.etxrab1-25/+17
2009-05-13() -> (void)jmayer1-2/+2
2009-05-13Initialize some uninitialized variables.stig1-3/+3
2009-05-05prefs_dlg: Cancel always reverts to "Last Saved" [Part 1]wmeier1-0/+57
2009-05-04From Didier Gautheron (bug 3126):stig1-4/+4
2009-05-04prefs_column: Rework & cleanup Column Preferences dialog codewmeier1-0/+1
2009-05-03prefs_dlg: Fix an inadvertant character deletion in last commit;wmeier1-1/+1
2009-05-03prefs_dlg: use consistent indentationwmeier1-299/+312
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-2/+2
2009-04-11prefs_dlg: gtk_label_get() --> gtk_label_get_text()wmeier1-2/+2
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...wmeier1-3/+3
2009-03-13From Jakub Zawadzki (bug 3331):stig1-4/+2
2008-11-29Removed an unused argument to prefs_tree_page_add().stig1-12/+10
2008-11-28Save preferences when selected from menu, unless having enabled the save button.stig1-1/+1
2008-10-20Use invisible event boxes so the preferences looks good when using themes.stig1-0/+3
2008-10-19Add filter autocomplete for more places we use filter entries.stig1-1/+1
2008-08-07Remove some obsolete comments related to GTK 1.wmeier1-11/+4
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-8/+8
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-10/+3
2008-04-23Rename "Taps/Statistics" preference group to be simply "Statistics".martinm1-1/+1
2008-04-21Rename prefs_rtp_player files to prefs_taps.martinm1-1/+1
2008-04-21Allow configuration of tap update interval.martinm1-15/+7
2008-04-17Added an option to display hidden protocol items.stig1-7/+12
2008-04-14From Jim Young (bug 2212):sake1-1/+1
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyulfl1-8/+8
2008-04-13sort #includes by directoriesulfl1-21/+22
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)ulfl1-1/+1
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-9/+9
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._datawmeier1-56/+56
2008-04-09Remove:etxrab1-3/+0
2008-04-08remove GTK1 specific font handlingulfl1-1/+1
2008-04-07remove GTK1 codeulfl1-149/+2
2008-03-01Include epan/strutil.h for gtk-1.2 builds.tuexen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:stig1-14/+16
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-13/+13
2008-01-18Move libsmi settings from virtual mibs protocol page to name resolution page.jake1-7/+3
2008-01-17Whitespace cleanup of AIRPCAP code.jake1-59/+59
2008-01-16From Jim Young:jake1-1/+27
2007-11-29hide implementation of module listkukosa1-9/+9
2007-11-28fix the path to include g_ascii_strcasecmp.hsahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-4/+8
2007-11-21Avoid redraw hex dump windows if redissecting.stig1-6/+6
2007-05-16Fix bug #1548: call of "Protocol Preferences" results in GTK error msgsfisher1-5/+7
2007-03-19This change allows a structure to be created under the "Protocols" section of...gal1-27/+65
2007-02-03second iteration:lego1-1/+45
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. Thisgerald1-5/+53