Switch back to normal versioning. Bump the version to 1.3.3.
[obnox/wireshark/wip.git] / gtk / packet_list_store.h
2009-10-08 etxrabUse a "String pool" in the new packet list to reduce...
2009-09-07 krjRename packet_list_dissect_and_cache => packet_list_dis...
2009-09-07 krjTrack how many const strings we're storing. This is...
2009-09-07 krjAuto resize non frame_data based columns
2009-09-06 krjFix target of assignment not really an lvalue error
2009-09-06 krjMake sure that we can enable/disable color filtering.
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 krjGet rid of row_data_t
2009-09-05 krjMake sure that we can resort with an active display...
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 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 krjWe no longer store the column text in our record, so...
2009-08-21 etxrabUse col_text in frame data.
2009-08-16 krjSwitch over to using GPtrArray instead of manually...
2009-08-10 etxrabFrom Kovarththanan Rajaratnam:
2009-07-26 etxrabFrom Kovarththanan Rajaratnam:
2009-07-26 etxrabFrom Kovarththanan Rajaratnam:
2009-07-12 etxrabSome small fixes from Jakub Zawadzki joined with my...
2009-06-30 sfisherIntroduce experimental new feature: GTK2 tree view...