Fix the wireless settings button for AirPCap devices in the
[obnox/wireshark/wip.git] / gtk / new_packet_list.c
2011-08-27 stigRemoved unused argument to new_packet_list_copy_summary...
2011-08-18 etxrabMore GTK 3.0 changes.
2011-08-17 etxrabUse gtk_widget_override_font() in GTK 3.0 ( Untested...
2011-08-05 jmayerReplace the deprecated call to gtk_tree_view_column_get...
2011-07-27 etxrabgtk_tree_view_column_get_button ()
2011-07-24 etxrabReplace deprecated functions.
2011-07-21 jmayerCreate a file containing macros to provide the access...
2011-07-19 jmayerBack out parts of 38112, as pointed out by Stig Bj...
2011-07-19 jmayerFix access to the following stuctures:
2011-07-12 etxrabFix more tooltips.
2011-07-11 geraldMore GLIB_CHECK_VERSION, GTK_CHECK_VERSION, and related...
2011-05-27 stigAdded some row space to "Edit Column Details".
2011-05-17 guyMake some routines static that aren't used outside...
2011-05-17 guyThis ain't C++; you have to put "void" in as the argume...
2011-05-03 guyTShark doesn't need column text attached to each frame...
2011-04-27 guyCreate a new frame_data_sequence data type; it represen...
2011-04-25 guyStore the frame_data structures in a tree, rather than...
2011-04-25 guyMake the packet count an unsigned value, as frame numbe...
2011-04-24 darkjamesInitial support for editing packets inside wireshark.
2011-04-24 guynew_packet_list_find_row_from_data() is always used...
2011-04-13 sfisherChange ws_strdup_escape_underscore() function to be...
2011-03-25 sfisherFix Coverity 331, 332, 333: Wrap the three remaining
2011-03-12 wmeierFix bug #5189: Wireshark crashes when cancelling a...
2011-03-08 sakeRemoval of the old packet-list in favor of the new...
2011-02-11 sfisherRemove #ifndef GSEAL_ENABLE hack to work-around the...
2011-02-08 sfisherMore -DGSEAL_ENABLE cleanup (hopefully without breaking...
2011-01-31 etxrabTry to fix previous commit.
2011-01-31 stigAdded filter autocomplete to "Edit Column Details".
2010-12-22 sakeFix marking functionality (bug 5279)
2010-11-27 guyMove main_statusbar.h to the top-level directory; none...
2010-10-09 stigPrefix window title with "Wireshark".
2010-10-09 stigAdded "Edit Column Details" functions to the packet...
2010-10-08 stigShow custom column occurrence in the packet list headin...
2010-10-02 stigEnsure we always show the selected frame when changing...
2010-09-23 stigStore "Show Resolved" setting for custom columns.
2010-09-23 stigDo not set custom occurrence in recent file, this is...
2010-09-23 stigDisable sorting while capturing.
2010-09-22 sakeWhen using a custom column, make it possible to select...
2010-09-09 wmeierRemove what appear to be two redundant lines of code...
2010-08-29 etxrabDoxygen changes.
2010-08-23 wmeier(Trivial) Whitespace cleanup.
2010-08-23 wmeiernew_packet_list_column_button_pressed_cb(): return...
2010-08-18 etxrabFrom Cal Turney:
2010-08-16 etxrabFrom Cal Turney:
2010-07-05 stigRevert COL_DSCP_VALUE back to value set in packet-ip.c.
2010-07-01 stigRecreate the packet list on DND columns.
2010-07-01 stigFetch filter and copy summary from correct column after...
2010-07-01 stigRemove some double GTK_TREE_VIEW casts.
2010-06-26 stigCleanup some whitespace.
2010-06-25 stigEnable "Show Resolved" for custom OID columns.
2010-06-25 stigIntroduce "Show Resolved" as an option in custom column...
2010-06-20 stigAdded "Hide Column" functionality.
2010-05-26 geraldHave new_packet_list_queue_draw() redraw the packet...
2010-02-01 etxrabTry to get the status bar to update the "Displayed...
2010-02-01 etxrab- Back out the change to restore the selection after...
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2010-01-26 stigCleanup the escape/unescape underscore in Packet List...
2010-01-26 dimegMove underscore escaping/unscaping function to strutil.c;
2010-01-25 dimegChange the prefix of the underscore escaping/unescaping
2010-01-24 dimegHandle underscore escaping/unescaping of the column...
2010-01-11 stigUse get_column_custom_field() to get unknown custom...
2010-01-11 stigFixed the tooltip for unknown custom column field.
2010-01-11 etxrabFrom Jim Young:
2009-12-22 sakeOnly mark/ignore displayed frames when doing mark/ignor...
2009-12-21 sakeAdd "Ignore all packets", just like "Mark all packets"
2009-12-20 stigSet new column minimum width and resize column when...
2009-12-17 stigAdded "Ignore Packet" menu items to the main menu.
2009-12-17 stigIntroduce "Ignore Packet" in the packet list.
2009-12-09 stigCleanup some column alignment code.
2009-12-08 etxrabWhen freezing/thawing selection gets lost.
2009-12-03 etxrab- Use the gtk_tree_view_column_set_min_width() method...
2009-12-02 stigSet tooltips on the column button.
2009-12-02 stigIndicate default column alignment in the popup menu.
2009-12-01 stigSave column alignment in the recent file.
2009-12-01 stigAdded three states for sorting: ascending, descending...
2009-11-30 stigMove the heading context menu to secondary-button and...
2009-11-30 stigFunction rename:
2009-11-28 stigBuild for GTK older than 2.18.
2009-11-27 stigAdded function to align columns.
2009-11-27 stigSmall fix in changing column title.
2009-11-27 stigPrefix tooltip with protocol name.
2009-11-27 stigAdded a descriptive tooltip to the packet list column...
2009-11-26 stigCleanup object keys.
2009-11-26 stigSave preferences when adding and removing columns in...
2009-11-26 stigAdded a popup menu in the packet list heading to set...
2009-11-26 stigCorrected include guard in packet_list_store.h
2009-11-24 stigpacket_list_get_widest_column_string() can return NULL...
2009-11-19 stigImplement new_packet_list_recreate(). This should...
2009-11-10 etxrabFrom Stig:
2009-11-09 etxrabIn new_packet_list_select_cb() remove the check if...
2009-10-28 stigCheck if selected packet is already selected before...
2009-10-12 stigUse prefs.col_list when writing recent entries for...
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 etxrab- Add new_packet_list_set_sel_browse()
2009-09-21 sfisherMinor white space cleanup.
2009-09-21 krjStore 'color_filter' as const in 'frame_data'
2009-09-21 krjRename capture_file.plist to capture_file.plist_start...
2009-09-21 etxrabAdd a more verbose error printout.
next