aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-09-27code cleanup: use the prefix packet_list_ for every function mentioned in ↵Ulf Lamping1-6/+6
packet_list.h svn path=/trunk/; revision=16027
2005-01-29Add a new menu item "View/Resize Columns" to, well, resize columns. As this ↵Ulf Lamping1-0/+7
might take a long time, I've provided a progress bar with the option to cancel the operation. I might later add something like "View/Auto Resize Columns" with a checkbox menu item, so this is done everytime a capture file finished loading. However, I don't know how well this will work together with "Update list of packets in real time" while doing a capture. svn path=/trunk/; revision=13192
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-10/+2
do some font related renaming/code cleanup svn path=/trunk/; revision=11166
2004-06-04add more details for doxygenUlf Lamping1-2/+3
svn path=/trunk/; revision=11107
2004-06-02add details for doxygenUlf Lamping1-6/+60
svn path=/trunk/; revision=11074
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-2/+2
saving the states in the recent file svn path=/trunk/; revision=9726
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itGuy Harris1-0/+47
to add functionality or improve performance, although, until we make it work on GTK+ 1.3[.x] and 2.x, we shouldn't count on the performance improvements, or make its API different from that of the GtkClist API (other than names). Move all the code that knows about the packet list into gtk/packet_list.c, so that the GtkClist vs. EthClist stuff is encapsulated inside it. svn path=/trunk/; revision=9608