aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Move if_list_comparator_alph() to iface_lists.c; it's used in severalGuy Harris6-21/+23
2012-06-28If we don't have AirPcap, don't bother with the IF_AIRPCAP case; if weGuy Harris1-0/+2
2012-06-28get_interface_type() contains no GUI code, so just move it up toGuy Harris1-124/+0
2012-06-28capture_get_if_icon() is no longer platform-dependent; theGuy Harris1-8/+0
2012-06-28No pcap, no interfaces to monitor.Guy Harris1-0/+4
2012-06-28<wsutil/file_util.h> is needed on Windows.Guy Harris1-0/+2
2012-06-28Make more routines static.Guy Harris2-6/+4
2012-06-28Make some routines static to ui/gtk/capture_dlg.c; they're not usedGuy Harris2-24/+29
2012-06-28<wsutil/file_util.h> is needed by ui/gtk/iface_lists.c on Linux as itGuy Harris2-2/+2
2012-06-28Get rid of a couple of tabs.Guy Harris1-2/+2
2012-06-28Move the stuff to manage the global interface list and to updateGuy Harris11-500/+582
2012-06-28No pcap, no interfaces to monitor.Guy Harris2-0/+7
2012-06-28From Pontus Fuchs:Guy Harris5-0/+136
2012-06-28Update some refresh_interfaces_cb() calls appropriately.Guy Harris1-4/+8
2012-06-28Comment/#ifdef out a currently-unused variable.Guy Harris1-1/+3
2012-06-28Make scan_local_interfaces() local to ui/gtk/main.c; widgets/windowsGuy Harris3-437/+425
2012-06-28Detangle the code that manages the interface list on the welcome screen:Guy Harris8-132/+132
2012-06-28No pcap, no interfaces, no interface lists to refresh.Guy Harris2-0/+4
2012-06-28From Pontus Fuchs:Guy Harris7-94/+180
2012-06-27Rename the GArray of interfaces "if_array", to indicate what it reallyGuy Harris1-23/+24
2012-06-27Commit file which should have been part of SVN #43506Bill Meier1-6/+36
2012-06-27Fix for "predefined values sometimes missing in Display Filter Expression win...Bill Meier1-2/+4
2012-06-27From Jakub Zawadzki: Fix "typeahead search broken in Display Filter Expressio...Bill Meier1-38/+4
2012-06-26Have the toolbar "Save" button just be a "Save" button, working the sameGuy Harris1-60/+12
2012-06-25Don't let the user set the frequency or channel when we don't HAVE_PCAP;Jeff Morriss1-0/+10
2012-06-25Revert 43481: linking dftest against libui was not the problem.Jeff Morriss1-0/+39
2012-06-25Get rid of a couple of unused variables and parameters.Jeff Morriss1-3/+2
2012-06-25From Michael Mann:Anders Broman6-81/+90
2012-06-25From Tony Trinh:Anders Broman3-10/+10
2012-06-25Move get_args_as_string from ui/util.c into wsutil (maybe not to the bestJeff Morriss1-39/+0
2012-06-25Only allow "Save" ifGuy Harris2-10/+37
2012-06-25In the "Save As" dialog box, default to compressed if the file isGuy Harris1-6/+16
2012-06-24Fix up some white space (get rid of 4-space tabs.Jeff Morriss1-112/+112
2012-06-24Pontus Fuchs (via bug 6973):Jörg Mayer1-4/+4
2012-06-23In the Windows capture file "Save As" dialog code, do the same sort ofGuy Harris3-61/+257
2012-06-22Change #if USE_WIN32_FILE_DIALOGS to #ifdefJakub Zawadzki1-1/+1
2012-06-21We now need <epan/filesystem.h> regardless of whether we're being builtGuy Harris1-2/+0
2012-06-21Move a bunch of common code in the file chooser dialog loops into aGuy Harris3-122/+179
2012-06-21The symbolic names for column indices are unused outside ofGuy Harris2-18/+21
2012-06-21ws80211_init() only returned ENOTSUP back when it could be a stub when weJeff Morriss1-4/+2
2012-06-21Try to use the gtk-compat macros correctly.Jeff Morriss1-2/+1
2012-06-21GtkComboBoxText is only available in 2.24 and later; use GtkComboBox instead.Jeff Morriss1-1/+1
2012-06-20Copy over Makefile.common changes to CMakeListsJörg Mayer1-0/+1
2012-06-20Makefile.common:Jörg Mayer1-1/+1
2012-06-20Comment back in the body of tb80211_do_set_channel to avoid warnings aboutJörg Mayer1-3/+0
2012-06-20#if 0 out code to make it build in it's current stateAnders Broman1-2/+3
2012-06-20Add the toolbar of bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973Anders Broman3-0/+458
2012-06-20Clean up white space (no tabs).Guy Harris1-34/+34
2012-06-20Handle the case where the user has added comments to a file that's notGuy Harris1-33/+226
2012-06-20MAke it compile by adding discard_comments = FALSEAnders Broman1-1/+1