aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/new_packet_list.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris1-1/+1
2010-10-09Prefix window title with "Wireshark".Stig Bjørlykke1-1/+1
2010-10-09Added "Edit Column Details" functions to the packet list heading popup.Stig Bjørlykke1-22/+160
2010-10-08Show custom column occurrence in the packet list heading tooltips.Stig Bjørlykke1-1/+5
2010-10-02Ensure we always show the selected frame when changing sort order.Stig Bjørlykke1-0/+25
2010-09-23Store "Show Resolved" setting for custom columns.Stig Bjørlykke1-1/+5
2010-09-23Do not set custom occurrence in recent file, this is used for column width.Stig Bjørlykke1-1/+1
2010-09-23Disable sorting while capturing.Stig Bjørlykke1-0/+3
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-1/+1
2010-09-09Remove what appear to be two redundant lines of code (AFAIKT).Bill Meier1-6/+6
2010-08-29Doxygen changes.Anders Broman1-1/+1
2010-08-23(Trivial) Whitespace cleanup.Bill Meier1-56/+56
2010-08-23new_packet_list_column_button_pressed_cb(): return gboolean (not void): it's ...Bill Meier1-6/+4
2010-08-18From Cal Turney:Anders Broman1-7/+5
2010-08-16From Cal Turney:Anders Broman1-59/+119
2010-07-05Revert COL_DSCP_VALUE back to value set in packet-ip.c.Stig Bjørlykke1-0/+2
2010-07-01Recreate the packet list on DND columns.Stig Bjørlykke1-0/+41
2010-07-01Fetch filter and copy summary from correct column after DND columns.Stig Bjørlykke1-5/+16
2010-07-01Remove some double GTK_TREE_VIEW casts.Stig Bjørlykke1-3/+3
2010-06-26Cleanup some whitespace.Stig Bjørlykke1-14/+20
2010-06-25Enable "Show Resolved" for custom OID columns.Stig Bjørlykke1-6/+9
2010-06-25Introduce "Show Resolved" as an option in custom columns. This will determineStig Bjørlykke1-2/+43
2010-06-20Added "Hide Column" functionality.Stig Bjørlykke1-0/+50
2010-05-26Have new_packet_list_queue_draw() redraw the packet detail as well. CallGerald Combs1-1/+12
2010-02-01Try to get the status bar to update the "Displayed:" field when if and when a...Anders Broman1-1/+5
2010-02-01- Back out the change to restore the selection after freeze/thaw.Anders Broman1-17/+4
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-4/+4
2010-01-26Cleanup the escape/unescape underscore in Packet List column headers.Stig Bjørlykke1-10/+13
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis1-0/+1
2010-01-25Change the prefix of the underscore escaping/unescapingGerasimos Dimitriadis1-2/+2
2010-01-24Handle underscore escaping/unescaping of the column titlesGerasimos Dimitriadis1-4/+8
2010-01-11Use get_column_custom_field() to get unknown custom column field.Stig Bjørlykke1-1/+1
2010-01-11Fixed the tooltip for unknown custom column field.Stig Bjørlykke1-2/+1
2010-01-11From Jim Young:Anders Broman1-6/+12
2009-12-22Only mark/ignore displayed frames when doing mark/ignore all packetsSake Blok1-2/+4
2009-12-21Add "Ignore all packets", just like "Mark all packets"Sake Blok1-2/+13
2009-12-20Set new column minimum width and resize column when changing column titleStig Bjørlykke1-0/+5
2009-12-17Added "Ignore Packet" menu items to the main menu.Stig Bjørlykke1-2/+13
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke1-2/+31
2009-12-09Cleanup some column alignment code.Stig Bjørlykke1-15/+6
2009-12-08When freezing/thawing selection gets lost.Anders Broman1-1/+17
2009-12-03- Use the gtk_tree_view_column_set_min_width() method alsoAnders Broman1-13/+15
2009-12-02Set tooltips on the column button.Stig Bjørlykke1-11/+6
2009-12-02Indicate default column alignment in the popup menu.Stig Bjørlykke1-5/+17
2009-12-01Save column alignment in the recent file.Stig Bjørlykke1-9/+53
2009-12-01Added three states for sorting: ascending, descending and no sortingStig Bjørlykke1-2/+9
2009-11-30Move the heading context menu to secondary-button and preserveStig Bjørlykke1-5/+27
2009-11-30Function rename:Stig Bjørlykke1-1/+1
2009-11-28Build for GTK older than 2.18.Stig Bjørlykke1-0/+4
2009-11-27Added function to align columns.Stig Bjørlykke1-0/+24