where it's not necessary, remove #include "compat_macros.h"
[obnox/wireshark/wip.git] / gtk / progress_dlg.c
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 ulflremove GTK1 code
2008-02-01 stigRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2006-11-21 ulflflush out the main event loop at dialog creation, so...
2006-05-21 sahlbergname change
2005-11-12 guyAllow a progress dialog to have "Stop" or "Cancel"...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-06 jmayerLast set of char -> const char trivial warning fixes.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-26 ulflmore code cleanup from dialog things:
2004-02-01 ulflavoid problems when strings becoming too large,
2004-01-21 ulflThe progressbar had a parameter to specify the text...
2004-01-05 ulflremoved some MSVC warnings (level 3)
2004-01-02 ulflFrom Didier: don't update the progress bar more often...
2003-12-23 ulflremoved some MSVC warnings (conversions between double...
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 guyMake the "start_time" argument to "delayed_create_progr...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-28 guyFrom Ulf Lamping: extend the progress dialog box to...
2002-07-30 guyFrom Graeme Hewson:
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2001-03-24 guyGive the code that computes protocol statistics a progr...
2000-08-23 guyBleah. What was I thinking? "dlg_window_new()" should...
2000-07-07 guyIf the progress dialog gets a "delete" event, have...
2000-07-07 guyUse "progdlg_t *" rather than "void *" as the handle...
2000-07-05 guyPut the "Cancel" button in a progress dialog box in...
2000-07-05 guyTo make windows modal, use "gtk_window_set_modal()...
2000-07-05 guyAdd a "dlg_window_new()" routine, which creates a GTK_W...
2000-07-03 guyGtkLabel is a subclass of GtkMisc, so it has alignment...
2000-07-03 guyRemove the progress bar from the status line, and,...