summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-09-22- Add new_packet_list_set_sel_browse()Anders Broman3-11/+65
2009-09-22Constify colour sourceKovarththanan Rajaratnam2-16/+12
2009-09-21Minor white space cleanup.Stephen Fisher1-2/+1
2009-09-21Constify (missed in r30051)Kovarththanan Rajaratnam1-1/+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 Rajaratnam2-7/+7
2009-09-21cf_change_time_formats() is not needed with new packet list.Anders Broman2-3/+8
2009-09-21Add a more verbose error printout.Anders Broman1-20/+36
2009-09-21CMake:Jörg Mayer1-6/+6
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 Broman2-0/+2
2009-09-20Add NEW_PACKET_LIST guardKovarththanan Rajaratnam1-4/+7
2009-09-20Fix for:Anders Broman1-0/+10
2009-09-20Use G_STRLOCKovarththanan Rajaratnam2-11/+5
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-18Indicate if "with new_packet_list" in version info (for now to minimize any c...Bill Meier1-0/+3
2009-09-17Remove a cast.Gerald Combs1-1/+1
2009-09-17Try to get the Solaris build going...Anders Broman1-0/+6
2009-09-16Make sure we don't fetch too much data from the registry.Gerald Combs1-1/+2
2009-09-16Check for TCP Chimney offloading as described atGerald Combs3-1/+28
2009-09-14Change gtk_pixmap_new() to gtk_image_new_from_pixmap().Anders Broman1-1/+1
2009-09-13From Didier Gautheron:Anders Broman1-5/+9
2009-09-13'function' : different 'const' qualifiersAnders Broman1-1/+1
2009-09-11svn path=/trunk/; revision=29868Gerald Combs2-13/+1
2009-09-11Reduce the spacing between new packet list items from 2 pixels to 1. IfGerald Combs1-0/+14
2009-09-09Be consistent use and g_string_chunk_insert_const() in stead ofAnders Broman1-3/+3
2009-09-09Allocate col_text and col_text_len when the fdata struct is allocated.Anders Broman2-9/+2
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam4-6/+6
2009-09-08Make tshark and rawshark use build_column_format_array() instead of duplicati...Kovarththanan Rajaratnam2-7/+7
2009-09-08- now wireshark compiles with cmake as wellJörg Mayer1-4/+9
2009-09-08Custom columnfication:Kovarththanan Rajaratnam2-18/+16
2009-09-08Get rid of deprecated gtk_entry_append_text().Anders Broman1-2/+5
2009-09-08Get rid of deprecated gtk_option_menu_new();Anders Broman1-38/+19
2009-09-08Fixed initialization of fdata.Stig Bjørlykke1-1/+2
2009-09-08dftest and rawshark now build.Jörg Mayer1-0/+221
2009-09-07Make sure that reset the elapsed time to load a file before we reload/rescan ...Kovarththanan Rajaratnam1-4/+3
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 Rajaratnam3-3/+3
2009-09-07Make sure that we fill in the frame_data before passing it onto col_fill_in_f...Kovarththanan Rajaratnam1-21/+60
2009-09-07Auto resize rest of the frame_data columnsKovarththanan Rajaratnam1-22/+2
2009-09-07Auto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULATIVE_BYTESKovarththanan Rajaratnam1-77/+149
2009-09-07Add progress bar while constructing columns (which is time consuming)Kovarththanan Rajaratnam2-74/+81
2009-09-07Track how many const strings we're storing. This is guarded by NEW_PACKET_LIS...Kovarththanan Rajaratnam2-1/+26
2009-09-07ntroduce some seasonal address name lookup functions which we use when NEW_PA...Kovarththanan Rajaratnam1-17/+18
2009-09-07Use constant strings for Addresses saves some memory.Anders Broman1-0/+22
2009-09-07Auto resize non frame_data based columnsKovarththanan Rajaratnam3-2/+43
2009-09-07Set sensitivity on resize columns button.Stig Bjørlykke1-2/+1