aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_welcome.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-02-25Add GResource message to configure scriptJoão Valverde1-3/+3
2016-01-01No, you don't have to allocate colors.Guy Harris1-20/+0
2015-11-12[GTK] Replace deprecated gdk_pixbuf_new_from_inline()João Valverde1-4/+12
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-08-26Add missing callback support.Gerald Combs1-0/+4
2015-07-02Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman1-1/+1
2015-05-06Fix some --without-pcap build problems.Guy Harris1-0/+4
2015-04-06Show a list of interfaces on the welcome screen when capturing.Guy Harris1-6/+27
2015-04-05Pop the welcome screen message when we close a file.Guy Harris1-1/+8
2015-04-05Give the welcome screen its own set of callbacks.Guy Harris1-0/+115
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-20/+4
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-2/+0
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-2/+2
2014-07-23Clean up indentation (consistent 4-space indentation).Guy Harris1-18/+18
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-8/+8
2014-07-20Get rid of #if 0'ed out includes of capture-pcap-util.h.Guy Harris1-3/+0
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-0/+2
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+1
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-3/+3
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1
2013-11-26Note why refresh_local_interface_lists() is being called in variousGuy Harris1-0/+3
2013-11-15From Dirk Jagdmann: Make sure err_str is initialized.Gerald Combs1-1/+1
2013-10-11Fix some formatting.Jeff Morriss1-11/+17
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-2/+3
2013-05-22Make a routine not used outside this file static.Guy Harris1-5/+6
2013-04-12Ifdef LibPcapIrene Rüngeler1-0/+2
2013-04-12The function takes no arguments...Michael Tüxen1-1/+1
2013-04-12Change the sensitivity of the start button depending on the number of interfa...Irene Rüngeler1-0/+11
2013-04-11Don't select the 'any' device (in Linux), when 'capture all' is selected.Irene Rüngeler1-1/+9
2013-04-09The default interface should now be selected also on Windows.Irene Rüngeler1-5/+0
2013-04-08Set the default interface as selected.Irene Rüngeler1-0/+5
2013-03-27Add the new splash image. Designed by Elliott Aldrich. Switch the splashGerald Combs1-3/+2
2013-03-21From beroset:Bill Meier1-20/+20
2013-03-13Add interface options preferences.Irene Rüngeler1-2/+1
2013-03-04Fir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewport() ==> gtk_containe...Bill Meier1-4/+10
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