aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-05Don't copy constant column strings. This reduces memory foot print because CO...Kovarththanan Rajaratnam1-1/+20
2009-09-05Dissect-on-the-fly when we have columns that are empty, i.e. columns containi...Kovarththanan Rajaratnam1-15/+59
2009-09-05Move new_packet_list_dissect() to packet_list_store.c. We need to have it the...Kovarththanan Rajaratnam1-0/+53
2009-09-05Restore original condition in packet_list_iter_n_children()Kovarththanan Rajaratnam1-2/+1
2009-09-05Get rid of row_data_tKovarththanan Rajaratnam1-2/+2
2009-09-05Make sure that we can resort with an active display filterKovarththanan Rajaratnam1-4/+10
2009-09-05Bail out gracefully on colums we cant sort on yet instead of crashingKovarththanan Rajaratnam1-0/+5
2009-09-05Make it build without warnings.Stig Bjørlykke1-2/+2
2009-09-05Get rid off GtkTreeModelFilter because the time to sort becomes unbearable wh...Kovarththanan Rajaratnam1-74/+160
2009-09-04Rename new_packet_list_reset_dissected to packet_list_reset_dissectedKovarththanan Rajaratnam1-1/+1
2009-09-03Only store the last column as G_TYPE_POINTER. Hopefully this will soon make u...Kovarththanan Rajaratnam1-8/+11
2009-09-03Add packet_list_visible_record() to avoid poking PacketListRecord in new_pack...Kovarththanan Rajaratnam1-0/+18
2009-09-03Allocate and use an extra column at the end of the column list to indicate th...Kovarththanan Rajaratnam1-4/+7
2009-09-02Adding new color rules should work now.Anders Broman1-0/+12
2009-09-01Plug memleak in new_packet_list_store_clear(). Make sure that we free the poi...Kovarththanan Rajaratnam1-29/+29
2009-08-21Use col_text in frame data.Anders Broman1-10/+9
2009-08-17Prepare to store column data from pinfo.Anders Broman1-14/+2
2009-08-16Switch over to using GPtrArray instead of manually g_renew'ing. This switch h...Kovarththanan Rajaratnam1-33/+27
2009-08-15Micro optimize by storing PACKET_LIST(tree_model) into a local variable and u...Kovarththanan Rajaratnam1-8/+8
2009-08-13Get the pointer to the packet list record and use the data directly.Anders Broman1-1/+3
2009-08-10From Kovarththanan Rajaratnam:Anders Broman1-0/+18
2009-07-29From Kovarththanan Rajaratnam:Anders Broman1-10/+22
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-12/+2
2009-07-26From Kovarththanan Rajaratnam:Anders Broman1-23/+28
2009-07-26From Kovarththanan Rajaratnam:Anders Broman1-0/+26
2009-07-25Update my e-mail address with a reference to the AUTHORS fileStephen Fisher1-1/+1
2009-07-24From Kovarththanan Rajaratnam:Anders Broman1-0/+3
2009-07-22From Jakub Zawadzki:Anders Broman1-0/+8
2009-07-22From Jakub Zawadzki:Anders Broman1-5/+11
2009-07-17make it possible to retreive the record with packet_list_get_value().Anders Broman1-2/+18
2009-07-14Fix the sort routine.Anders Broman1-12/+14
2009-07-12Column index now corresponds to the column in the tree view.Anders Broman1-12/+3
2009-07-12Add a forgotten piece of code...Anders Broman1-0/+2
2009-07-12Some small fixes from Jakub Zawadzki joined with my effortsAnders Broman1-3/+26
2009-07-02This time with the comment...Anders Broman1-2/+4
2009-07-02Don't resort the list for every row, the list will be in packet order any way...Anders Broman1-1/+1
2009-07-01Make the new packet list compile on Windows.Anders Broman1-1/+2
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-0/+674