| Commit message (Expand) | Author | Age | Files | Lines |
* | Make GtkMessageDialog use GtkStyleContext | Carlos Garnacho | 2011-01-04 | 1 | -7/+10 |
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-11-02 | 1 | -2/+2 |
* | Use gtk_box_new() instead gtk_[v|h]box_new() | Javier Jardón | 2010-10-30 | 1 | -2/+2 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -7/+10 |
* | Remove separators from dialogs | Matthias Clasen | 2010-09-02 | 1 | -31/+1 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -12/+12 |
* | gtk/gtkmessagedialog.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -3/+3 |
* | GtkMessageDialog: move public members to private structure | Javier Jardón | 2010-07-13 | 1 | -69/+59 |
* | Use accessor functions to access GtkDialog | Javier Jardón | 2010-07-13 | 1 | -4/+9 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Make the message area available in gtkbuilder as well | Matthias Clasen | 2010-06-24 | 1 | -1/+40 |
* | Remove unnused variable | Javier Jardón | 2010-06-24 | 1 | -1/+1 |
* | bgo#328069 - Add gtk_message_dialog_get_message_area() | Federico Mena Quintero | 2010-06-22 | 1 | -5/+52 |
* | Move documentation to inline comments: GtkMessageDialog | Javier Jardón | 2010-04-21 | 1 | -0/+47 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -3/+3 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -5/+5 |
* | Bug 555270 – Allow unsetting a MessageDialog's image | Christian Dywan | 2008-10-08 | 1 | -1/+8 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | Doc fixes | Matthias Clasen | 2008-07-21 | 1 | -0/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | must return a value of the appropriate type with g_return_val_if_fail | Hans Breuer | 2008-06-20 | 1 | -1/+1 |
* | Add missing accessor for sealed field GtkMessageDialog->image. | Johan Dahlin | 2008-06-20 | 1 | -0/+16 |
* | More default property value fixes | Matthias Clasen | 2007-12-28 | 1 | -1/+1 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -3/+2 |
* | Fix an a11y regression | Matthias Clasen | 2006-12-04 | 1 | -0/+15 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Add an image property | Matthias Clasen | 2006-05-09 | 1 | -44/+77 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -34/+3 |
* | Apply a patch from Dennis Cranston to make dialogs more consistent | Matthias Clasen | 2006-03-10 | 1 | -19/+13 |
* | Add properties. (#311254, Johan Dahlin) (gtk_message_dialog_new): Remove | Matthias Clasen | 2006-01-11 | 1 | -11/+138 |
* | Alert dialogs should not have titles and should not be displayed in the | Matthias Clasen | 2005-12-30 | 1 | -6/+4 |
* | Fix an example. (#322493, Elie De Brauwer) | Matthias Clasen | 2005-11-27 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | When using gtk_dialog_run() for modal dialogs, make sure to inherit the | Matthias Clasen | 2005-08-15 | 1 | -2/+2 |
* | 2.7.4GTK_2_7_4 | Matthias Clasen | 2005-07-22 | 1 | -1/+2 |
* | Point out escaping oversight. (#311260, Owen Taylor) | Matthias Clasen | 2005-07-22 | 1 | -0/+12 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -3/+3 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -5/+7 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -3/+3 |
* | Don't show the secondary label on show_all(). (#161707, Christian Persch) | Matthias Clasen | 2004-12-20 | 1 | -1/+2 |
* | Don't leak pango_font_description object (#160214, Frederic Crozat). | Matthias Clasen | 2004-12-02 | 1 | -0/+1 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Add missing includes. (#156503, Kazuki IWAMOTO) | Matthias Clasen | 2004-10-26 | 1 | -0/+1 |
* | Fix for #118764, David Bordoley: | Carlos Garnacho Parro | 2004-10-26 | 1 | -14/+188 |
* | Add a public setting for button ordering (#74669, Owen Taylor) | Matthias Clasen | 2004-10-25 | 1 | -0/+8 |