summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
Commit message (Expand)AuthorAgeFilesLines
* Another fix for the initial focus heuristicMatthias Clasen2010-09-191-6/+6
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-1/+1
* add annotations for tranfer and scope so that methods are exported by GIJohn (J5) Palmieri2010-09-071-2/+2
* Remove separators from dialogsMatthias Clasen2010-09-021-158/+4
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-18/+18
* Make the initial focus in dialogs work as intendedMatthias Clasen2010-08-251-12/+15
* gtk/gtkdialog.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-13/+16
* gtk/gtkdialog.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+2
* gtkdialog: Move public members to private structureJavier Jardón2010-07-131-63/+89
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Fix an infinite loop in gtk_dialog_map()Matthias Clasen2010-03-081-4/+3
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-8/+8
* Bug 596019 - No accessors for GtkDialog buttonsJavier Jardón2009-10-121-0/+43
* Make an internal function staticMatthias Clasen2009-05-031-1/+1
* Bug 562817 – Typo in GtkDialogPaul Bolle2008-11-301-1/+1
* 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