]> Pileus Git - ~andy/gtk/history - gtk/gtkdialog.c
gtk_dialog_get_content_area(): Fix the docs.
[~andy/gtk] / gtk / gtkdialog.c
2010-11-10 Murray Cumminggtk_dialog_get_content_area(): Fix the docs.
2010-11-10 Murray Cumminggtkdialog.c: Remove trailing whitespace
2010-10-31 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-30 Javier JardónUse gtk_button_box_new() instead gtk_[v|h]_button_box_new()
2010-10-25 =Christian PerschUse g_ascii_strto[u]ll instead of strto[u]l
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-19 Matthias ClasenAnother fix for the initial focus heuristic
2010-09-08 Colin WaltersGDK: Prefix key names with KEY_
2010-09-07 John (J5) Palmieriadd annotations for tranfer and scope so that methods...
2010-09-02 Matthias ClasenRemove separators from dialogs
2010-08-27 Javier JardónUse GtkFooPrivate instead GtkFooPriv
2010-08-25 Matthias ClasenMake the initial focus in dialogs work as intended
2010-08-23 Javier Jardóngtk/gtkdialog.c: Use accessor functions to access GtkWindow
2010-08-22 Javier Jardóngtk/gtkdialog.c: use accessor functions to access GtkWidget
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier Jardóngtkdialog: Move public members to private structure
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-04-04 Matthias ClasenFix an infinite loop in gtk_dialog_map()
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-08 Matthias ClasenFix an infinite loop in gtk_dialog_map()
2010-03-02 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-12 Javier JardónBug 596019 - No accessors for GtkDialog buttons
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-13 Federico Mena QuinteroMerge fix for bgo#315462 - Make GtkLabel deal with...
2009-05-12 Federico Mena QuinteroMerge fix for bgo#463773 - Handle a NULL display in...
2009-05-03 Matthias ClasenMake an internal function static
2008-11-30 Paul BolleBug 562817 – Typo in GtkDialog
2008-09-24 Christian DywanBug 408244 – add GtkDialog::content-area-spacing
2008-09-02 Michael Nattererreturn gboolean instead of gint. Reindent static protot...
2008-08-13 Michael Nattererget rid of the deprecated aliases NONE and BOOL.
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-08-05 Matthias ClasenAdd some missing braces
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-24 Michael Nattereralso revert change in how the dialog's vbox was added...
2008-06-24 Carlos GarnachoRemove container implementation, which isn't thought...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-20 Johan DahlinAdd missing Since: gtk-doc markup for newly added GSEAL...
2008-06-20 Michael Nattererchange return value from GtkHButtonBox to GtkWidget.
2008-06-20 Tim JanikDocument gtk_dialog_get_action_area(), gtk_dialog_pack_...
2008-06-20 Tim JanikFix GtkDialog, don't add vbox via gtk_container_add.
2008-06-20 Tim JanikAdd accessors for GtkDialog public vars, also implement...
2008-01-24 Johan DahlinChain up to parent, so widgets can have internal children.
2007-12-28 Johan DahlinChain up. This makes it possible to have accelerators...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-11-25 Matthias ClasenMove signal and property documentation inline, fix...
2007-07-03 Johan DahlinMimic the behavior of gtk_dialog_add_action_widget...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-05-26 Matthias ClasenRequire gtk-doc 1.6, for signal and property links.
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-20 Christian PerschSet default action area spacing to HIG-compliant 6px...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-26 Federico Mena QuinteroDon't make this conditional on having a GTK_RESPONSE_CA...
2006-01-04 Matthias ClasenUse the slice allocator for many small allocations.
2005-12-26 Matthias ClasenAdd a gtk-label-select-on-focus setting. (gtk_label_gra...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-15 Matthias ClasenWhen using gtk_dialog_run() for modal dialogs, make...
2005-05-03 Matthias ClasenMake this function public. (#170748, Morten Welinder)
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-23 Matthias ClasenSome cleanups to the GtkDialog code: (#170746, Morten...
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-11 Matthias ClasenDon't try to focus the default_widget if there is none...
2005-03-09 Matthias ClasenMore canonical property names.
2005-01-20 Matthias ClasenDon't loop forever here, even if the only focusable...
2005-01-03 Matthias ClasenSome clarification regarding modality. (#112903, Dave...
2004-11-21 Matthias ClasenProvide a non-varargs variant of gtk_dialog_set_alterna...
2004-10-25 Matthias ClasenFix the doc formatting.
2004-10-25 Matthias ClasenAdd a public setting for button ordering (#74669, Owen...
2004-09-29 Matthias ClasenSkip selectable labels when looking for the initial...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-12 Federico Mena QuinteroDon't ignore the return value of gtk_widget_activate().
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-03 Federico Mena QuinteroFix #68938.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-15 Federico Mena QuinteroSigh, revert the change.
2003-12-15 Federico Mena QuinteroRemoved. (gtk_dialog_close): Don't call dialog_has_canc...
2002-12-16 Owen TaylorSome fixes for modal hint setting based on a patch...
2002-12-14 Chema Celoriominor coding style fix.
2002-12-14 Owen TaylorChange the Escape key binding to only close if the...
2002-11-25 Owen TaylorRemove code to grab the focus here, it is no longer...
2002-10-13 Soeren SandmannDocumentation fixes.
2002-10-11 Manish SinghDeprecation cleanup
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-07-10 Owen TaylorFix some cases where signal connection IDs where being...
2002-04-18 Matthias Clasens/<!>/<!-- -->/g throughout the documentation to bring...
2002-01-30 Owen TaylorTry to make sure that we have some focused widget on...
2002-01-08 Matthias ClasenDoc typo fix. (#68172)
2001-12-24 James Henstridges/<!>/<!-- -->/ to make the doc valid with both SGML...
2001-12-13 Matthias ClasenMarkup fixes.
2001-11-19 Owen TaylorRename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION...
next