aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/progress_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-11/+11
* From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris2002-08-281-22/+145
* From Graeme Hewson:Guy Harris2002-07-301-1/+61
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-3/+3
* Give the code that computes protocol statistics a progress dialog box,Guy Harris2001-03-241-2/+2
* Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris2000-08-231-3/+2
* If the progress dialog gets a "delete" event, have the handler returnGuy Harris2000-07-071-38/+19
* Use "progdlg_t *" rather than "void *" as the handle for a progressGuy Harris2000-07-071-32/+63
* Put the "Cancel" button in a progress dialog box in an HButtonBox,Guy Harris2000-07-051-15/+13
* To make windows modal, use "gtk_window_set_modal()" rather thanGuy Harris2000-07-051-2/+2
* Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris2000-07-051-2/+3
* GtkLabel is a subclass of GtkMisc, so it has alignment and paddingGuy Harris2000-07-031-9/+8
* Remove the progress bar from the status line, and, instead, for anyGuy Harris2000-07-031-0/+190