Add relevant docbook tags in the source.
[obnox/wireshark/wip.git] / gtk /
2010-12-29 sfisherFix Windows build, which complained about possible...
2010-12-28 sfisherImplement first part of request in bug #5527 - allow...
2010-12-28 martinmAdd support for showing errors matching substrings...
2010-12-28 martinmAdd a tooltip.
2010-12-27 sfisherClarify some comments
2010-12-27 sfisherThe RTP Player shows the number of seconds since the...
2010-12-22 jakeFix for bug 5513:
2010-12-22 sakeFix marking functionality (bug 5279)
2010-12-21 jakeSet default graph file format to more appropriate Porta...
2010-12-21 jakeFrom Marc Giertzsch:
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-15 jakeFrom k barnard:
2010-12-09 rbalintAlways provide wslua_plugin_list, even if we don't...
2010-12-07 morrissChange includes for getenv_utf8()
2010-12-07 sakeChange the accelerator keys for "goto previous/next...
2010-12-06 sfisherRevert r35132 so that a better fix can be implemented...
2010-12-06 sfisherRemove unnecessary #include "../isprint.h"
2010-12-06 sfisherChange isprint() calls in follow_stream.c (shared code...
2010-12-06 wmeierFix various typos and spelling errors.
2010-12-03 sfisherAfter applying GUI preferences, reset the welcome scree...
2010-12-03 sfisherDon't include epan/emem.h twice.
2010-12-03 sfisherChange the Wireshark stock icon description from "Auto...
2010-11-30 morrissConvert the .c file names to .obj before putting them...
2010-11-30 morrissMove the port audio source into a separate variable...
2010-11-30 morrissOh yeah, there's a reason we don't put targets in Makef...
2010-11-29 sakeFix "colorize with filter" functionality that got broke...
2010-11-29 morrissMove the checkapi targes to Makefile.common. Rename...
2010-11-29 morrissRemove DIRTY_GENERATED_C_FILES from WIRESHARK_GTK_SRC...
2010-11-29 morrissRemove file_dlg_win32.c and print_win32.c from the...
2010-11-29 morrissAdd DIRTY_GENERATED_C_FILES to GENERATED_FILES (so...
2010-11-29 martinmAllow DCT error strings containing given subsets to...
2010-11-28 jmayeru3.c has moved.
2010-11-28 guyPartially clean up white space.
2010-11-28 guyClean up white space.
2010-11-28 sfisherMove u3 code to top-level directory since it's not...
2010-11-28 guyDon't report an error twice.
2010-11-28 guyAdd GCC-style printf annotation to the routines that...
2010-11-28 guyClean up white space.
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-26 sfisherFix the rest of the include paths after the move of...
2010-11-26 sfisherMove native Win32 code to its own directory and out...
2010-11-25 etxrabUpdate comments to point to the previous commit to...
2010-11-25 etxrabRemove threading of tap update.
2010-11-25 jakeCreate proper Help reference.
2010-11-24 jakeTry to fix dummy header settings alignment.
2010-11-22 wmeierRemove print_update_dynamic() decl from file_dlg_win32...
2010-11-21 etxrabFrom Jakub Zawadzki via Alexander Koeppe.
2010-11-20 sakeRepair copy (summary and as filter) functionality in...
2010-11-19 etxrabRemove comments used when editing.
2010-11-18 etxrab[UImanager]Add missing GO to frame, and copy paste...
2010-11-17 cmaynardQuote all fields when exporting to CSV. Fixes bug...
2010-11-16 morrissSplit libui into libui and libui_dirty. The latter...
2010-11-16 etxrabTry to clean up the makefile a bit.
2010-11-16 jakeAccomodate older flex versions.
2010-11-16 jmayerAnother unused function with MAIN_MENU_USE_UIMANAGER
2010-11-15 jmayercmake stuff:
2010-11-13 etxrabTry to fix the build for text_import_scanner.
2010-11-13 etxrabTry to fix the build for text_import_scanner.
2010-11-13 martinmAdd newline at end of file.
2010-11-13 etxrabTry to fix the build for text_import_scanner,
2010-11-13 jakeGet the build going again from the source distribution...
2010-11-12 jakeAdd text import capability, like text2pcap, directly...
2010-11-12 martinmFix a column typo, and give them different menu acceler...
2010-11-09 tuexenBugfix from Irene Ruengeler to improve the TSN plot...
2010-11-09 stigAdded check for valid finfo->ds_tvb in packet_hex_print...
2010-11-08 wmeierUse value_string_ext fcns to access certain value_strin...
2010-11-08 cmaynardMake maxlen a gsize instead of a guint.
2010-11-08 cmaynardAllow objects to be saved that otherwise couldn't be...
2010-11-08 etxrabUse value_string_ext for RTP payload types.
2010-11-06 etxrabFrom Alexander Koeppe:
2010-11-05 wmeierUse value_string_ext fcns to access certain value_strin...
2010-11-05 stigCorrected an if-statement in field_select_row_cb()...
2010-11-05 etxrabFrom Alexander Koeppe:
2010-11-04 stigSupport empty column titles.
2010-11-04 jakeFrom Alexis La Goutte:
2010-11-03 wmeierUse value_string_ext fcns to access certain value_strin...
2010-11-03 cmaynardUse g_utf16_toutf8() instead of utf_16to8() to avoid...
2010-11-02 etxrab(GTKUImanger)
2010-11-01 stigUse more descriptive names for capture filter and displ...
2010-10-30 stigAdded a icon for "Edit Column Details".
2010-10-30 stigRedissect packets instead of reload file on UAT changes.
2010-10-29 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-10-29 guyMake the third argument to a UAT copy callback a size_t...
2010-10-29 stigAdded a cast from size_t to unsigned int.
2010-10-29 wmeierUse value_string_ext fcns to access certain value_strin...
2010-10-29 stigAdded a Copy button in UAT dialogs.
2010-10-27 stigCalculate correct io->start_time.
2010-10-24 etxrab#if 0 "Work in progress" code
2010-10-24 etxrabFix "More unused warnings in new menu code" based on...
2010-10-21 stigFixed "Compiled with" information in the About box.
2010-10-19 martinmFix problem with creating filter expressions (where...
2010-10-18 etxrab(GUIManager) Make opening a recent file work from the...
2010-10-18 etxrab(GTKUImanger)
2010-10-14 wmeierRework "extended value strings":
2010-10-14 guyMake variables used only in file_dlg_win32.c static.
2010-10-14 guyMake routines unused outside file_dlg_win32.c static.
2010-10-13 etxrabFrom Jörg Mayer:
2010-10-13 etxrab(GTKUImanger)
2010-10-13 etxrab(GTKUImanger)
next