Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave the
[metze/wireshark/wip.git] / ui / gtk / capture_dlg.c
2012-08-01 Gerald CombsMove the common parts of iface_lists.[ch] from ui/gtk...
2012-07-22 Martin Kaiserinitialize required interface_t components of a newly...
2012-07-22 Jakub ZawadzkiFix some memory leaks of returned string from gtk_combo...
2012-07-19 Anders BromanShoul be gtk_box_pack_start(GTK_BOX (vbox), message_typ...
2012-07-19 Anders Bromangtk_container_add() -> gtk_box_pack_start().
2012-07-10 Anders BromanChange the button order in all places.
2012-07-09 Anders BromanFrom Michael Mann:
2012-07-09 Anders BromanFrom Michael Mann:
2012-07-06 Anders BromanFrom Michael Mann:
2012-06-30 Guy HarrisSeparate the code for each column in the interface...
2012-06-29 Guy HarrisClarify *which* capture dialogs are handled by capture_...
2012-06-29 Jeff MorrissClean up capture option tooltip spacing and remove...
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 HarrisMake more routines static.
2012-06-28 Guy HarrisMake some routines static to ui/gtk/capture_dlg.c;...
2012-06-28 Guy HarrisMove the stuff to manage the global interface list...
2012-06-28 Guy HarrisUpdate some refresh_interfaces_cb() calls appropriately.
2012-06-28 Guy HarrisComment/#ifdef out a currently-unused variable.
2012-06-28 Guy HarrisDetangle the code that manages the interface list on...
2012-06-28 Guy HarrisFrom Pontus Fuchs:
2012-06-21 Guy HarrisThe symbolic names for column indices are unused outside of
2012-06-19 Anders BromanRevert:
2012-06-04 Guy HarrisAdd some more routines to main.c that handle updates...
2012-06-03 Anders BromanGet rid of mor hbox:es
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-20 Guy HarrisChange the "user_saved" member of a capture_file struct...
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-05-04 Anders BromanFrom Evan Huus: - Make sure that unsupported link-layer...
2012-04-15 Guy HarrisGet rid of the error code argument to scan_local_interf...
2012-04-14 Guy HarrisFrom Even Huus: free a strduped string. Fixes bug...
2012-04-14 Guy HarrisIf we don't even *have* a filter combo box, there's...
2012-04-02 Michael TüxenFrom Irene Ruengeler: Fix a warning when capturing.
2012-03-21 Michael TüxenFrom Irene Ruengeler: Restore functinality of last...
2012-03-20 Michael TüxenFrom Irene Ruengeler: Make sure we can remove all inter...
2012-03-11 Guy HarrisDon't close the currently loaded capture file in captur...
2012-03-11 Stig BjørlykkeFree name string only when used.
2012-03-06 Anders BromanFrom Martin Kaiser: capture dialogue: unitialized point...
2012-03-01 Michael TüxenFix CID 1373.
2012-02-29 Anders BromanUse GTK_COMBO_BOX_TEXT, compile failed when using GTK...
2012-02-27 Chris MaynardRe-apply r40728 and fix Coverity CID 1371 UNINIT again.
2012-02-21 Michael TüxenFix compilation (hopefully).
2012-02-21 Michael TüxenFrom Irene Ruengeler:
2012-02-17 Michael TüxenFix tooltips (There is a hidden column).
2012-02-13 Anders BromanFrom Sean Bright:
2012-01-26 Chris MaynardFix Coverity CID 1371: UNINIT.
2012-01-25 Bill MeierFix error when building QtShark:
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 HarrisAnother change for the recent changes (in both senses...
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 MayerMove gtk to ui/gtk.