aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-09From Dustin Johnson: If "Update list of packets in real time" andGerald Combs1-0/+1
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris1-1/+1
2007-05-22Don't explicitly set the main window name unless you're changing theGuy Harris1-0/+3
2007-01-11Fix for bug #1140: Filtering messes up packet list sort orderStephen Fisher1-0/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-12-05move some GTK only function declarations from ui_util.h to the appropriate he...Ulf Lamping1-22/+3
2005-08-20Explain in more detail what this file is for.Guy Harris1-1/+3
2005-08-20Add some comments on the originating files of the declarationsJörg Mayer1-3/+10
2004-12-31Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-22moved GTK specific parts from capture.c to ui_util.c,Ulf Lamping1-1/+14
2004-01-10close the Save (As) dialog, when the capture file is closedUlf Lamping1-1/+8
2003-12-09Don't automatically size the columns - that's expensive in largeGuy Harris1-4/+1
2003-12-06From Jeff Morriss: avoid at least some N^2 behavior when changing theGuy Harris1-3/+3
2002-09-23Change to color filters :Olivier Abad1-2/+2
2002-09-21Removed all gtk calls in file.c :Olivier Abad1-1/+28
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2001-03-24"reactivate_window()" is used only by stuff in the "gtk" directory, andGuy Harris1-8/+1
2001-03-24The declaration of "destroy_packet_wins()" belongs inGuy Harris1-4/+1
2001-03-24Give the code that computes protocol statistics a progress dialog box,Guy Harris1-33/+1
2000-07-07Use "progdlg_t *" rather than "void *" as the handle for a progressGuy Harris1-9/+16
2000-07-03Remove the progress bar from the status line, and, instead, for anyGuy Harris1-1/+26
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris1-1/+4
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-17/+1
1999-12-20Move the code to raise a window into a "reactivate_window()" routine,Guy Harris1-1/+8
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1-0/+56