aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/airpcap_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-07Get rid of an GTK warning about illegal cast.Anders Broman1-4/+2
svn path=/trunk/; revision=45961
2012-11-04Use GtkGrid if GTK version is >= 3.2Anders Broman1-25/+63
svn path=/trunk/; revision=45910
2012-11-04Fix a typoAnders Broman1-1/+1
svn path=/trunk/; revision=45902
2012-11-04Use GtkGrid if GTK version is >= 3.2Anders Broman1-2/+37
svn path=/trunk/; revision=45901
2012-11-04Add the row with the tags firstAnders Broman1-25/+25
svn path=/trunk/; revision=45899
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-09-01Remove a bunch of unused variables.Evan Huus1-18/+6
Protect a pointer dereference by moving it so it's guarded by the existing null check. Issues caught by cppcheck. svn path=/trunk/; revision=44733
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-44/+0
svn path=/trunk/; revision=44186
2012-07-09From Evan Huus:Anders Broman1-8/+0
Grab-bag of unused variables. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7452 svn path=/trunk/; revision=43616
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-02From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ ↵Anders Broman1-18/+18
equivalent svn path=/trunk/; revision=43009
2012-04-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+0
svn path=/trunk/; revision=42090
2012-03-30As pointed out by Alexis: remove a bunch of set-but-unused variables.Jeff Morriss1-76/+3
svn path=/trunk/; revision=41839
2012-03-28Fix compilation.Michael Tüxen1-1/+1
svn path=/trunk/; revision=41815
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+2911
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518