aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-07Enable resize columns button for new packet list.Stig Bjørlykke1-1/+4
2009-09-07Add initial implementation of new_packet_list_resize_columns() which just set...Kovarththanan Rajaratnam3-42/+121
2009-09-07col_fmt not needed.Anders Broman1-1/+1
2009-09-07Track length of columns strings. We'll need this in order to resize columns q...Kovarththanan Rajaratnam1-3/+9
2009-09-07Automatically adjust the time column width when time format changes.Anders Broman1-0/+14
2009-09-07The external declaration of airpcap_tb here is not neededJörg Mayer1-1/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam8-70/+70
2009-09-06Fix target of assignment not really an lvalue errorKovarththanan Rajaratnam2-3/+3
2009-09-06Tigthen the condition under which we create a protocol create while sortingKovarththanan Rajaratnam1-1/+7
2009-09-06Sort the visible list while traversing the physical row list. This halves the...Kovarththanan Rajaratnam1-21/+1
2009-09-06Add NEW_PACKET_LIST guard to color_filters_colorize_packet()Kovarththanan Rajaratnam1-1/+1
2009-09-06Make sure that we can enable/disable color filtering.Kovarththanan Rajaratnam3-73/+91
2009-09-05Remove an obsolete gui_time_format setting.Stig Bjørlykke1-1/+0
2009-09-05Don't copy constant column strings. This reduces memory foot print because CO...Kovarththanan Rajaratnam1-1/+20
2009-09-05Move reloading pane geometry to a point where we have the correctStig Bjørlykke1-1/+3
2009-09-05Dissect-on-the-fly when we have columns that are empty, i.e. columns containi...Kovarththanan Rajaratnam2-15/+63
2009-09-05Move new_packet_list_dissect() to packet_list_store.c. We need to have it the...Kovarththanan Rajaratnam3-43/+55
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-05Restore original condition in packet_list_iter_n_children()Kovarththanan Rajaratnam1-2/+1
2009-09-05Apply user font when changing profile with new packet list.Stig Bjørlykke1-1/+1
2009-09-05Get rid of row_data_tKovarththanan Rajaratnam3-12/+4