aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-13() -> (void)Jörg Mayer1-2/+2
2009-05-13Initialize some uninitialized variables.Stig Bjørlykke1-3/+3
2009-05-05prefs_dlg: Cancel always reverts to "Last Saved" [Part 1]Bill Meier1-0/+57
2009-05-04From Didier Gautheron (bug 3126):Stig Bjørlykke1-4/+4
2009-05-04prefs_column: Rework & cleanup Column Preferences dialog codeBill Meier1-0/+1
2009-05-03prefs_dlg: Fix an inadvertant character deletion in last commit;Bill Meier1-1/+1
2009-05-03prefs_dlg: use consistent indentationBill Meier1-299/+312
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-2/+2
2009-04-11prefs_dlg: gtk_label_get() --> gtk_label_get_text()Bill Meier1-2/+2
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-3/+3
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+2
2008-11-29Removed an unused argument to prefs_tree_page_add().Stig Bjørlykke1-12/+10
2008-11-28Save preferences when selected from menu, unless having enabled the save button.Stig Bjørlykke1-1/+1
2008-10-20Use invisible event boxes so the preferences looks good when using themes.Stig Bjørlykke1-0/+3
2008-10-19Add filter autocomplete for more places we use filter entries.Stig Bjørlykke1-1/+1
2008-08-07Remove some obsolete comments related to GTK 1.Bill Meier1-11/+4
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-8/+8
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-10/+3
2008-04-23Rename "Taps/Statistics" preference group to be simply "Statistics".Martin Mathieson1-1/+1
2008-04-21Rename prefs_rtp_player files to prefs_taps.Martin Mathieson1-1/+1
2008-04-21Allow configuration of tap update interval.Martin Mathieson1-15/+7
2008-04-17Added an option to display hidden protocol items.Stig Bjørlykke1-7/+12
2008-04-14From Jim Young (bug 2212):Sake Blok1-1/+1
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyUlf Lamping1-8/+8
2008-04-13sort #includes by directoriesUlf Lamping1-21/+22
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-9/+9
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-56/+56
2008-04-09Remove:Anders Broman1-3/+0
2008-04-08remove GTK1 specific font handlingUlf Lamping1-1/+1
2008-04-07remove GTK1 codeUlf Lamping1-149/+2
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-14/+16
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-13/+13
2008-01-18Move libsmi settings from virtual mibs protocol page to name resolution page.Jaap Keuter1-7/+3
2008-01-17Whitespace cleanup of AIRPCAP code.Jaap Keuter1-59/+59
2008-01-16From Jim Young:Jaap Keuter1-1/+27
2007-11-29hide implementation of module listTomas Kukosa1-9/+9
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-4/+8
2007-11-21Avoid redraw hex dump windows if redissecting.Stig Bjørlykke1-6/+6
2007-05-16Fix bug #1548: call of "Protocol Preferences" results in GTK error msgStephen Fisher1-5/+7
2007-03-19This change allows a structure to be created under the "Protocols" section of...Graeme Lunt1-27/+65
2007-02-03second iteration:Luis Ontanon1-1/+45
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. ThisGerald Combs1-5/+53
2006-11-17Fix buildJaap Keuter1-0/+2
2006-11-17code cleanupUlf Lamping1-3/+0
2006-11-16Fix for bug 948, "Apply capture preferences not applying." Now when the userStephen Fisher1-0/+9
2006-10-20AirPcap fixes from Giorgio Tino:Gerald Combs1-0/+71