aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/new_packet_list.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-28Check if selected packet is already selected before doing any updates.Stig Bjørlykke1-6/+10
2009-10-12Use prefs.col_list when writing recent entries for new packet list.Stig Bjørlykke1-5/+7
2009-09-22Fix: jyoung SVN #30065; Sort order at start of new capture.Anders Broman1-0/+6
2009-09-22- new_packet_list_resize_column() if we get an empty string fromAnders Broman1-5/+6
2009-09-22Select the first packet when doing a live capture. In the old packet list thi...Anders Broman1-0/+1
2009-09-22- Add new_packet_list_set_sel_browse()Anders Broman1-10/+50
2009-09-21Minor white space cleanup.Stephen Fisher1-2/+1
2009-09-21Store 'color_filter' as const in 'frame_data'Kovarththanan Rajaratnam1-1/+1
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam1-4/+4
2009-09-21Add a more verbose error printout.Anders Broman1-20/+36
2009-09-20Try to fix(take II):Anders Broman1-1/+1
2009-09-20From Jim Young via bug 4033:Kovarththanan Rajaratnam1-0/+10
2009-09-20Add myself and Kovarththanan Rajaratnam as co authors.Anders Broman1-0/+1
2009-09-20Use G_STRLOCKovarththanan Rajaratnam1-0/+2
2009-09-20Try to fix:Anders Broman1-1/+1
2009-09-19Add support for opening separate packet window when you double-click onGuy Harris1-9/+16
2009-09-18Set focus to packet list when a row is selected.Anders Broman1-0/+1
2009-09-17Remove a cast.Gerald Combs1-1/+1
2009-09-11svn path=/trunk/; revision=29868Gerald Combs1-13/+0
2009-09-11Reduce the spacing between new packet list items from 2 pixels to 1. IfGerald Combs1-0/+14
2009-09-09Allocate col_text and col_text_len when the fdata struct is allocated.Anders Broman1-2/+0
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam1-2/+2
2009-09-07Rename new_packet_list_set_time_width() -> new_packet_list_resize_column() be...Kovarththanan Rajaratnam1-28/+19
2009-09-07Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iterKovarththanan Rajaratnam1-1/+1
2009-09-07Add progress bar while constructing columns (which is time consuming)Kovarththanan Rajaratnam1-63/+8
2009-09-07Auto resize non frame_data based columnsKovarththanan Rajaratnam1-2/+4
2009-09-07Add initial implementation of new_packet_list_resize_columns() which just set...Kovarththanan Rajaratnam1-1/+77
2009-09-07col_fmt not needed.Anders Broman1-1/+1
2009-09-07Automatically adjust the time column width when time format changes.Anders Broman1-0/+14
2009-09-06Make sure that we can enable/disable color filtering.Kovarththanan Rajaratnam1-32/+32
2009-09-05Move new_packet_list_dissect() to packet_list_store.c. We need to have it the...Kovarththanan Rajaratnam1-43/+1
2009-09-05Inline cache_columns()Kovarththanan Rajaratnam1-21/+19
2009-09-05Remove dead code. We dont construct columns while reading the file. We do tha...Kovarththanan Rajaratnam1-32/+11
2009-09-05Fetch old column width values if we have not initialized the packet list,Stig Bjørlykke1-2/+7
2009-09-05Get rid of row_data_tKovarththanan Rajaratnam1-5/+1
2009-09-05Sort out some of the confusion r29706 introduced (visible vs. physical rows)....Kovarththanan Rajaratnam1-12/+33
2009-09-05Get rid off GtkTreeModelFilter because the time to sort becomes unbearable wh...Kovarththanan Rajaratnam1-32/+12
2009-09-04Rename new_packet_list_reset_dissected to packet_list_reset_dissectedKovarththanan Rajaratnam1-23/+23
2009-09-03Only store the last column as G_TYPE_POINTER. Hopefully this will soon make u...Kovarththanan Rajaratnam1-1/+2
2009-09-03Add packet_list_visible_record() to avoid poking PacketListRecord in new_pack...Kovarththanan Rajaratnam1-13/+2
2009-09-03Allocate and use an extra column at the end of the column list to indicate th...Kovarththanan Rajaratnam1-5/+4
2009-09-03Make sure that we stop auto scroll if we start scrolling manually. Kovarththanan Rajaratnam1-1/+22
2009-09-03Adjusted int/uint check and fixed a comment in right justify check.Stig Bjørlykke1-3/+2
2009-09-03Right justify "Packet length", "Cumulative bytes" and custom columnsStig Bjørlykke1-1/+36
2009-09-03Right align COL_NUMBER.Anders Broman1-5/+10
2009-09-03Don't set the minimum column width to the computed or stored value,Anders Broman1-1/+9
2009-09-02Only try and select the last row if not already selected. This fix doesn't se...Kovarththanan Rajaratnam1-8/+12
2009-09-02Mark unused parameter as such.Michael Tüxen1-1/+1
2009-09-02Trying to fix:Anders Broman1-0/+2
2009-09-02Adding new color rules should work now.Anders Broman1-0/+5