Fix numerous instances of a variable/parameter name "shadowing" a library function...
[metze/wireshark/wip.git] / ui / gtk / main_welcome.c
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-11-29 Gerald Combsselect_ifaces and select_current_ifaces haven't been...
2012-11-19 Anders BromanFrom Mike Garratt:
2012-10-10 Gerald CombsAdd a format_size function similar to g_format_size...
2012-09-29 Evan HuusMore unused variables caught by cppcheck.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-08 Irene RüngelerAdd refresh button, if interfaces are not found.
2012-08-03 Gerald CombsMove capture_globals.h from ui/gtk/ to ui/. Show interf...
2012-08-01 Gerald CombsMove the common parts of iface_lists.[ch] from ui/gtk...
2012-08-01 Gerald CombsMove utf8_entities.h to the "ui" directory. Separate...
2012-07-31 Anders BromanFrom Michael Mann:
2012-07-22 Evan HuusTwo little cleanups from cppcheck:
2012-07-20 Jakub ZawadzkiFix some clang warnings: implicit conversion from enume...
2012-07-09 Anders BromanFrom Evan Huus:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-28 Guy HarrisMove the stuff to manage the global interface list...
2012-06-28 Guy HarrisMake scan_local_interfaces() local to ui/gtk/main.c...
2012-06-28 Guy HarrisDetangle the code that manages the interface list on...
2012-06-28 Guy HarrisFrom Pontus Fuchs:
2012-06-02 Anders BromanFrom Evan Huus Convert a bunch more GTK-2 calls to...
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-04-15 Guy HarrisGet rid of the error code argument to scan_local_interf...
2012-04-02 Michael TüxenFrom Irene Ruengeler: Fix a warning when capturing.
2012-03-27 Jeff MorrissGet things compiling if we HAVE_AIRPCAP.
2012-03-21 Michael TüxenFrom Irene Ruengeler: Restore functinality of last...
2012-03-21 Guy HarrisHandle bogus values of the error that *should* be comin...
2012-03-21 Jeff Morrissactivate_link_cb() is only defined and used if we have...
2012-03-21 Jeff Morrisswelcome_if_tree_load() is static and only called (and...
2012-03-21 Guy HarrisWell, it doesn't recurse with that code there, but...
2012-03-21 Guy HarrisThe chimney stuff is Windows-only (not that we shouldn...
2012-03-21 Guy HarrisRecursion, n. See "recursion".
2012-03-21 Guy Harriswelcome_if_tree_load() is not used outside ui/gtk/main_...
2012-03-21 Guy Harris#ifdef out some variables used only if we have libpcap.
2012-03-20 Guy HarrisJust put both clear_capture_box() and fill_capture_box...
2012-03-20 Anders BromanSee if this fixes the OSX build
2012-03-20 Anders BromanSee if this fixes the OSX build
2012-03-20 Anders Bromanmake it compile on Windows, \main_welcome.c(1024) ...
2012-03-20 Michael TüxenFrom Irene Ruengeler: Make sure we can remove all inter...
2012-02-21 Michael TüxenFrom Irene Ruengeler:
2012-01-25 Jeff Morriss'error' is only used when we HAVE_LIBPCAP so only defin...
2012-01-25 Michael TüxenThird try. This time pipes and stdin are supported...
2012-01-24 Michael TüxenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 Michael TüxenSecond try. This time pipes and stdin are supported.
2012-01-18 Guy HarrisRestructure the recent file code so that recent.c is...
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-15 Jörg MayerMore .. -> ../.. changes after gtk/ move
2012-01-15 Jörg MayerMove gtk to ui/gtk.