From Jakub Zawadzki via bug 4273:
[obnox/wireshark/wip.git] / gtk / packet_list_store.c
2010-05-28 geraldFrom Jakub Zawadzki via bug 4273:
2010-05-26 etxrabFrom Jakub Zawadzki:
2010-05-20 guyDon't assume that certain address columns are always...
2010-05-05 sfisherUpdate the comment about being based on the GTK Tree...
2010-04-29 geraldSeveral dissectors fill in custom custom data in the...
2010-02-09 guyRead the packet into private areas (private pseudo...
2010-02-01 etxrabIssue a row_inserted signal if the model is connected
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-11-27 stigAdded correct sorting for custom numeric columns.
2009-11-24 stigUse the highest time value when calculating widest...
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-10-27 etxrabFrom Jakub Zawadzki:
2009-10-24 stigFrom Jakub Zawadzki via bug 3764:
2009-10-08 etxrabUse a "String pool" in the new packet list to reduce...
2009-09-20 etxrabAdd myself and Kovarththanan Rajaratnam as co authors.
2009-09-20 krjUse G_STRLOC
2009-09-17 etxrabTry to get the Solaris build going...
2009-09-11 geraldgit-svn-id: anonsvn.wireshark.org/wireshark/trunk@29868...
2009-09-09 etxrabAllocate col_text and col_text_len when the fdata struc...
2009-09-08 krjAdd an option to col_fill_in() to allow us to disable...
2009-09-08 krjCustom columnfication:
2009-09-08 stigFixed initialization of fdata.
2009-09-07 krjRename packet_list_dissect_and_cache => packet_list_dis...
2009-09-07 krjMake sure that we fill in the frame_data before passing...
2009-09-07 krjAuto resize rest of the frame_data columns
2009-09-07 krjAuto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULAT...
2009-09-07 krjAdd progress bar while constructing columns (which...
2009-09-07 krjTrack how many const strings we're storing. This is...
2009-09-07 krjntroduce some seasonal address name lookup functions...
2009-09-07 etxrabUse constant strings for Addresses saves some memory.
2009-09-07 krjAuto resize non frame_data based columns
2009-09-07 krjTrack length of columns strings. We'll need this in...
2009-09-06 krjFix target of assignment not really an lvalue error
2009-09-06 krjTigthen the condition under which we create a protocol...
2009-09-06 krjSort the visible list while traversing the physical...
2009-09-06 krjAdd NEW_PACKET_LIST guard to color_filters_colorize_pac...
2009-09-06 krjMake sure that we can enable/disable color filtering.
2009-09-05 krjDon't copy constant column strings. This reduces memory...
2009-09-05 krjDissect-on-the-fly when we have columns that are empty...
2009-09-05 krjMove new_packet_list_dissect() to packet_list_store...
2009-09-05 krjRestore original condition in packet_list_iter_n_children()
2009-09-05 krjGet rid of row_data_t
2009-09-05 krjMake sure that we can resort with an active display...
2009-09-05 krjBail out gracefully on colums we cant sort on yet inste...
2009-09-05 stigMake it build without warnings.
2009-09-05 krjGet rid off GtkTreeModelFilter because the time to...
2009-09-04 krjRename new_packet_list_reset_dissected to packet_list_r...
2009-09-03 krjOnly store the last column as G_TYPE_POINTER. Hopefully...
2009-09-03 krjAdd packet_list_visible_record() to avoid poking Packet...
2009-09-03 krjAllocate and use an extra column at the end of the...
2009-09-02 etxrabAdding new color rules should work now.
2009-09-01 krjPlug memleak in new_packet_list_store_clear(). Make...
2009-08-21 etxrabUse col_text in frame data.
2009-08-17 etxrabPrepare to store column data from pinfo.
2009-08-16 krjSwitch over to using GPtrArray instead of manually...
2009-08-15 krjMicro optimize by storing PACKET_LIST(tree_model) into...
2009-08-13 etxrabGet the pointer to the packet list record and use the...
2009-08-10 etxrabFrom Kovarththanan Rajaratnam:
2009-07-29 etxrabFrom Kovarththanan Rajaratnam:
2009-07-27 etxrabFrom Kovarththanan Rajaratnam:
2009-07-26 etxrabFrom Kovarththanan Rajaratnam:
2009-07-26 etxrabFrom Kovarththanan Rajaratnam:
2009-07-25 sfisherUpdate my e-mail address with a reference to the AUTHOR...
2009-07-24 etxrabFrom Kovarththanan Rajaratnam:
2009-07-22 etxrabFrom Jakub Zawadzki:
2009-07-22 etxrabFrom Jakub Zawadzki:
2009-07-17 etxrabmake it possible to retreive the record with packet_lis...
2009-07-14 etxrabFix the sort routine.
2009-07-12 etxrabColumn index now corresponds to the column in the tree...
2009-07-12 etxrabAdd a forgotten piece of code...
2009-07-12 etxrabSome small fixes from Jakub Zawadzki joined with my...
2009-07-02 etxrabThis time with the comment...
2009-07-02 etxrabDon't resort the list for every row, the list will...
2009-07-01 etxrabMake the new packet list compile on Windows.
2009-06-30 sfisherIntroduce experimental new feature: GTK2 tree view...