| Commit message (Expand) | Author | Age | Files | Lines |
* | flush out the main event loop at dialog creation, so we don't see an empty di... | Ulf Lamping | 2006-11-21 | 1 | -0/+6 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Allow a progress dialog to have "Stop" or "Cancel" as the "terminate | Guy Harris | 2005-11-12 | 1 | -119/+125 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | Last set of char -> const char trivial warning fixes. | Jörg Mayer | 2005-08-06 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | more code cleanup from dialog things: | Ulf Lamping | 2004-05-26 | 1 | -2/+3 |
* | avoid problems when strings becoming too large, | Ulf Lamping | 2004-02-01 | 1 | -8/+18 |
* | The progressbar had a parameter to specify the text of the Cancel/Stop button. | Ulf Lamping | 2004-01-21 | 1 | -22/+14 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -4/+4 |
* | From Didier: don't update the progress bar more often than every 100ms | Ulf Lamping | 2004-01-02 | 1 | -2/+16 |
* | removed some MSVC warnings (conversions between double/float and int) | Ulf Lamping | 2003-12-23 | 1 | -8/+8 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-11 | 1 | -15/+6 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -56/+72 |
* | Include cleanups in gtk and gtk2: | Jörg Mayer | 2002-09-05 | 1 | -1/+2 |
* | Make the "start_time" argument to "delayed_create_progress_dlg()" a | Guy Harris | 2002-08-28 | 1 | -5/+5 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -11/+11 |
* | From Ulf Lamping: extend the progress dialog box to give more progress | Guy Harris | 2002-08-28 | 1 | -22/+145 |
* | From Graeme Hewson: | Guy Harris | 2002-07-30 | 1 | -1/+61 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 1 | -3/+3 |
* | Give the code that computes protocol statistics a progress dialog box, | Guy Harris | 2001-03-24 | 1 | -2/+2 |
* | Bleah. What was I thinking? "dlg_window_new()" should take the title | Guy Harris | 2000-08-23 | 1 | -3/+2 |
* | If the progress dialog gets a "delete" event, have the handler return | Guy Harris | 2000-07-07 | 1 | -38/+19 |
* | Use "progdlg_t *" rather than "void *" as the handle for a progress | Guy Harris | 2000-07-07 | 1 | -32/+63 |
* | Put the "Cancel" button in a progress dialog box in an HButtonBox, | Guy Harris | 2000-07-05 | 1 | -15/+13 |
* | To make windows modal, use "gtk_window_set_modal()" rather than | Guy Harris | 2000-07-05 | 1 | -2/+2 |
* | Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOG | Guy Harris | 2000-07-05 | 1 | -2/+3 |
* | GtkLabel is a subclass of GtkMisc, so it has alignment and padding | Guy Harris | 2000-07-03 | 1 | -9/+8 |
* | Remove the progress bar from the status line, and, instead, for any | Guy Harris | 2000-07-03 | 1 | -0/+190 |