aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-24new_packet_list_find_row_from_data() is always used to select a packet,guy1-1/+1
2011-03-08Removal of the old packet-list in favor of the new packet list.sake1-26/+0
2010-08-07From Cal Turney:etxrab1-1/+1
2009-09-07Rename new_packet_list_set_time_width() -> new_packet_list_resize_column() be...krj1-1/+1
2009-09-07col_fmt not needed.etxrab1-1/+1
2009-09-07Automatically adjust the time column width when time format changes.etxrab1-0/+1
2009-09-05Get rid off GtkTreeModelFilter because the time to sort becomes unbearable wh...krj1-0/+1
2009-09-03Make sure that we stop auto scroll if we start scrolling manually. krj1-0/+1
2009-09-02Add seperate new_packet_list_moveto_end() which scrolls to the end _without_ ...krj1-0/+1
2009-08-10From Kovarththanan Rajaratnam:etxrab1-1/+3
2009-07-29Add pinfo to new_packet_list_append() this should give us the abillityetxrab1-1/+1
2009-07-28From Kovarththanan Rajaratnam:etxrab1-0/+1
2009-07-28Fix setting of new time format.etxrab1-0/+1
2009-07-26From Kovarththanan Rajaratnam:etxrab1-0/+1
2009-07-25From Kovarththanan Rajaratnam:etxrab1-0/+4
2009-07-25From Kovarththanan Rajaratnam:etxrab1-0/+2
2009-07-25From Kovarththanan Rajaratnam:etxrab1-0/+1
2009-07-24When using the new packet list select the first packet when the file read is ...etxrab1-0/+1
2009-07-22From kovarththanan Rajaratnam:etxrab1-1/+1
2009-07-20Implement new_packet_list_find_row_from_data()etxrab1-0/+1
2009-07-20Introduce packet list coloring for the NEW_PACKET_LIST. One caveat: whensfisher1-0/+1
2009-07-02Get it compiling with -DNEW_PACKET_LIST on Mac OS X.tuexen1-1/+1
2009-07-01Realy make the new packet list compile under Windows...etxrab1-0/+2
2009-07-01Make the new packet list compile on Windows.etxrab1-2/+6
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listsfisher1-0/+3
2008-06-14Update all time columns when changing the time precision.stig1-1/+1
2007-12-05Make sure the "auto scroll in live capture" toolbar button and menu itemgerald1-1/+1
2007-07-09From Dustin Johnson: If "Update list of packets in real time" andgerald1-0/+1
2007-05-25Squelch some qualifier (const vs. non-const) warnings.guy1-1/+1
2007-05-22Don't explicitly set the main window name unless you're changing theguy1-0/+3
2007-01-11Fix for bug #1140: Filtering messes up packet list sort ordersfisher1-0/+1
2006-05-21name changesahlberg1-2/+2
2005-12-05move some GTK only function declarations from ui_util.h to the appropriate he...ulfl1-22/+3
2005-08-20Explain in more detail what this file is for.guy1-1/+3
2005-08-20Add some comments on the originating files of the declarationsjmayer1-3/+10
2004-12-31Make the "col_data" field in a "column_info" structure a pointer to anguy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-22moved GTK specific parts from capture.c to ui_util.c,ulfl1-1/+14
2004-01-10close the Save (As) dialog, when the capture file is closedulfl1-1/+8
2003-12-09Don't automatically size the columns - that's expensive in largeguy1-4/+1
2003-12-06From Jeff Morriss: avoid at least some N^2 behavior when changing theguy1-3/+3
2002-09-23Change to color filters :oabad1-2/+2
2002-09-21Removed all gtk calls in file.c :oabad1-1/+28
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2001-03-24"reactivate_window()" is used only by stuff in the "gtk" directory, andguy1-8/+1
2001-03-24The declaration of "destroy_packet_wins()" belongs inguy1-4/+1
2001-03-24Give the code that computes protocol statistics a progress dialog box,guy1-33/+1
2000-07-07Use "progdlg_t *" rather than "void *" as the handle for a progressguy1-9/+16
2000-07-03Remove the progress bar from the status line, and, instead, for anyguy1-1/+26
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aguy1-1/+4