Fix missing comment
[obnox/wireshark/wip.git] / gtk /
2009-11-11 geraldCheck for vmnet interfaces everywhere, not just Windows...
2009-11-10 etxrabFrom Stig:
2009-11-10 geraldMove the contents of image/expert_*.h to gtk/expert_ind...
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-11-10 stigRemoved some dead code. The sm_resolv, sp_resolv and...
2009-11-10 stigYet another fix in dlg_destroy().
2009-11-10 stigFixed a bug in dlg_destroy() to destroy all widgets.
2009-11-09 geraldInstead of trying to change the background color of...
2009-11-09 etxrabIn new_packet_list_select_cb() remove the check if...
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-11-06 geraldAdd some null pointer checks. This is a blind attempt...
2009-11-05 geraldDraw little wireless icons for AirPcap adapters.
2009-11-05 geraldMake each level color and the light gradient color...
2009-11-05 stigSimplified printing of bits in packet bytes view.
2009-11-05 stigFrom Bahaa Naamneh via bug 4207:
2009-11-05 stigRestore text_end_1 vs. text_start_2 handling.
2009-11-05 stigIntroduce packet bytes bit view.
2009-11-05 stigSelect the previous byte in the packet bytes hex view...
2009-11-04 geraldAdd a convenience routine to convert pixbuf data genera...
2009-11-04 geraldGet rid of a few more simple dialogs.
2009-11-04 geraldAdd the ability to push temporary (and highlighted...
2009-10-29 stigFrom Eric Sesterhenn via bug 4175:
2009-10-28 stigCheck if selected packet is already selected before...
2009-10-27 etxrabGet rid of deprecated GTK functions.
2009-10-27 stigUse correct default value in tick interval combo box.
2009-10-27 stigRemoved an unneeded cast.
2009-10-27 etxrabFrom Jakub Zawadzki:
2009-10-24 stigFrom Jakub Zawadzki via bug 3764:
2009-10-23 stigLoad lua scripts in the plugins directory, both global...
2009-10-22 jakeFrom Lars Ruoff:
2009-10-18 etxrabUse gtk_combo_box in GTK v 2.4
2009-10-16 etxrabMore gtk_option_menu -> gtk_combo_box
2009-10-16 stigAdded revision 30561 with changes to make it work.
2009-10-15 jmayereverted
2009-10-15 etxrabgtk_option_menu -> gtk_combo_box
2009-10-12 etxrabOption_menu -> combo_box
2009-10-12 stigRemove unused code.
2009-10-12 stigAvoid using uninitialized values.
2009-10-12 stigUse prefs.col_list when writing recent entries for...
2009-10-10 guyThe q931_info argument to q931_calls_packet() is used...
2009-10-09 krjStart using register_tap_files() macro
2009-10-09 etxrabRemove code guarded by #ifdef USE_CONVERSATION_GRAPH
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-08 etxrabUse a "String pool" in the new packet list to reduce...
2009-10-08 etxrabFrom Didier Gautheron:
2009-10-07 etxrabFrom : Didier Gautheron
2009-10-07 etxrabFrom Jim Young:
2009-10-06 stigInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-10-06 krjRemove superfluous cast
2009-10-06 krjUse G_SEARCHPATH_SEPARATOR_S
2009-10-06 krjMake splash_destroy() return a gboolean
2009-10-06 krjGuard icon_list_create()
2009-10-06 stigMark some functions static.
2009-10-06 stigRemoved unused variable thdr.
2009-10-06 stigRemoved unused sortable.
2009-10-06 etxrabFrom : Didier Gautheron
2009-10-05 stigReturn from sctp_stat_on_select_row() if nothing selected.
2009-10-05 etxrabFrom Didier Gautheron:
2009-10-05 etxrabPrepare to change GtkItemFactory to GtkUIManager.
2009-10-05 etxrabMake Wireshark compile on Windows.
2009-10-05 stigPrototype follow_add_to_gtk_text().
2009-10-05 stigPrototype reset_tap_update_timer() in main.h
2009-10-04 etxrabUse gtk_image_new_from_pixmap().
2009-10-04 etxrabRemove #if 0'ed code.
2009-10-04 etxrabFrom GTK docs:
2009-10-04 etxrabGet rid of deprecated symblol gtk_widget_draw().
2009-10-04 krjFix create_list() prototype
2009-10-04 krjAdd HAVE_AIRPDCAP guard
2009-10-04 krjmake-tapreg-dotc has moved to tools/make-tapreg-dotc
2009-10-04 krjmake-tapreg-dotc has moved to tools/make-tapreg-dotc
2009-10-01 stigReturn from dfilter_expr_dlg_accept_cb() if nothing...
2009-10-01 stigAdded check for valid pointers (to avoid warnings).
2009-10-01 etxrabFrom : Didier Gautheron
2009-09-30 stigCorrected prototype for create_list().
2009-09-29 stigRewrite some local variable names to avoid function...
2009-09-29 stigRenamed some local GtkWidget's to avoid variable shadowing.
2009-09-29 stigMade colorize_filter_te_as_deprecated() static.
2009-09-29 stigRemove alloc of unused variables in sctp_analyse_cb().
2009-09-28 etxrabTrying to fix the bug found by Bill Meier:
2009-09-28 stigMove cfselect_cb to avoid variable shadowing.
2009-09-28 stigOnly include config.h in C files.
2009-09-28 stigRemove config.h to avoid multiple inclusions in C files.
2009-09-27 stigFix a possible dereference of null pointer.
2009-09-25 etxrabFrom Speck Michael:
2009-09-25 etxrabFooled by an #ifdef
2009-09-25 etxrabRemove forgotten C++ style comments.
2009-09-25 etxrabMake the filter toolbar style a preference.
2009-09-24 etxrabGet rid of some deprecated functions.
2009-09-24 etxrabUpdate *.vcproj to visual studio 8
2009-09-24 etxraboption menu -> combo box.
2009-09-23 stigSmall indent fix.
2009-09-23 etxrabChange option menu to combo box.
2009-09-23 etxrabFix the debug code somewhat, we do not have a clist...
2009-09-22 etxrabFix: jyoung SVN #30065; Sort order at start of new...
2009-09-22 etxrab- new_packet_list_resize_column() if we get an empty...
2009-09-22 etxrabSelect the first packet when doing a live capture....
2009-09-22 krjRename init_cap_file() to cap_file_init()
2009-09-22 etxrab- Add new_packet_list_set_sel_browse()
next