aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/progress_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* flush out the main event loop at dialog creation, so we don't see an empty di...Ulf Lamping2006-11-211-0/+6
* name changeRonnie Sahlberg2006-05-211-2/+2
* Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris2005-11-121-119/+125
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-061-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* more code cleanup from dialog things:Ulf Lamping2004-05-261-2/+3
* avoid problems when strings becoming too large,Ulf Lamping2004-02-011-8/+18
* The progressbar had a parameter to specify the text of the Cancel/Stop button.Ulf Lamping2004-01-211-22/+14
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-4/+4
* From Didier: don't update the progress bar more often than every 100msUlf Lamping2004-01-021-2/+16
* removed some MSVC warnings (conversions between double/float and int)Ulf Lamping2003-12-231-8/+8
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-15/+6
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-56/+72
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-1/+2
* Make the "start_time" argument to "delayed_create_progress_dlg()" aGuy Harris2002-08-281-5/+5
* 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