aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/progress_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;wmeier1-2/+2
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-10/+10
2008-12-01Fix a few more problems found by checkAPIs.plsfisher1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-04-13sort #includes by directoriesulfl1-4/+7
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-3/+3
2008-04-07remove GTK1 codeulfl1-7/+0
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-1/+1
2006-11-21flush out the main event loop at dialog creation, so we don't see an empty di...ulfl1-0/+6
2006-05-21name changesahlberg1-2/+2
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateguy1-119/+125
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-06Last set of char -> const char trivial warning fixes.jmayer1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-26more code cleanup from dialog things:ulfl1-2/+3
2004-02-01avoid problems when strings becoming too large,ulfl1-8/+18
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.ulfl1-22/+14
2004-01-05removed some MSVC warnings (level 3)ulfl1-4/+4
2004-01-02From Didier: don't update the progress bar more often than every 100msulfl1-2/+16
2003-12-23removed some MSVC warnings (conversions between double/float and int)ulfl1-8/+8
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-15/+6
2002-11-03Merge gtk and gtk2 directories.oabad1-56/+72
2002-09-05Include cleanups in gtk and gtk2:jmayer1-1/+2
2002-08-28Make the "start_time" argument to "delayed_create_progress_dlg()" aguy1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-11/+11
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressguy1-22/+145
2002-07-30From Graeme Hewson:guy1-1/+61
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-3/+3
2001-03-24Give the code that computes protocol statistics a progress dialog box,guy1-2/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleguy1-3/+2
2000-07-07If the progress dialog gets a "delete" event, have the handler returnguy1-38/+19
2000-07-07Use "progdlg_t *" rather than "void *" as the handle for a progressguy1-32/+63
2000-07-05Put the "Cancel" button in a progress dialog box in an HButtonBox,guy1-15/+13
2000-07-05To make windows modal, use "gtk_window_set_modal()" rather thanguy1-2/+2
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGguy1-2/+3
2000-07-03GtkLabel is a subclass of GtkMisc, so it has alignment and paddingguy1-9/+8
2000-07-03Remove the progress bar from the status line, and, instead, for anyguy1-0/+190