]> Pileus Git - ~andy/gtk/history - gtk/gtkbutton.c
Deprecate widget flag: GTK_WIDGET_VISIBLE
[~andy/gtk] / gtk / gtkbutton.c
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2010-04-04 Javier JardónDeprecate some widget flags
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-11 Christian DywanReset the pressed state of a button when the screen...
2009-11-28 Matthias ClasenImprove docs of two style properties
2009-07-01 Matthias ClasenMake stock buttons have mnemonics again
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-19 Matthias ClasenFix an oversight in mnemonic handling
2009-02-22 Matthias ClasenRename gtk_activatable_reset to gtk_activatable_sync_ac...
2009-01-27 Matthias ClasenActivate the action in a regular clicked handler instea...
2009-01-23 Matthias Claseni Bug 560228 – Add "action-controller" property...
2008-08-15 Christian DywanImprove documentation of "gtk-button-images" setting
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-01 Cody RussellBug 56070 – Can't click button after setting it sensitive.
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-21 Johan DahlinDocument a style property
2008-06-20 Johan DahlinFix up deprecated markup syntax. Add version numbers...
2008-06-18 Johan DahlinDon't markup deprecated in italics.
2008-01-25 Michael Natterergtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext...
2007-07-03 Matthias ClasenDon't leave priv->image dangling when use-stock is...
2007-05-26 Matthias ClasenRequire gtk-doc 1.6, for signal and property links.
2007-05-10 Matthias ClasenUnparent the old image before overwriting priv->image...
2006-12-24 Matthias ClasenWhen shift-clicking, keep the larger part of the select...
2006-12-24 Matthias ClasenBe more careful when faking a button release. (#323146...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-06-08 Matthias ClasenDon't call construct_child here, since some apps make...
2006-06-01 Matthias ClasenAdd an icon-spacing style property for the same purpose.
2006-05-31 Matthias ClasenAdd a GtkButton::image-position property with getter...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-03-06 Matthias ClasenFix handling of image-only buttons. (#332985, Kalle...
2006-01-17 Michael Nattererremove the "child-spacing" style property again and...
2006-01-16 Michael Nattererapplied patch from maemo-gtk which adds a child-spacing...
2005-09-29 Matthias ClasenCheck arguments. (#317491, Paolo Borelli)
2005-09-14 Matthias ClasenNo point in using a mem chunk for window groups, button...
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-06-30 Manish Singhdeclare _gdk_xgrab_check_button_event.
2005-06-30 Matthias ClasenHandle broken grabs.
2005-06-27 Matthias ClasenContinue to activate even if we can't grab the keyboard.
2005-06-23 Matthias ClasenDon't trigger warnings if there are extra references...
2005-06-17 Matthias ClasenDocument several button signals as not useful. `
2005-06-16 Matthias ClasenAdd some more docs. (#307818, Christian Persch)
2005-03-31 Sven NeumannMerged from gtk-2-6:
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-21 Matthias Clasen: Mark param spec strings as static.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias Clasenx
2005-01-25 Matthias ClasenFix docs. (#165180, Jeff Franks)
2005-01-02 Matthias ClasenAllow unsetting the custom image by passing NULL. ...
2004-11-17 Matthias ClasenFix a stupid oversight.
2004-11-16 Matthias ClasenReally free the list. (#158422, Morten Welinder)
2004-11-16 Matthias ClasenUse GPOINTER_TO_UINT()/GUINT_TO_POINTER() for guints...
2004-11-15 Matthias Clasen*** empty log message ***
2004-11-15 Matthias Clasen*** empty log message ***
2004-09-26 Matthias ClasenRevert the button state to !button_down, if we're missi...
2004-09-22 Matthias ClasenRemove unnecessary g_return_if_fail()s from virtual...
2004-09-20 Matthias ClasenAdd a boolean ::displace-focus style property and apply...
2004-08-16 Matthias ClasenFix #150125:
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-06-05 Matthias ClasenAdd a note about the !CAN_FOCUS quirk in the button...
2004-05-18 Matthias ClasenGo back to the initial fix for the focus-overdrawing...
2004-05-17 Matthias ClasenAllocate space for the focus rectangle only if necessar...
2004-05-07 Matthias ClasenDon't let the child draw over the focus rectangle.
2004-04-15 Matthias ClasenDoc fixes.
2004-03-10 Matthias ClasenFix #136614 in a better way:
2004-03-07 Jonathan Blandfordactually use gtk_button_add.
2004-03-07 Matthias ClasenDon't use xthickness in the height calculation.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-05 Matthias ClasenDon't let the priv->image pointer dangle. (#136259...
2004-02-19 Matthias ClasenFixes for #82099:
2004-02-13 Matthias ClasenDon't draw bevels around active, RELIEF_NONE buttons...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-18 Matthias ClasenCorrect misleading docs. Add docs for the "activate...
2003-12-15 Matthias ClasenAdd new properties, xalign and yalign, with getter...
2003-11-07 Matthias ClasenMake string setters safe for self-assignment. (#122745...
2003-07-08 Soeren Sandmannremove GDK_EXPOSURE_MASK for INPUT_ONLY window same...
2003-04-12 Matthias ClasenDocument.
2003-04-02 Soeren Sandmannadd property focus_on_click
2002-12-10 Matthias Clasen Data constness fixes. (#75754)
2002-10-11 Manish SinghDeprecation cleanup
2002-08-10 Soren SandmannMinor documentation fixes
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-02-22 Soeren Sandmannfeedback when check and radio buttons are depressed.
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-01-30 Matthias ClasenRemove excess calls to g_return_if_fail from static...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2001-12-20 Matthias ClasenMore precise documentation about underscores and mnemon...
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-11-25 Kristian Rietveldfree font_desc when finished (#65266)
next