aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-26Corrected include guard in packet_list_store.hstig1-3/+3
2009-10-08Use a "String pool" in the new packet list to reduce memory usage.etxrab1-0/+2
2009-09-07Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iterkrj1-1/+1
2009-09-07Track how many const strings we're storing. This is guarded by NEW_PACKET_LIS...krj1-0/+10
2009-09-07Auto resize non frame_data based columnskrj1-0/+2
2009-09-06Fix target of assignment not really an lvalue errorkrj1-2/+2
2009-09-06Make sure that we can enable/disable color filtering.krj1-9/+11
2009-09-05Dissect-on-the-fly when we have columns that are empty, i.e. columns containi...krj1-0/+4
2009-09-05Move new_packet_list_dissect() to packet_list_store.c. We need to have it the...krj1-0/+1
2009-09-05Get rid of row_data_tkrj1-5/+1
2009-09-05Make sure that we can resort with an active display filterkrj1-1/+1
2009-09-05Get rid off GtkTreeModelFilter because the time to sort becomes unbearable wh...krj1-9/+14
2009-09-04Rename new_packet_list_reset_dissected to packet_list_reset_dissectedkrj1-1/+1
2009-09-03Add packet_list_visible_record() to avoid poking PacketListRecord in new_pack...krj1-0/+1
2009-09-03Allocate and use an extra column at the end of the column list to indicate th...krj1-1/+2
2009-09-02Adding new color rules should work now.etxrab1-1/+1
2009-09-01We no longer store the column text in our record, so don't ever dereference t...krj1-1/+0
2009-08-21Use col_text in frame data.etxrab1-1/+0
2009-08-16Switch over to using GPtrArray instead of manually g_renew'ing. This switch h...krj1-3/+6
2009-08-10From Kovarththanan Rajaratnam:etxrab1-2/+2
2009-07-26From Kovarththanan Rajaratnam:etxrab1-1/+0
2009-07-26From Kovarththanan Rajaratnam:etxrab1-0/+1
2009-07-12Some small fixes from Jakub Zawadzki joined with my effortsetxrab1-2/+4
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listsfisher1-0/+94