aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/progress_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris1-119/+125
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-26more code cleanup from dialog things:Ulf Lamping1-2/+3
2004-02-01avoid problems when strings becoming too large,Ulf Lamping1-8/+18
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.Ulf Lamping1-22/+14
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-4/+4
2004-01-02From Didier: don't update the progress bar more often than every 100msUlf Lamping1-2/+16
2003-12-23removed some MSVC warnings (conversions between double/float and int)Ulf Lamping1-8/+8
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