Change the use of threads from "mostly always, depending on your
[obnox/wireshark/wip.git] / gtk / main.c
2011-11-07 geraldChange the use of threads from "mostly always, dependin...
2011-10-20 tuexenBack out infrastructure change. We missed supporting
2011-10-20 tuexen(Try to) fix compilation.
2011-10-20 tuexenUse a global list containing all interfaces and only...
2011-10-11 guyNo libpcap, no capturing, no capture filters, no captur...
2011-10-10 geraldCheck our capture filter syntax in a separate thread.
2011-10-05 etxrabMichael Mann:
2011-10-05 etxrabFrom Sake Blok and Michael Mann:
2011-09-22 stigAdd an option -d to specify display filter from the...
2011-09-08 stigFrom Edwin Groothuis via bug 6207:
2011-09-05 stigFrom Kurnia Hendrawan via bug 2931:
2011-08-29 geraldReplace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as...
2011-08-17 etxrabMore GTK 3.0 changes:
2011-08-14 tuexenTake the interface description into account when lookin...
2011-08-13 guyMake the description of -I match the description in...
2011-08-13 tuexenAdd description of -I option in -h output.
2011-08-12 jmayerIn gtk3, gtk_set_locale is gone without replacement or
2011-08-12 jmayerReplace almost all occurances of GTK_OBJECT by G_OBJECT.
2011-08-09 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-08-08 etxrabInclude Cairo and Pango version in "compiled with"
2011-08-01 stigAnother fix for building with MSVC2005.
2011-07-25 guyFix typo, get rid of #if no longer necessary with the...
2011-07-25 guygtk_widget_get_visible() is only available in GTK+...
2011-07-24 etxrabReplace deprecated functions.
2011-07-21 jmayerCreate a file containing macros to provide the access...
2011-07-21 tuexenMake sure that the interfaces listed in ifaces really...
2011-07-18 tuexenMake sure that the Capture/Start menue item will always...
2011-07-16 tuexenUse correct plausability check.
2011-07-16 tuexenDon't allow capturing from multiple interface when...
2011-07-14 geraldOn Windows enable threads everywhere instead of just...
2011-07-09 rbalintShow a hint to read wiki.wireshark.org/CaptureSetup...
2011-07-08 tuexenIf no interface is specified on the command line, use...
2011-07-06 tuexenAdd support for multiple interface to the main welcome...
2011-07-04 etxrabFrom Michael Mann:
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-06-24 cmaynardMake Wireshark portable to all locales by calling setlo...
2011-06-20 jmayerGTK3 fixes:
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-01 tuexenImprove handling of command line arg errors (for exampl...
2011-05-31 etxrabREmove the check for HAVE_AIRPDCAP
2011-05-31 tuexenGet rid of has_cfilter to simplify the handling of...
2011-05-24 geraldMove the Windows argument list conversion code to a...
2011-05-21 tuexenFix the capturing from the GUI. Honor the iface variable.
2011-05-19 tuexenWhen capturing from multiple interfaces, indicate this...
2011-05-18 tuexenAdd support for multiple interfaces for the -L option.
2011-05-15 morrissmain_widgets_rearrange(): only pack the airpcap_tb...
2011-05-13 tuexenGet -L and -d working with multiple interface. Internal...
2011-04-23 stigCheck if changing to another profile in change_configur...
2011-04-04 cmaynardMore console tweaks. But how to prevent prompt from...
2011-04-04 geraldMore console tweaks.
2011-04-04 geraldOnly call destroy_console() when we create a console...
2011-04-04 geraldOn Windows, try to use an existing console for our...
2011-03-30 cmaynardWrap all text lines of help at column 80.
2011-03-28 cmaynardMove -D option into "pre-scan" group as there's no...
2011-03-23 stigRemoved "comparing an array to null", with no effect.
2011-03-08 sakeRemoval of the old packet-list in favor of the new...
2011-02-26 stigAdded functionality for handling global profiles.
2011-02-07 sfisherAnd even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 prepa...
2011-02-01 etxrabReplace a couple of deprecated functions # ifdef:ed...
2011-01-31 etxrabFrom Cal Turney:
2011-01-19 sfisherFrom Cal Turney via enhancement bug #5587: In hex or...
2011-01-06 geraldOn Windows, convert all of our command-line arguments...
2010-12-03 sfisherDon't include epan/emem.h twice.
2010-11-29 sakeFix "colorize with filter" functionality that got broke...
2010-11-28 sfisherMove u3 code to top-level directory since it's not...
2010-11-28 guyAdd GCC-style printf annotation to the routines that...
2010-11-27 guyMake some other statusbar routines take a format string...
2010-11-27 guyMove main_statusbar.h to the top-level directory; none...
2010-11-25 etxrabUpdate comments to point to the previous commit to...
2010-11-25 etxrabRemove threading of tap update.
2010-10-21 stigFixed "Compiled with" information in the About box.
2010-10-12 wmeierDefine some fcns & vars as static;
2010-10-12 wmeierRename g_resolv_flags --> gbl_resolv_flags; Also: clean...
2010-10-11 stigDon't add a border around the main window, this looks...
2010-09-26 stigAllow creating a filter from a multi occurrence field...
2010-09-25 sakeFix the output of columns with "show resolved" disabled...
2010-09-22 sakeWhen using a custom column, make it possible to select...
2010-09-16 geraldTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-09-07 sfisherThese two capture option variables are defined by captu...
2010-08-31 stigEnsure we always update the display filter when changin...
2010-08-30 stigAlways update the display filter when changing a displa...
2010-08-27 geraldForward-port r33953.
2010-08-25 geraldAdd ws_load_library and ws_module_open, which respectiv...
2010-08-24 geraldPartial fix for bug 5133. On Windows, call SetDllDirect...
2010-08-20 morrissFrom Turney Cal as a followup to rev 33841 and bug...
2010-08-18 morrissmain_cf_cb_file_read_finished(): use get_dirname()...
2010-08-16 etxrabFrom Cal Turney:
2010-08-13 geraldConvert our argument list to UTF-8 at startup on Window...
2010-08-13 guyInstead of using a Boolean for the search direction...
2010-08-10 stigFrom Cal Turney via bug 5038:
2010-08-10 stigFixed warning: format not a string literal and no forma...
2010-08-10 etxrabUse g_snprintf isf strncpy.
2010-08-10 etxrabFrom Cal Turney:
2010-08-08 guyYou can't free a string constant.
2010-08-08 guyDon't set the icon name:
2010-08-07 etxrabFrom Cal Turney:
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2010-07-28 guyBacking out r33631 for now - it has a number of issues.
next