aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_list_store.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+3
2012-09-23Glib type checking might be cheap, but there's no need to do it twice.Jakub Zawadzki1-12/+17
2012-09-23Speedup loading capture files by about 20%-30% (wireshark only)Jakub Zawadzki1-2/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-7/+7
2012-09-03When inserting row there's no need to call packet_list_get_iter.Jakub Zawadzki1-23/+13
2012-08-14Use frame_data_compare() to compare frame numbers.Jakub Zawadzki1-5/+5
2012-07-26Make columnized and colorized bit field.Jakub Zawadzki1-5/+5
2012-07-26Add checks if stamp values matches. Remove packet_list_visible_recordJakub Zawadzki1-31/+25
2012-07-26physical_pos is now used only for checks, ifdef it in PACKET_PARANOID_CHECKS ...Jakub Zawadzki1-0/+12
2012-07-26Exploit short-circuit evaluation, so first check variable, later call functionJakub Zawadzki1-2/+2
2012-07-26Move checks outside loopJakub Zawadzki1-5/+5
2012-07-26Pass record to packet_list_change_record() not physical_pos Jakub Zawadzki1-10/+3
2012-07-25Allocate col_text & col_text_len only for columns not based on frame_dataJakub Zawadzki1-45/+58
2012-07-25Remove packet_list->column_typesJakub Zawadzki1-45/+33
2012-07-25Make PacketListRecord structure private.Jakub Zawadzki1-18/+33
2012-07-25Fix bug #7347: "Resize All Columns" fails in Time ColumnJakub Zawadzki1-80/+15
2012-07-19Need old-gtk-compat.h for gtk_widget_get_window() in older versions ofGuy Harris1-0/+2
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-1/+2
2012-06-18Fix r43338 once again :(Jakub Zawadzki1-11/+10
2012-06-18Fix r43338Jakub Zawadzki1-10/+11
2012-06-18Change record->col_text_len type to unsigned short.Jakub Zawadzki1-2/+10
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-3/+3
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1347