]> Pileus Git - ~andy/gtk/history - gtk/gtkbutton.c
[GI] Add missing (out) and (array) annotations
[~andy/gtk] / gtk / gtkbutton.c
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-18 Pavel Holejsovsky[GI] Cosmetic cleanups of annotations and doc comments
2011-01-10 Carlos GarnachoUpdate _gtk_button_paint() arguments to GtkStyleContext
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-05 Paolo BorelliUse the new style context API in GtkButton
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos GarnachoGtkStyleProperties: Turn border-width into a GtkBorder...
2010-12-04 Carlos GarnachoGtkButton: Remove unneeded gtk_style_context_notify_sta...
2010-12-04 Carlos GarnachoGtkButton: Use GtkStyleContext for rendering.
2010-12-04 Carlos GarnachoGtkButton: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkButton: Notify on prelight state change.
2010-12-04 Carlos GarnachoGtkButton: Notify on active state when (un)depressed
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-23 Michael NattererMove all GdkDevice members to private and add one missi...
2010-11-19 Javier JardónCreate a private header to access some GtkButton variables
2010-11-19 Javier Jardóngtktbutton: Move public members to private structure
2010-11-16 Javier Jardóndocs: Fix a typo in gtk_button_set_alignment() docs
2010-11-16 Javier Jardóndocs: Fix a typo in gtk_button_set_alignment() docs
2010-11-02 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
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_box_new() instead gtk_[v|h]box_new()
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Alberto GarciaAssign all g_signal_connect() and friends to gulong...
2010-10-20 Ryan LortieGtkButton: avoid use of gtk_get_event_widget()
2010-10-20 Emmanuele Bassisettings: Move setting property registration in gtksett...
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Ottebutton: Port to draw vfunc
2010-09-26 Benjamin Ottebutton: Remove is_drawable() check
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-13 Havoc PenningtonGtkButton: let GtkContainer handle border width
2010-08-22 Javier Jardóngtk/gtkbutton.c: use accessor functions to access GtkWidget
2010-08-17 Carlos GarnachoGtkButton: Also handle activate from mouse events.
2010-08-07 Tristan Van BerkomFixed expressions in gtk_button_size_allocate()
2010-07-13 Javier JardónUse accessor functions to access GtkAlignment
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse GtkBin accessors
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-07-06 Tadej Borovšak[docs] GtkButton: Move documentation to inline comments
2010-06-27 Mirsal EnnaimeAdd an accessor for the GSEALed Gtkbutton's event_windo...
2010-06-18 Tristan Van BerkomMass api change from GtkExtendedLayout --> GtkSizeRequest
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-13 Tristan Van BerkomMega commit to change ->get_desired_size() for ->get_de...
2010-04-07 Tristan Van BerkomImplement GtkExtendedLayout on GtkButton
2010-04-04 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)
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
2010-03-09 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-02 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-03-01 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_SENSITIVE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-01-07 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2010-01-07 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...
next