Move capture_globals.h from ui/gtk/ to ui/. Show interface activity
[metze/wireshark/wip.git] / ui / gtk / main.c
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-07-24 Anders BromanAnalyze->Apply as Filter and Analyze->Prepare a Filter...
2012-07-18 Anders BromanFrom Jakub Zawadzki use gtk_box_pack_start isof gtk_con...
2012-07-18 Jörg MayerGet rid of the problems described in bug7377
2012-07-11 Anders Bromane_addr_resolve has a new member.
2012-07-08 Jeff MorrissFirst phase of fixing https://bugs.wireshark.org/bugzil...
2012-07-06 Jakub ZawadzkiFix logic typo, it should fix bug #7434
2012-07-06 Jakub Zawadzki- e_addr_resolve is structure so pass it by pointer.
2012-07-06 Anders BromanFrom Michael Mann:
2012-06-30 Jakub ZawadzkiFix bug #7425: Per-packet right-click network or MAC...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-28 Guy HarrisMove if_list_comparator_alph() to iface_lists.c; it...
2012-06-28 Guy HarrisNo pcap, no interfaces to monitor.
2012-06-28 Guy Harris<wsutil/file_util.h> is needed on Windows.
2012-06-28 Guy Harris<wsutil/file_util.h> is needed by ui/gtk/iface_lists...
2012-06-28 Guy HarrisMove the stuff to manage the global interface list...
2012-06-28 Guy HarrisFrom Pontus Fuchs:
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 HarrisNo pcap, no interfaces, no interface lists to refresh.
2012-06-28 Guy HarrisFrom Pontus Fuchs:
2012-06-25 Anders BromanFrom Michael Mann:
2012-06-24 Jörg MayerPontus Fuchs (via bug 6973):
2012-06-19 Jörg Mayercapture_dlg.h:
2012-06-19 Anders BromanRevert:
2012-06-19 Anders BromanRevert:
2012-06-19 Anders Bromanairpcap_tb -> wireless_tb
2012-06-19 Anders BromanStart to have an generic wireless toolbar. Sligtly...
2012-06-17 Guy HarrisMove some code to manipulate the toolbar and capture...
2012-06-16 Guy HarrisOops, main_packet_panes.h no longer exists.
2012-06-16 Guy HarrisThere's not much of note in ui/gtk/main_packet_panes...
2012-06-16 Guy HarrisRename clear_tree_and_hex_views() to main_clear_tree_an...
2012-06-16 Guy HarrisMove some routines that specifically handle the main...
2012-06-16 Guy Harrisui/gtk/main_proto_draw.c isn't just used for the main...
2012-06-14 Guy HarrisIn effect, disable closing the main window while a...
2012-06-14 Guy HarrisDisable some menu items and toolbar items while we...
2012-06-13 Guy HarrisUpdate a comment to reflect new-packet-list reality.
2012-06-05 Guy HarrisIf we do a Save or Save As with a move, don't reread...
2012-06-05 Guy HarrisDistinguish between "failed" and "user stopped it"...
2012-06-04 Guy HarrisUse the modal version of the bad display filter alert...
2012-06-04 Guy HarrisUse the modal version of the bad display filter alert...
2012-06-04 Guy HarrisMake the "Export Selected Packets As..." code path...
2012-06-04 Guy HarrisAdd some more routines to main.c that handle updates...
2012-06-04 Guy HarrisHave a main_update_for_unsaved_changes() routine that...
2012-06-03 Guy Harrisg_filename_display_basename() returns a g_mallocated...
2012-06-03 Guy HarrisMove routines that handle the main window title bar...
2012-06-02 Anders BromanFrom Evan Huus Convert a bunch more GTK-2 calls to...
2012-05-25 Guy HarrisUse GTK+'s GtkMessageDialog for the questions we ask...
2012-05-22 Guy Harris"Save As" always saves everything and, when the save...
2012-05-22 Guy HarrisThe GUI's state machine requires that, when reloading...
2012-05-20 Guy HarrisChange the "user_saved" member of a capture_file struct...
2012-05-04 Anders BromanFrom Evan Huus: - Make sure that unsupported link-layer...
2012-04-23 ruengelerFix bug #7178 reported by aparan
2012-04-20 Anders BromanFrom Martin Kaiser: menus, main window title, icons...
2012-04-15 Guy HarrisGet rid of the error code argument to scan_local_interf...
2012-04-14 Guy HarrisFrom Evan Huus: free if_string when we're done with...
2012-04-14 Anders BromanFrom Evan Huus: Memory leak in scan_local_interfaces...
2012-03-21 Guy HarrisMake the comment I added, saying what scan_local_interf...
2012-03-21 Guy Harrisscan_local_interfaces() isn't in capture_opts.c; don...
2012-03-21 Guy HarrisFix 4-space tabs.
2012-03-13 Guy HarrisAdd an explicit capture_cb_capture_failed indication...
2012-03-13 Guy HarrisSystemConfiguration framework, not IOKit?
2012-03-13 Guy HarrisSuggest a better way of getting the interface type...
2012-03-13 Guy HarrisClosing a capture file has nothing to do with the list...
2012-03-11 Guy HarrisDon't close the currently loaded capture file in captur...
2012-03-11 Guy Harriscapture_opts_add_opt() does just fine at adding an...
2012-02-24 Michael TüxenFrom Irene Ruengeler: Whitespace changes.
2012-02-21 Michael TüxenFrom Irene Ruengeler:
2012-02-17 Jörg Mayerinclude "../util.h" -> include "ui/util.h"
2012-02-12 Guy HarrisCapitalize the "P" in "Packet" in "Add or Edit Packet...
2012-02-12 Anders BromanGet the comment and put it in the textview.
2012-02-07 Martin MathiesonInitialise a variable to avoid warning.
2012-02-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-01-25 Michael TüxenTry to make the buildbots happy.
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üxen(Try to) make the buildbot happy.
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.