summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 408244 – add GtkDialog::content-area-spacingChristian Dywan2008-09-241-4/+26
* return gboolean instead of gint. Reindent static prototypes.Michael Natterer2008-09-021-41/+42
* get rid of the deprecated aliases NONE and BOOL.Michael Natterer2008-08-131-2/+2
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-1/+1
* Add some missing bracesMatthias Clasen2008-08-051-3/+5
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* also revert change in how the dialog's vbox was added (bug #539732).Michael Natterer2008-06-241-5/+3
* Remove container implementation, which isn't thought for handlingCarlos Garnacho2008-06-241-75/+7
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-3/+3
* change return value from GtkHButtonBox to GtkWidget.Michael Natterer2008-06-201-2/+2
* Document gtk_dialog_get_action_area(), gtk_dialog_pack_start() and gtk_dialog...Tim Janik2008-06-201-0/+36
* Fix GtkDialog, don't add vbox via gtk_container_add.Tim Janik2008-06-201-2/+4
* Add accessors for GtkDialog public vars, also implement GtkContainer::add/removeTim Janik2008-06-201-0/+68
* Chain up to parent, so widgets can have internal children.Johan Dahlin2008-01-241-1/+3
* Chain up. This makes it possible to have accelerators tags on GtkDialogJohan Dahlin2007-12-281-1/+9
* Require gtk-doc 1.8Matthias Clasen2007-11-251-8/+8
* Move signal and property documentation inline, fix a problem with theMatthias Clasen2007-11-251-3/+27
* Mimic the behavior of gtk_dialog_add_action_widget closer, to makeJohan Dahlin2007-07-031-6/+31
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+171
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-35/+38
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* Set default action area spacing to HIG-compliant 6px. Bug #345106,Christian Persch2006-06-201-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-33/+2
* Don't make this conditional on having a GTK_RESPONSE_CANCEL button -> endFederico Mena Quintero2006-04-261-3/+0
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-2/+8
* Add a gtk-label-select-on-focus setting. (gtk_label_grab_focus): And useMatthias Clasen2005-12-261-1/+6
* Intern some more strings.Matthias Clasen2005-09-011-4/+4
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-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-3/+3
* Make this function public. (#170748, Morten Welinder)Matthias Clasen2005-05-031-3/+16
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-7/+4
* Some cleanups to the GtkDialog code: (#170746, Morten Welinder) Simplify,Matthias Clasen2005-03-231-18/+6
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-4/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Don't try to focus the default_widget if there is none. (#169881, ThomasMatthias Clasen2005-03-111-7/+7
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Don't loop forever here, even if the only focusable widgets are labels.Matthias Clasen2005-01-201-0/+6
* Some clarification regarding modality. (#112903, Dave Bordoley)Matthias Clasen2005-01-031-0/+6
* Provide a non-varargs variant of gtk_dialog_set_alternative_button_order()Matthias Clasen2004-11-211-0/+39
* Fix the doc formatting.Matthias Clasen2004-10-251-4/+4
* Add a public setting for button ordering (#74669, Owen Taylor)Matthias Clasen2004-10-251-7/+131
* Skip selectable labels when looking for the initial focus widget.Matthias Clasen2004-09-291-2/+13
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Don't ignore the return value of gtk_widget_activate().Federico Mena Quintero2004-03-121-6/+21
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix #68938.Federico Mena Quintero2004-02-031-0/+33