| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 408244 – add GtkDialog::content-area-spacing | Christian Dywan | 2008-09-24 | 1 | -4/+26 |
* | return gboolean instead of gint. Reindent static prototypes. | Michael Natterer | 2008-09-02 | 1 | -41/+42 |
* | get rid of the deprecated aliases NONE and BOOL. | Michael Natterer | 2008-08-13 | 1 | -2/+2 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -1/+1 |
* | Add some missing braces | Matthias Clasen | 2008-08-05 | 1 | -3/+5 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | also revert change in how the dialog's vbox was added (bug #539732). | Michael Natterer | 2008-06-24 | 1 | -5/+3 |
* | Remove container implementation, which isn't thought for handling | Carlos Garnacho | 2008-06-24 | 1 | -75/+7 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Add missing Since: gtk-doc markup for newly added GSEAL API. Change all | Johan Dahlin | 2008-06-20 | 1 | -3/+3 |
* | change return value from GtkHButtonBox to GtkWidget. | Michael Natterer | 2008-06-20 | 1 | -2/+2 |
* | Document gtk_dialog_get_action_area(), gtk_dialog_pack_start() and gtk_dialog... | Tim Janik | 2008-06-20 | 1 | -0/+36 |
* | Fix GtkDialog, don't add vbox via gtk_container_add. | Tim Janik | 2008-06-20 | 1 | -2/+4 |
* | Add accessors for GtkDialog public vars, also implement GtkContainer::add/remove | Tim Janik | 2008-06-20 | 1 | -0/+68 |
* | Chain up to parent, so widgets can have internal children. | Johan Dahlin | 2008-01-24 | 1 | -1/+3 |
* | Chain up. This makes it possible to have accelerators tags on GtkDialog | Johan Dahlin | 2007-12-28 | 1 | -1/+9 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -8/+8 |
* | Move signal and property documentation inline, fix a problem with the | Matthias Clasen | 2007-11-25 | 1 | -3/+27 |
* | Mimic the behavior of gtk_dialog_add_action_widget closer, to make | Johan Dahlin | 2007-07-03 | 1 | -6/+31 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -1/+171 |
* | Require gtk-doc 1.6, for signal and property links. | Matthias Clasen | 2007-05-26 | 1 | -35/+38 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | Set default action area spacing to HIG-compliant 6px. Bug #345106, | Christian Persch | 2006-06-20 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -33/+2 |
* | Don't make this conditional on having a GTK_RESPONSE_CANCEL button -> end | Federico Mena Quintero | 2006-04-26 | 1 | -3/+0 |
* | Use the slice allocator for many small allocations. | Matthias Clasen | 2006-01-04 | 1 | -2/+8 |
* | Add a gtk-label-select-on-focus setting. (gtk_label_grab_focus): And use | Matthias Clasen | 2005-12-26 | 1 | -1/+6 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -4/+4 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 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 | -3/+3 |
* | Make this function public. (#170748, Morten Welinder) | Matthias Clasen | 2005-05-03 | 1 | -3/+16 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -7/+4 |
* | Some cleanups to the GtkDialog code: (#170746, Morten Welinder) Simplify, | Matthias Clasen | 2005-03-23 | 1 | -18/+6 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -4/+5 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+3 |
* | Don't try to focus the default_widget if there is none. (#169881, Thomas | Matthias Clasen | 2005-03-11 | 1 | -7/+7 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | Don't loop forever here, even if the only focusable widgets are labels. | Matthias Clasen | 2005-01-20 | 1 | -0/+6 |
* | Some clarification regarding modality. (#112903, Dave Bordoley) | Matthias Clasen | 2005-01-03 | 1 | -0/+6 |
* | Provide a non-varargs variant of gtk_dialog_set_alternative_button_order() | Matthias Clasen | 2004-11-21 | 1 | -0/+39 |
* | Fix the doc formatting. | Matthias Clasen | 2004-10-25 | 1 | -4/+4 |
* | Add a public setting for button ordering (#74669, Owen Taylor) | Matthias Clasen | 2004-10-25 | 1 | -7/+131 |
* | Skip selectable labels when looking for the initial focus widget. | Matthias Clasen | 2004-09-29 | 1 | -2/+13 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Don't ignore the return value of gtk_widget_activate(). | Federico Mena Quintero | 2004-03-12 | 1 | -6/+21 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Fix #68938. | Federico Mena Quintero | 2004-02-03 | 1 | -0/+33 |