summaryrefslogtreecommitdiff
path: root/gtk/gtkmessagedialog.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+2
* Make GtkMessageDialog use GtkStyleContextCarlos Garnacho2011-01-041-7/+10
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-2/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-2/+2
* Tons of transfer annotationsMatthias Clasen2010-09-211-7/+10
* Remove separators from dialogsMatthias Clasen2010-09-021-31/+1
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-12/+12
* gtk/gtkmessagedialog.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-3/+3
* GtkMessageDialog: move public members to private structureJavier Jardón2010-07-131-69/+59
* Use accessor functions to access GtkDialogJavier Jardón2010-07-131-4/+9
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Make the message area available in gtkbuilder as wellMatthias Clasen2010-06-241-1/+40
* Remove unnused variableJavier Jardón2010-06-241-1/+1
* bgo#328069 - Add gtk_message_dialog_get_message_area()Federico Mena Quintero2010-06-221-5/+52
* Move documentation to inline comments: GtkMessageDialogJavier Jardón2010-04-211-0/+47
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-5/+5
* Bug 555270 – Allow unsetting a MessageDialog's imageChristian Dywan2008-10-081-1/+8
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* Doc fixesMatthias Clasen2008-07-211-0/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* must return a value of the appropriate type with g_return_val_if_failHans Breuer2008-06-201-1/+1
* Add missing accessor for sealed field GtkMessageDialog->image.Johan Dahlin2008-06-201-0/+16
* More default property value fixesMatthias Clasen2007-12-281-1/+1
* Require gtk-doc 1.8Matthias Clasen2007-11-251-3/+2
* Fix an a11y regressionMatthias Clasen2006-12-041-0/+15
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Add an image propertyMatthias Clasen2006-05-091-44/+77
* Boilerplate reductionMatthias Clasen2006-05-021-34/+3
* Apply a patch from Dennis Cranston to make dialogs more consistentMatthias Clasen2006-03-101-19/+13
* Add properties. (#311254, Johan Dahlin) (gtk_message_dialog_new): RemoveMatthias Clasen2006-01-111-11/+138
* Alert dialogs should not have titles and should not be displayed in theMatthias Clasen2005-12-301-6/+4
* Fix an example. (#322493, Elie De Brauwer)Matthias Clasen2005-11-271-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* When using gtk_dialog_run() for modal dialogs, make sure to inherit theMatthias Clasen2005-08-151-2/+2
* 2.7.4GTK_2_7_4Matthias Clasen2005-07-221-1/+2
* Point out escaping oversight. (#311260, Owen Taylor)Matthias Clasen2005-07-221-0/+12
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-5/+7
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-3/+3
* Don't show the secondary label on show_all(). (#161707, Christian Persch)Matthias Clasen2004-12-201-1/+2
* Don't leak pango_font_description object (#160214, Frederic Crozat).Matthias Clasen2004-12-021-0/+1
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Add missing includes. (#156503, Kazuki IWAMOTO)Matthias Clasen2004-10-261-0/+1
* Fix for #118764, David Bordoley:Carlos Garnacho Parro2004-10-261-14/+188