aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/simple_dialog.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-6/+1
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris1-20/+0
2010-09-17Don't include stock icons that we no longer use.Jeff Morriss1-9/+3
2010-09-17Use GTK dialog stock icons rather than our own.Anders Broman1-16/+5
2009-11-04Add the ability to push temporary (and highlighted) messages onto theGerald Combs1-0/+20
2009-09-14Change gtk_pixmap_new() to gtk_image_new_from_pixmap().Anders Broman1-1/+1
2009-06-08(Trivial) Remove an obsolete comment related to GTK 1Bill Meier1-1/+0
2009-05-27Change button label to "Quit without Saving" from "Continue without Saving" Balint Reczey1-0/+9
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-2/+2
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-04-13sort #includes by directoriesUlf Lamping1-7/+8
2008-04-12compat_macros.h is gone now!!!Ulf Lamping1-3/+2
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-0/+1
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-6/+6
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-23/+23
2008-04-07remove GTK1 codeUlf Lamping1-21/+1
2007-04-24if we compile for gtk1 'text' is no longer referenced in the simple_dialog_c...Ronnie Sahlberg1-1/+1
2007-03-01Wrap long lines in simple dialogs so that the dialog and its messageStephen Fisher1-0/+1
2007-02-27From Floren Drouin:Anders Broman1-0/+2
2007-01-20Recent versions of GTK+ have added a "gtk-label-select-on-focus"Gerald Combs1-7/+11
2006-10-31From Giorgio Tino: Add a "Don't show this message again" option to an Gerald Combs1-3/+3
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-09-20enhance simple dialog: add the possibility to use no buttons at all and add a...Ulf Lamping1-3/+22
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-08fix some MSVC const warningsUlf Lamping1-2/+2
2005-04-16temporarily fix a GTK1.x related bugUlf Lamping1-0/+3
2005-04-16prepare for "Don't show this message again" checkboxes in the simple_dialogUlf Lamping1-2/+29
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris1-2/+16
2004-06-29GTK2: convert character encoding from locale to UTF8Ulf Lamping1-2/+11
2004-06-18merge: bugfixes and code cleanupUlf Lamping1-1/+4
2004-06-17add implementation of button mask ESD_BTNS_YES_NOUlf Lamping1-7/+14
2004-06-04Make the definition of "simple_dialog()" match its declaration.Guy Harris1-3/+3
2004-05-26more code cleanup from dialog things:Ulf Lamping1-13/+5
2004-05-17GTK2 only: catch window state event, and call display_queued_messages()Ulf Lamping1-16/+7
2004-05-16don't show simple_dialogs, if main window iconified (minimized),Ulf Lamping1-1/+25
2004-05-01The display filter engine can return an error message that is not safeOlivier Biot1-1/+20
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris1-30/+86
2004-03-13replaced vsnprintf by g_vsnprintfUlf Lamping1-2/+2
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-5/+1
2004-02-23Put in a comment noting a problem with dialog boxes popped up before theGuy Harris1-1/+9
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris1-4/+3
2004-02-11Get rid of the "Question" alert box type - rename it to "Confirmation",Guy Harris1-4/+3
2004-02-11Give alert boxes an empty title on UN*X and a title of "Ethereal" onGuy Harris1-9/+39
2004-02-04Add some comments about the types of alert boxes you get with theGuy Harris1-4/+3
2004-02-03enhanced some dialog messages,Ulf Lamping1-1/+13
2004-01-31gtk_label_set_selectable() is only available from GTK version 2Ulf Lamping1-2/+2
2004-01-31cleanup of new "question dialogs",Ulf Lamping1-23/+43