summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
Commit message (Expand)AuthorAgeFilesLines
* GtkDialog: avoid underallocationsMatthias Clasen2011-06-091-0/+3
* More include cleanupsMatthias Clasen2011-06-071-1/+1
* Removed incorrect description's sentence.Patricia Santana Cruz2011-02-281-1/+1
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
* State that _add_button functions return a "#GtkButton widget"Christian Dywan2011-01-261-1/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-1/+2
* [GI] Fix transfer annotation on gtk_dialog_add_button()Steve Frécinaux2011-01-201-1/+1
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-1/+2
* Move GtkDialog docs inlineMatthias Clasen2011-01-041-0/+134
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+3
* Make GtkDialog use ::style-updatedCarlos Garnacho2011-01-041-5/+3
* docs: Update URL of some documentation linksJavier Jardón2010-11-161-1/+1
* gtk_dialog_get_content_area(): Fix the docs.Murray Cumming2010-11-131-1/+1
* gtkdialog.c: Remove trailing whitespaceMurray Cumming2010-11-131-99/+99
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-2/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-301-1/+1
* Use g_ascii_strto[u]ll instead of strto[u]l=Christian Persch2010-10-251-1/+1
* 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