aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1834/+0
2011-09-21Whitespace cleanup:Bill Meier1-19/+19
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-08From Edwin Groothuis via bug 6207:Stig Bjørlykke1-0/+11
2011-08-18Update the AirPcap code in prefs_dlg.c to match the changes made toGerald Combs1-23/+27
2011-08-18Temporary fix to get Windows build going again: undefine GTK_DISABLE_DEPRECAT...Stephen Fisher1-1/+5
2011-08-10Update a comment about hack used to prevent gcc "unused_result" warning for s...Bill Meier1-2/+2
2011-07-24Replace deprecated functions.Anders Broman1-3/+3
2011-07-13Fix more tooltips fixes.Anders Broman1-48/+22
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+2
2011-06-10Add a hack to prevent a gcc warning "ignoring return value of 'strtoul'..."Bill Meier1-2/+15
2011-06-08Assign to a dummy variable to squelch the warning.Anders Broman1-1/+2
2011-06-08Didn't need to introduce that variable.Guy Harris1-1/+0
2011-06-08Try to squelch the warning about not using the return value of strtoul()Guy Harris1-2/+4
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-8/+7
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-12/+0
2011-02-08More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3.0...Stephen Fisher1-3/+3
2010-10-12Define some vars & fcns as static;Bill Meier1-4/+4
2010-08-23(Minor) Cleanup signal callbak signatures and related:Bill Meier1-3/+3
2010-04-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3387 (crashJeff Morriss1-0/+12
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-14/+14
2009-12-02Fixed opening correct preferences page.Stig Bjørlykke1-2/+8
2009-11-26Added an option to open the Preferences directly in the Layout or Columns page.Stig Bjørlykke1-7/+22
2009-09-23Change option menu to combo box.Anders Broman1-25/+17
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