aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_welcome.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-1/+1
2012-12-05Make it more obvious that we're locking and unlocking.Gerald Combs1-2/+1
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-4/+4
2012-11-29select_ifaces and select_current_ifaces haven't been used since r40715.Gerald Combs1-50/+6
2012-11-19From Mike Garratt:Anders Broman1-14/+47
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs1-12/+6
2012-09-29More unused variables caught by cppcheck.Evan Huus1-8/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-08Add refresh button, if interfaces are not found.Irene Rüngeler1-1/+27
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-1/+3
2012-08-01Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave theGerald Combs1-2/+2
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+1
2012-07-31From Michael Mann:Anders Broman1-1/+2
2012-07-22Two little cleanups from cppcheck:Evan Huus1-3/+1
2012-07-20Fix some clang warnings: implicit conversion from enumeration type 'GtkStateT...Jakub Zawadzki1-9/+9
2012-07-09From Evan Huus:Anders Broman1-1/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-28Move the stuff to manage the global interface list and to updateGuy Harris1-0/+1
2012-06-28Make scan_local_interfaces() local to ui/gtk/main.c; widgets/windowsGuy Harris1-4/+1
2012-06-28Detangle the code that manages the interface list on the welcome screen:Guy Harris1-51/+40
2012-06-28From Pontus Fuchs:Guy Harris1-2/+2
2012-06-02From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ eq...Anders Broman1-12/+12
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-3/+0
2012-04-15Get rid of the error code argument to scan_local_interfaces(); nobodyGuy Harris1-10/+10
2012-04-02From Irene Ruengeler: Fix a warning when capturing.Michael Tüxen1-1/+2
2012-03-27Get things compiling if we HAVE_AIRPCAP.Jeff Morriss1-3/+0
2012-03-21From Irene Ruengeler: Restore functinality of last patch.Michael Tüxen1-1/+2
2012-03-21Handle bogus values of the error that *should* be coming fromGuy Harris1-32/+41
2012-03-21activate_link_cb() is only defined and used if we have GTK 2.18 or higher; on...Jeff Morriss1-0/+2
2012-03-21welcome_if_tree_load() is static and only called (and prototyped) if we HAVE_...Jeff Morriss1-5/+5
2012-03-21Well, it doesn't recurse with that code there, but it doesn't fill inGuy Harris1-2/+0
2012-03-21The chimney stuff is Windows-only (not that we shouldn't offer theGuy Harris1-1/+4
2012-03-21Recursion, n. See "recursion".Guy Harris1-0/+2
2012-03-21welcome_if_tree_load() is not used outside ui/gtk/main_welcome.c; makeGuy Harris1-1/+2
2012-03-21#ifdef out some variables used only if we have libpcap.Guy Harris1-0/+2
2012-03-20Just put both clear_capture_box() and fill_capture_box() under oneGuy Harris1-2/+1
2012-03-20See if this fixes the OSX buildAnders Broman1-1/+2
2012-03-20See if this fixes the OSX buildAnders Broman1-2/+0
2012-03-20make it compile on Windows, \main_welcome.c(1024) : warning C4700: uninitiali...Anders Broman1-3/+7
2012-03-20From Irene Ruengeler: Make sure we can remove all interfaces and canMichael Tüxen1-174/+237
2012-02-21From Irene Ruengeler:Michael Tüxen1-0/+32
2012-01-25'error' is only used when we HAVE_LIBPCAP so only define it when that is the ...Jeff Morriss1-2/+4
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-294/+142
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-142/+294
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-294/+142
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+3
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1469