summaryrefslogtreecommitdiff
path: root/gtk/gtkmessagedialog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a public setting for button ordering (#74669, Owen Taylor)Matthias Clasen2004-10-251-0/+8
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Back out the put-labels-into-the-standard-focus-chain patches from bugOwen Taylor2004-03-111-41/+0
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New ::map() handler. If no widget has the focus, try to give it to theFederico Mena Quintero2004-02-111-0/+41
* Make the window not resizable. Fixes #114032.Federico Mena Quintero2004-02-031-0/+2
* Add documentation for the use_separator style property.Federico Mena Quintero2004-02-031-0/+8
* Fix #68938.Federico Mena Quintero2004-02-031-0/+16
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* Allow NULL for message_format, as described in the docs and as workedOwen Taylor2003-10-291-25/+41
* Add a missing break. (#119156, Callum McKenzie)Owen Taylor2003-08-051-0/+1
* Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport):Matthias Clasen2003-07-181-2/+78
* Deprecation cleanupManish Singh2002-10-111-15/+18
* General property notification cleanup.Matthias Clasen2002-01-281-0/+2
* Align the image at the top, #65020, request from Seth Nickell)Owen Taylor2001-11-241-0/+1
* Patch from Murray Cumming to add "message_type" and "buttons" CONSTRUCTOwen Taylor2001-11-151-14/+132
* WarnOwen Taylor2001-11-131-0/+6
* Go to the GUP proposed ordering of buttons with [OK] in the lower rightOwen Taylor2001-11-021-6/+6
* implement overwrite modeHavoc Pennington2001-06-011-0/+3
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-7/+7
* fix warningHavoc Pennington2001-04-281-1/+2
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-6/+46
* Derive from GtkDialog, and use stock buttons. Should be 100% sourceHavoc Pennington2000-11-061-12/+10
* create some stock buttons with the default accel group (create_image):Havoc Pennington2000-10-201-0/+251