aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-18From Jakub Zawadzki use gtk_box_pack_start isof gtk_container_add fixes https...Anders Broman1-6/+3
2012-07-18Get rid of the problems described in bug7377Jörg Mayer1-0/+4
2012-07-11e_addr_resolve has a new member.Anders Broman1-1/+1
2012-07-08First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss1-1/+1
2012-07-06Fix logic typo, it should fix bug #7434Jakub Zawadzki1-2/+2
2012-07-06- e_addr_resolve is structure so pass it by pointer.Jakub Zawadzki1-2/+2
2012-07-06From Michael Mann:Anders Broman1-8/+9
2012-06-30Fix bug #7425: Per-packet right-click network or MAC name resolution not workingJakub Zawadzki1-6/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-28Move if_list_comparator_alph() to iface_lists.c; it's used in severalGuy Harris1-1/+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-28<wsutil/file_util.h> is needed by ui/gtk/iface_lists.c on Linux as itGuy Harris1-2/+0
2012-06-28Move the stuff to manage the global interface list and to updateGuy Harris1-468/+5
2012-06-28From Pontus Fuchs:Guy Harris1-0/+6
2012-06-28Make scan_local_interfaces() local to ui/gtk/main.c; widgets/windowsGuy Harris1-422/+421
2012-06-28Detangle the code that manages the interface list on the welcome screen:Guy Harris1-16/+41
2012-06-28No pcap, no interfaces, no interface lists to refresh.Guy Harris1-0/+2
2012-06-28From Pontus Fuchs:Guy Harris1-0/+23
2012-06-25From Michael Mann:Anders Broman1-4/+0
2012-06-24Pontus Fuchs (via bug 6973):Jörg Mayer1-4/+4
2012-06-19capture_dlg.h:Jörg Mayer1-1/+1
2012-06-19Revert:Anders Broman1-8/+8
2012-06-19Revert:Anders Broman1-8/+8
2012-06-19airpcap_tb -> wireless_tbAnders Broman1-8/+8
2012-06-19Start to have an generic wireless toolbar. Sligtly modified patch from Anders Broman1-3/+1
2012-06-17Move some code to manipulate the toolbar and capture interface dialogGuy Harris1-12/+47
2012-06-16Oops, main_packet_panes.h no longer exists.Guy Harris1-1/+0
2012-06-16There's not much of note in ui/gtk/main_packet_panes.c; just do thoseGuy Harris1-4/+13
2012-06-16Rename clear_tree_and_hex_views() to main_clear_tree_and_hex_views(), asGuy Harris1-1/+1
2012-06-16Move some routines that specifically handle the main window's packetGuy Harris1-1/+2
2012-06-16ui/gtk/main_proto_draw.c isn't just used for the main window, it's alsoGuy Harris1-1/+1
2012-06-14In effect, disable closing the main window while a capture is beingGuy Harris1-0/+17
2012-06-14Disable some menu items and toolbar items while we're waiting for aGuy Harris1-0/+7
2012-06-13Update a comment to reflect new-packet-list reality.Guy Harris1-2/+3
2012-06-05If we do a Save or Save As with a move, don't reread the capture file,Guy Harris1-0/+30
2012-06-05Distinguish between "failed" and "user stopped it" for "save as" andGuy Harris1-0/+15
2012-06-04Use the modal version of the bad display filter alert box in the I/OGuy Harris1-2/+2
2012-06-04Use the modal version of the bad display filter alert box.Guy Harris1-2/+2
2012-06-04Make the "Export Selected Packets As..." code path more like the "SaveGuy Harris1-2/+0
2012-06-04Add some more routines to main.c that handle updates to "auto scroll inGuy Harris1-1/+30
2012-06-04Have a main_update_for_unsaved_changes() routine that, if changes areGuy Harris1-10/+21
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-1/+4
2012-06-03Move routines that handle the main window title bar out ofGuy Harris1-8/+9
2012-06-02From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ eq...Anders Broman1-5/+5
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris1-51/+7
2012-05-22"Save As" always saves everything and, when the save is done, makes theGuy Harris1-2/+3
2012-05-22The GUI's state machine requires that, when reloading a capture after aGuy Harris1-11/+8
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-5/+9
2012-05-04From Evan Huus: - Make sure that unsupported link-layer types *always* have a...Anders Broman1-1/+2