aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/simple_dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Move gtk to ui/gtk.Jörg Mayer2012-01-151-414/+0
* From Jan Šafránek:Anders Broman2011-11-121-4/+5
* Michael Mann:Anders Broman2011-10-051-0/+3
* Fix almost all accesses to ->windowJörg Mayer2011-07-211-1/+3
* Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in aGerald Combs2011-07-111-2/+0
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-6/+1
* Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris2010-11-271-20/+0
* Don't include stock icons that we no longer use.Jeff Morriss2010-09-171-9/+3
* Use GTK dialog stock icons rather than our own.Anders Broman2010-09-171-16/+5
* Add the ability to push temporary (and highlighted) messages onto theGerald Combs2009-11-041-0/+20
* Change gtk_pixmap_new() to gtk_image_new_from_pixmap().Anders Broman2009-09-141-1/+1
* (Trivial) Remove an obsolete comment related to GTK 1Bill Meier2009-06-081-1/+0
* Change button label to "Quit without Saving" from "Continue without Saving" Balint Reczey2009-05-271-0/+9
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-2/+2
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-2/+2
* sort #includes by directoriesUlf Lamping2008-04-131-7/+8
* compat_macros.h is gone now!!!Ulf Lamping2008-04-121-3/+2
* move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping2008-04-121-0/+1
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-6/+6
* OBECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-23/+23
* remove GTK1 codeUlf Lamping2008-04-071-21/+1
* if we compile for gtk1 'text' is no longer referenced in the simple_dialog_c...Ronnie Sahlberg2007-04-241-1/+1
* Wrap long lines in simple dialogs so that the dialog and its messageStephen Fisher2007-03-011-0/+1
* From Floren Drouin:Anders Broman2007-02-271-0/+2
* Recent versions of GTK+ have added a "gtk-label-select-on-focus"Gerald Combs2007-01-201-7/+11
* From Giorgio Tino: Add a "Don't show this message again" option to an Gerald Combs2006-10-311-3/+3
* Ethereal->WiresharkAnders Broman2006-05-281-2/+2
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* enhance simple dialog: add the possibility to use no buttons at all and add a...Ulf Lamping2005-09-201-3/+22
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* fix some MSVC const warningsUlf Lamping2005-08-081-2/+2
* temporarily fix a GTK1.x related bugUlf Lamping2005-04-161-0/+3
* prepare for "Don't show this message again" checkboxes in the simple_dialogUlf Lamping2005-04-161-2/+29
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Daniel Thompson: add additional message/alert box options toGuy Harris2004-07-131-2/+16
* GTK2: convert character encoding from locale to UTF8Ulf Lamping2004-06-291-2/+11
* merge: bugfixes and code cleanupUlf Lamping2004-06-181-1/+4
* add implementation of button mask ESD_BTNS_YES_NOUlf Lamping2004-06-171-7/+14
* Make the definition of "simple_dialog()" match its declaration.Guy Harris2004-06-041-3/+3
* more code cleanup from dialog things:Ulf Lamping2004-05-261-13/+5
* GTK2 only: catch window state event, and call display_queued_messages()Ulf Lamping2004-05-171-16/+7
* don't show simple_dialogs, if main window iconified (minimized),Ulf Lamping2004-05-161-1/+25
* The display filter engine can return an error message that is not safeOlivier Biot2004-05-011-1/+20
* Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris2004-04-161-30/+86
* replaced vsnprintf by g_vsnprintfUlf Lamping2004-03-131-2/+2
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-5/+1
* Put in a comment noting a problem with dialog boxes popped up before theGuy Harris2004-02-231-1/+9
* The HIG's and/or GUI toolkit documentation for:Guy Harris2004-02-121-4/+3
* Get rid of the "Question" alert box type - rename it to "Confirmation",Guy Harris2004-02-111-4/+3