aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/new_packet_list.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-27Small fix in changing column title.Stig Bjørlykke1-1/+2
2009-11-27Prefix tooltip with protocol name.Stig Bjørlykke1-1/+6
2009-11-27Added a descriptive tooltip to the packet list column headers.Stig Bjørlykke1-2/+17
2009-11-26Cleanup object keys.Stig Bjørlykke1-9/+9
2009-11-26Save preferences when adding and removing columns in the main window.Stig Bjørlykke1-0/+5
2009-11-26Added a popup menu in the packet list heading to set sort order and someStig Bjørlykke1-2/+148
2009-11-26Corrected include guard in packet_list_store.hStig Bjørlykke1-7/+1
2009-11-24packet_list_get_widest_column_string() can return NULL, so check for this.Stig Bjørlykke1-6/+3
2009-11-19Implement new_packet_list_recreate(). This should be reimplemented toStig Bjørlykke1-0/+20
2009-11-10From Stig:Anders Broman1-5/+2
2009-11-09In new_packet_list_select_cb() remove the check if the packet is reselected a...Anders Broman1-3/+7