aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/progress_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-15/+6
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-56/+72
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-1/+2
2002-08-28Make the "start_time" argument to "delayed_create_progress_dlg()" aGuy Harris1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-11/+11
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris1-22/+145
2002-07-30From Graeme Hewson:Guy Harris1-1/+61
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-3/+3
2001-03-24Give the code that computes protocol statistics a progress dialog box,Guy Harris1-2/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-07-07If the progress dialog gets a "delete" event, have the handler returnGuy Harris1-38/+19
2000-07-07Use "progdlg_t *" rather than "void *" as the handle for a progressGuy Harris1-32/+63
2000-07-05Put the "Cancel" button in a progress dialog box in an HButtonBox,Guy Harris1-15/+13
2000-07-05To make windows modal, use "gtk_window_set_modal()" rather thanGuy Harris1-2/+2
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-2/+3
2000-07-03GtkLabel is a subclass of GtkMisc, so it has alignment and paddingGuy Harris1-9/+8
2000-07-03Remove the progress bar from the status line, and, instead, for anyGuy Harris1-0/+190