summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-08-15Micro optimize by storing PACKET_LIST(tree_model) into a local variable and u...Kovarththanan Rajaratnam1-8/+8
2009-08-15Avoid superfluous g_strdup()Kovarththanan Rajaratnam1-7/+4
2009-08-15Enable 'Mark Packet' in the Edit menuKovarththanan Rajaratnam1-1/+3
2009-08-15Add support for mark/unmark all frames in our new packet listKovarththanan Rajaratnam3-11/+37
2009-08-15Find next/previous mark is also supported so don't exclude itKovarththanan Rajaratnam1-0/+2
2009-08-15Don't exclude functionality we already supportKovarththanan Rajaratnam1-2/+2
2009-08-14Make 'Apply as filter'/'Prepare filter' work for new packet list.Kovarththanan Rajaratnam5-34/+46
2009-08-14Remove the hacky row_from_iter() function and use new_packet_list_get_record(...Kovarththanan Rajaratnam1-17/+5
2009-08-14Make mark/unmark frame work with the new filter modelKovarththanan Rajaratnam1-32/+27
2009-08-14Remove unused functions/prototypesKovarththanan Rajaratnam1-11/+0
2009-08-14New packet list: right clicking on a row now selects the given row.Kovarththanan Rajaratnam2-29/+38
2009-08-14Make first/last frame work again with the new filter model.Kovarththanan Rajaratnam1-3/+5
2009-08-14Make next/previous frame work again with the new filter model.Kovarththanan Rajaratnam1-31/+57
2009-08-14Don't attach our original packet list model in new_packet_list_thaw(). It's p...Kovarththanan Rajaratnam1-14/+7
2009-08-13Start to implement display filtering.Anders Broman1-0/+43
2009-08-13Get the pointer to the packet list record and use the data directly.Anders Broman2-39/+24
2009-08-13Add needed header due to stack allocated 'edt' structureKovarththanan Rajaratnam1-0/+1
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam6-66/+66
2009-08-12Restore the formatting of the saved graph.Jaap Keuter1-2/+2
2009-08-10From Kovarththanan Rajaratnam:Anders Broman3-13/+135
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-1/+1
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam3-5/+5
2009-08-08From Bahaa Naamneh via Bug 3538:Kovarththanan Rajaratnam1-1/+4
2009-08-08Move one comment before all of the code to which it refers.Guy Harris1-16/+34
2009-08-06Added new_packet_list_set_font() and initialize fonts when usingStig Bjørlykke4-4/+19
2009-08-05Squelch a couple of Clang Static Analyzer warnings.Gerald Combs1-6/+4
2009-08-03Add some null checks.Gerald Combs1-1/+1
2009-07-31Include packet_info.h before ui_utils.h since we just started passing aStephen Fisher1-0/+1
2009-07-29From Kovarththanan Rajaratnam:Anders Broman1-10/+22
2009-07-29Add pinfo to new_packet_list_append() this should give us the abillityAnders Broman1-1/+2
2009-07-29Mark an unused argument.Stig Bjørlykke1-1/+1
2009-07-28Make mark frame work.Anders Broman3-7/+56
2009-07-28Clarify (slightly) some comments;Bill Meier1-8/+17
2009-07-28From Kovarththanan Rajaratnam:Anders Broman5-10/+71
2009-07-28Set reftime without recreating the packet list.Anders Broman2-6/+15
2009-07-28Fix setting of timestamp_precision.Anders Broman1-0/+6
2009-07-28Fix setting of new time format.Anders Broman2-0/+12
2009-07-27From Kovarththanan Rajaratnam:Anders Broman2-2/+2
2009-07-27From Kovarththanan Rajaratnam:Anders Broman2-19/+15
2009-07-26"Create" the time cols when we render them making change of time format fast.Anders Broman1-0/+5
2009-07-26From Kovarththanan Rajaratnam:Anders Broman3-29/+30
2009-07-26From Kovarththanan Rajaratnam:Anders Broman3-0/+36
2009-07-25Remove two unused variables and mark a function paramter as unusedStephen Fisher1-2/+0
2009-07-25From Kovarththanan Rajaratnam:Anders Broman5-16/+78
2009-07-25From Kovarththanan Rajaratnam:Anders Broman2-23/+48
2009-07-25Update my e-mail address with a reference to the AUTHORS fileStephen Fisher2-2/+2
2009-07-24From Kovarththanan Rajaratnam:Anders Broman2-8/+12
2009-07-24When using the new packet list select the first packet when the file read is ...Anders Broman1-0/+14
2009-07-22From kovarththanan Rajaratnam:Anders Broman1-6/+6
2009-07-22From Jakub Zawadzki:Anders Broman2-4/+11