| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability to push temporary (and highlighted) messages onto the | Gerald Combs | 2009-11-04 | 1 | -0/+20 |
* | Change gtk_pixmap_new() to gtk_image_new_from_pixmap(). | Anders Broman | 2009-09-14 | 1 | -1/+1 |
* | (Trivial) Remove an obsolete comment related to GTK 1 | Bill Meier | 2009-06-08 | 1 | -1/+0 |
* | Change button label to "Quit without Saving" from "Continue without Saving" | Balint Reczey | 2009-05-27 | 1 | -0/+9 |
* | Turn on -Wshorten-64-to-32 by default, and fix some issues that turned | Guy Harris | 2009-04-21 | 1 | -2/+2 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-06-29 | 1 | -2/+2 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -7/+8 |
* | compat_macros.h is gone now!!! | Ulf Lamping | 2008-04-12 | 1 | -3/+2 |
* | move stock icon code from toolbar.c into specific stock_icons file(s) | Ulf Lamping | 2008-04-12 | 1 | -0/+1 |
* | last round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -6/+6 |
* | OBECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -23/+23 |
* | remove GTK1 code | Ulf Lamping | 2008-04-07 | 1 | -21/+1 |
* | if we compile for gtk1 'text' is no longer referenced in the simple_dialog_c... | Ronnie Sahlberg | 2007-04-24 | 1 | -1/+1 |
* | Wrap long lines in simple dialogs so that the dialog and its message | Stephen Fisher | 2007-03-01 | 1 | -0/+1 |
* | From Floren Drouin: | Anders Broman | 2007-02-27 | 1 | -0/+2 |
* | Recent versions of GTK+ have added a "gtk-label-select-on-focus" | Gerald Combs | 2007-01-20 | 1 | -7/+11 |
* | From Giorgio Tino: Add a "Don't show this message again" option to an | Gerald Combs | 2006-10-31 | 1 | -3/+3 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -2/+2 |
* | Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI | Guy Harris | 2006-05-22 | 1 | -2/+2 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | enhance simple dialog: add the possibility to use no buttons at all and add a... | Ulf Lamping | 2005-09-20 | 1 | -3/+22 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | fix some MSVC const warnings | Ulf Lamping | 2005-08-08 | 1 | -2/+2 |
* | temporarily fix a GTK1.x related bug | Ulf Lamping | 2005-04-16 | 1 | -0/+3 |
* | prepare for "Don't show this message again" checkboxes in the simple_dialog | Ulf Lamping | 2005-04-16 | 1 | -2/+29 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Daniel Thompson: add additional message/alert box options to | Guy Harris | 2004-07-13 | 1 | -2/+16 |
* | GTK2: convert character encoding from locale to UTF8 | Ulf Lamping | 2004-06-29 | 1 | -2/+11 |
* | merge: bugfixes and code cleanup | Ulf Lamping | 2004-06-18 | 1 | -1/+4 |
* | add implementation of button mask ESD_BTNS_YES_NO | Ulf Lamping | 2004-06-17 | 1 | -7/+14 |
* | Make the definition of "simple_dialog()" match its declaration. | Guy Harris | 2004-06-04 | 1 | -3/+3 |
* | more code cleanup from dialog things: | Ulf Lamping | 2004-05-26 | 1 | -13/+5 |
* | GTK2 only: catch window state event, and call display_queued_messages() | Ulf Lamping | 2004-05-17 | 1 | -16/+7 |
* | don't show simple_dialogs, if main window iconified (minimized), | Ulf Lamping | 2004-05-16 | 1 | -1/+25 |
* | The display filter engine can return an error message that is not safe | Olivier Biot | 2004-05-01 | 1 | -1/+20 |
* | Add a "report_failure()" routine to allow dissectors to report arbitrary | Guy Harris | 2004-04-16 | 1 | -30/+86 |
* | replaced vsnprintf by g_vsnprintf | Ulf Lamping | 2004-03-13 | 1 | -2/+2 |
* | replaced sprintf / snprintf by g_snprintf, | Ulf Lamping | 2004-03-13 | 1 | -5/+1 |
* | Put in a comment noting a problem with dialog boxes popped up before the | Guy Harris | 2004-02-23 | 1 | -1/+9 |
* | The HIG's and/or GUI toolkit documentation for: | Guy Harris | 2004-02-12 | 1 | -4/+3 |
* | Get rid of the "Question" alert box type - rename it to "Confirmation", | Guy Harris | 2004-02-11 | 1 | -4/+3 |
* | Give alert boxes an empty title on UN*X and a title of "Ethereal" on | Guy Harris | 2004-02-11 | 1 | -9/+39 |
* | Add some comments about the types of alert boxes you get with the | Guy Harris | 2004-02-04 | 1 | -4/+3 |
* | enhanced some dialog messages, | Ulf Lamping | 2004-02-03 | 1 | -1/+13 |
* | gtk_label_set_selectable() is only available from GTK version 2 | Ulf Lamping | 2004-01-31 | 1 | -2/+2 |
* | cleanup of new "question dialogs", | Ulf Lamping | 2004-01-31 | 1 | -23/+43 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -2/+3 |
* | renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to | Ulf Lamping | 2004-01-31 | 1 | -2/+2 |
* | using GTK2 stock icons for dialogs instead of Ethereal specific ones | Ulf Lamping | 2004-01-31 | 1 | -11/+10 |
* | added "Yes" and "No" buttons to the simple_dialog, | Ulf Lamping | 2004-01-29 | 1 | -30/+68 |