]> Pileus Git - ~andy/gtk/history - gtk/gtkbutton.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkbutton.c
2013-02-07 Alexander LarssonAdd gtk_widget_(un)register_window
2012-09-17 Sébastien Granjouxbutton: Clear highlight when a button is removed from...
2012-08-20 Ryan Lortieport GtkButton to GtkActionHelper
2012-05-21 William Jon McCannProvide a way to force showing icons in buttons
2012-04-17 Benjamin Ottebutton: Remove _gtk_button_paint()
2012-04-17 Benjamin Ottewidget: Set .default class when widget is default
2012-03-01 Carlos Garnachobutton: Handle touch events
2012-03-01 Cosimo Cecchibutton: don't be active when holding the mouse button...
2012-02-27 Javier JardónChange FSF Address
2012-02-13 Murray CummingGtkButton: Small documentation improvements
2012-01-27 Carlos Garcia Camposgtkbutton: Use symbolic names for button numbers
2012-01-11 Ryan LortieGtkButton: don't do string compare on property set
2012-01-11 Ryan LortieRename gtk_application_window_get_observer
2012-01-09 Rui MatosRevert "button: Stop setting state flags on the style...
2012-01-09 Ryan LortieGtkButton: do not allow both types of actions
2012-01-09 Ryan LortieAdd new GtkActionable interface
2011-12-20 Cosimo Cecchibutton: deprecate the inner-border style property
2011-12-20 Cosimo Cecchibutton: add CSS borders to the size request
2011-12-20 Cosimo Cecchibutton: add a border param to gtk_button_get_props()
2011-12-19 Rui Matosbutton: Stop setting state flags on the style context...
2011-11-08 Benjamin Ottebutton: Don't call deprecated functions
2011-09-26 Matthias ClasenDocumentation fixes
2011-08-28 Matthias ClasenClean up unneeded includes
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-10 Matthias ClasenMake focus rectangles optional
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Matthias ClasenConvert GailButton to GtkButtonAccessible
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-05-27 Benjamin Ottebutton: Remove unused variables
2011-05-18 Cosimo Cecchiall: avoid boxed structs copying where possible
2011-05-17 Carlos Garnachobutton: Fix typo in keyboard grab's evmask
2011-04-12 Cosimo Cecchibutton: don't use the border values for padding
2011-04-12 Cosimo Cecchibutton: make gtk_button_get_props() return the padding too
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-23 Murray CummingMinor documentation improvements
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-07 Matthias ClasenAlways chain up in ::style-updated
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-23 Carlos GarnachoGtk(Toggle)Button: preserve untouched state flags when...
2011-01-21 Federico Mena Quinterobgo#626336 - Don't assume that GtkButton is activated...
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
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 Alexander LarssonMerge branch 'master' into broadway
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)
next