From Andrey Kulikov:
[obnox/wireshark/wip.git] / gtk /
2011-06-23 wmeierWhitespace cleanup ...
2011-06-23 stigCode from Jakub:
2011-06-23 etxrabFix some of the GTK deprecated functions.
2011-06-22 etxrabMake it possible to copy stuff from the welcome header.
2011-06-22 jmayerOops, forgot to revert a variable after a test build
2011-06-21 etxrabAdd the correct casts to make it compile on some old...
2011-06-20 stigOne small step towards fixing outdated GtkTooltips.
2011-06-20 jmayerAdd some statistics
2011-06-20 jmayerMigration to gtk2 has been completed, delete the status...
2011-06-20 jmayerAdd some compiler flags that allow for gtk3 upward...
2011-06-20 jmayerGTK3 fixes:
2011-06-19 etxrabTry to fix bug https://bugs.wireshark.org/bugzilla...
2011-06-19 jmayerUI_MANAGER: #if 0 out add_menu_item as it is not used...
2011-06-19 etxrabMark parameters as unused when MAIN_MENU_USE_UIMANAGER.
2011-06-19 etxrabAdd missing part of menu.c checkin for UI manager code.
2011-06-17 etxrabAdd the correct casts to make it compile on some old...
2011-06-13 etxrabHandle deprecated GtkTooltips.
2011-06-13 etxrabHandle deprecated GtkTooltips.
2011-06-12 tuexencfilter can be NULL. Handle this correctly.
2011-06-10 guyAdd some more error checking.
2011-06-10 etxrabMake capture dialog compile with GTK3+
2011-06-10 etxrabSeemingly this is needed to...
2011-06-10 etxrabAdd casts to make it compile on some old ERHL box.
2011-06-10 wmeierAdd a hack to prevent a gcc warning "ignoring return...
2011-06-09 etxrabAdd casts to make it compile on some old ERHL box.
2011-06-08 martinmThe passed-in filter string can no longer be NULL,...
2011-06-08 tuexenThis fixes https://bugs.wireshark.org/bugzilla/show_bug...
2011-06-08 etxrabTry to fix the Ubuntu buildbot.
2011-06-08 etxrabAssign to a dummy variable to squelch the warning.
2011-06-08 guyDidn't need to introduce that variable.
2011-06-08 guyTry to squelch the warning about not using the return...
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-06-06 stigFrom Roland Knall via bug 5996:
2011-06-06 stigFrom Roland Knall via bug 5995:
2011-06-06 guyAdd support for PARAM_ENUM tap parameters, and use...
2011-06-05 guyClean up indentation - use 4-space indentation uniforml...
2011-06-05 guyRename the tap_dfilter_dlg.[ch] files to reflect that...
2011-06-05 guySome work on generalizing the "display filter" tap...
2011-06-05 darkjamesFix memleaks and sigsegv when coping to clipboard RTP...
2011-06-05 etxrabwrong sort of column “Packets” in “RTP Streams” window.
2011-06-01 geraldShow the plugin paths in Help→About→Plugins. Add a...
2011-06-01 tuexenImprove handling of command line arg errors (for exampl...
2011-05-31 etxrabREmove the check for HAVE_AIRPDCAP
2011-05-31 wmeierFix some gcc 'old-style function definition' warnings.
2011-05-31 tuexenGet rid of has_cfilter to simplify the handling of...
2011-05-31 tuexenDon't limit the snaplen if not reqested.
2011-05-30 stigInclude the profile name in the Edit item in the profil...
2011-05-30 stigChanged "Rename" to "Edit" in profiles popup menu.
2011-05-29 jmayerRev 37446 added export_sslkeys.c
2011-05-29 guyMake a routine not used outside this file static.
2011-05-28 guyMore warning squelching. (Thank you, GLib developers...
2011-05-28 guyGet rid of some warnings on Win64.
2011-05-28 sakeAdd "File -> Export -> SSL Session Keys..." to be able...
2011-05-27 etxrabInclude text_import_scanner.l in the distribution.
2011-05-27 etxrabRemove no longer used files.
2011-05-27 stigAdded some row space to "Create New Profile".
2011-05-27 stigAdded some row space to "Edit Column Details".
2011-05-27 morrissMake TVBs opaque for most users.
2011-05-25 martinmAllow longer field names in the advanced filter control.
2011-05-24 geraldMove the Windows argument list conversion code to a...
2011-05-22 tuexenFix the case where you start with interfaces on the...
2011-05-21 tuexenFix the capturing from the GUI. Honor the iface variable.
2011-05-20 stiggtk_menu_item_set_label() is from gtk 2.16.
2011-05-20 stigInclude the profile name in the Delete item in the...
2011-05-19 tuexenIn case we have no interface information in the array...
2011-05-19 wmeierRemove unneeded variable and code; Rename a function...
2011-05-19 tuexenWhen capturing from multiple interface, indicate this...
2011-05-19 tuexenFix compilation.
2011-05-19 wmeierDon't assign a value to a variable which is then not...
2011-05-19 wmeierDon't assign to an unused variable; remove variable...
2011-05-19 tuexenWhen capturing from multiple interfaces, indicate this...
2011-05-19 jmayerFix warnings about unused variables in UI_MANAGER code.
2011-05-19 jmayerFix two warning in case of UIMANAGER:
2011-05-19 tuexenWhen capturing from multiple interfaces, indicate this...
2011-05-18 tuexenAdd support for multiple interfaces for the -L option.
2011-05-18 rbalintRefer to "Capture Help" as "Capture Help below" when...
2011-05-18 stigRemoved "Copy" from the profiles popup menu in favour...
2011-05-17 guyMake some routines static that aren't used outside...
2011-05-17 guyMore eradication of old-style function definitions.
2011-05-17 guyThis ain't C++; you have to put "void" in as the argume...
2011-05-16 cmaynardA gboolean is a gint; technically, it doesn't fit in...
2011-05-16 etxrabMore GUIManager stuff.
2011-05-15 wmeierMark a function arg as unused.
2011-05-15 wmeierReplace a number if 'if(...){exit(10);}' by _g_asserts;
2011-05-15 wmeierDon't assign to an unused variable;
2011-05-15 wmeierReplace some 'if(...){exit(10);}' by g_asserts;
2011-05-15 stigMark an unused argument.
2011-05-15 wmeierUse correct signature for event callback functions;
2011-05-15 etxrabRemove debug code.
2011-05-15 etxrabSet menu sensitivity.
2011-05-15 etxrabAdd the TCPGraph for UIManager.
2011-05-15 morrissWhitespace cleanup.
2011-05-15 morrissgtk_combo_box_get_active_text() may return NULL and...
2011-05-15 morrissmain_widgets_rearrange(): only pack the airpcap_tb...
2011-05-14 etxrabMove MAIN_MENU_USE_UI_MANAGER outside of if win32.
2011-05-13 stigMore packets_bar_update improvements.
2011-05-13 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-05-13 stigSimplified string handling in packets_bar_update to...
2011-05-13 tuexenGet -L and -d working with multiple interface. Internal...
next