From Jakub Zawadzki via bug 4273:
[obnox/wireshark/wip.git] / gtk / simple_dialog.c
2009-11-04 geraldAdd the ability to push temporary (and highlighted...
2009-09-14 etxrabChange gtk_pixmap_new() to gtk_image_new_from_pixmap().
2009-06-08 wmeier(Trivial) Remove an obsolete comment related to GTK 1
2009-05-27 rbalintChange button label to "Quit without Saving" from ...
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflcompat_macros.h is gone now!!!
2008-04-12 ulflmove stock icon code from toolbar.c into specific stock...
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-07 ulflremove GTK1 code
2007-04-24 sahlbergif we compile for gtk1 'text' is no longer referenced...
2007-03-01 sfisherWrap long lines in simple dialogs so that the dialog...
2007-02-27 etxrabFrom Floren Drouin:
2007-01-20 geraldRecent versions of GTK+ have added a "gtk-label-select...
2006-10-31 geraldFrom Giorgio Tino: Add a "Don't show this message...
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2005-09-20 ulflenhance simple dialog: add the possibility to use no...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-08 ulflfix some MSVC const warnings
2005-04-16 ulfltemporarily fix a GTK1.x related bug
2005-04-16 ulflprepare for "Don't show this message again" checkboxes...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-13 guyFrom Daniel Thompson: add additional message/alert...
2004-06-29 ulflGTK2: convert character encoding from locale to UTF8
2004-06-18 ulflmerge: bugfixes and code cleanup
2004-06-17 ulfladd implementation of button mask ESD_BTNS_YES_NO
2004-06-04 guyMake the definition of "simple_dialog()" match its...
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-17 ulflGTK2 only: catch window state event, and call display_q...
2004-05-16 ulfldon't show simple_dialogs, if main window iconified...
2004-05-01 obiotThe display filter engine can return an error message...
2004-04-16 guyAdd a "report_failure()" routine to allow dissectors...
2004-03-13 ulflreplaced vsnprintf by g_vsnprintf
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-23 guyPut in a comment noting a problem with dialog boxes...
2004-02-12 guyThe HIG's and/or GUI toolkit documentation for:
2004-02-11 guyGet rid of the "Question" alert box type - rename it...
2004-02-11 guyGive alert boxes an empty title on UN*X and a title...
2004-02-04 guyAdd some comments about the types of alert boxes you...
2004-02-03 ulflenhanced some dialog messages,
2004-01-31 ulflgtk_label_set_selectable() is only available from GTK...
2004-01-31 ulflcleanup of new "question dialogs",
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-31 ulflusing GTK2 stock icons for dialogs instead of Ethereal...
2004-01-29 ulfladded "Yes" and "No" buttons to the simple_dialog,
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-10 ulflusing button compatibility macros
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 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-06-04 guyFrom Graeme Hewson: varargs code cleanup in "simple_dia...
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2001-12-12 geraldGo nuts with the 3D logo.
2000-10-09 guyAdd support for modal message boxes ("simple dialog").
2000-08-23 guyBleah. What was I thinking? "dlg_window_new()" should...
2000-08-11 denielMiscellaneous code cleaning
2000-07-20 guyUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-05 guyAdd a "dlg_window_new()" routine, which creates a GTK_W...
2000-05-03 guyMake dialog boxes created with "simple_dialog()" use...
2000-01-03 guyTake the "simple_dialog()" stuff out of "ui_util.h...