name change
[metze/wireshark/wip.git] / gtk / progress_dlg.c
2006-05-21 Ronnie Sahlbergname change
2005-11-12 Guy HarrisAllow a progress dialog to have "Stop" or "Cancel"...
2005-08-20 Ulf Lampingrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-06 Jörg MayerLast set of char -> const char trivial warning fixes.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-05-26 Ulf Lampingmore code cleanup from dialog things:
2004-02-01 Ulf Lampingavoid problems when strings becoming too large,
2004-01-21 Ulf LampingThe progressbar had a parameter to specify the text...
2004-01-05 Ulf Lampingremoved some MSVC warnings (level 3)
2004-01-02 Ulf LampingFrom Didier: don't update the progress bar more often...
2003-12-23 Ulf Lampingremoved some MSVC warnings (conversions between double...
2002-11-11 Olivier AbadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 Olivier AbadMerge gtk and gtk2 directories.
2002-09-05 Jörg MayerInclude cleanups in gtk and gtk2:
2002-08-28 Guy HarrisMake the "start_time" argument to "delayed_create_progr...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-28 Guy HarrisFrom Ulf Lamping: extend the progress dialog box to...
2002-07-30 Guy HarrisFrom Graeme Hewson:
2002-03-05 Guy HarrisFrom Joerg Mayer: use _U_ to flag unused arguments.
2001-03-24 Guy HarrisGive the code that computes protocol statistics a progr...
2000-08-23 Guy HarrisBleah. What was I thinking? "dlg_window_new()" should...
2000-07-07 Guy HarrisIf the progress dialog gets a "delete" event, have...
2000-07-07 Guy HarrisUse "progdlg_t *" rather than "void *" as the handle...
2000-07-05 Guy HarrisPut the "Cancel" button in a progress dialog box in...
2000-07-05 Guy HarrisTo make windows modal, use "gtk_window_set_modal()...
2000-07-05 Guy HarrisAdd a "dlg_window_new()" routine, which creates a GTK_W...
2000-07-03 Guy HarrisGtkLabel is a subclass of GtkMisc, so it has alignment...
2000-07-03 Guy HarrisRemove the progress bar from the status line, and,...