summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-1/+0
* Work towards a clean docs buildMatthias Clasen2016-11-181-5/+7
* snapshot: Convert GtkButton and subclassesBenjamin Otte2016-11-151-14/+29
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+1
* button: Remove _get_event_windowTimm Bäder2016-11-051-19/+0
* widget: Remove state-flags leftoversTimm Bäder2016-11-021-5/+5
* gtk: Chain up in realize()Benjamin Otte2016-11-021-8/+3
* button: show() the image in gtk_button_new_from_icon_nameTimm Bäder2016-10-311-3/+1
* Remove deprecated GTK_RELIEF_HALFRico Tzschichholz2016-10-231-2/+0
* button: Add Since annotations to icon-name setter/getterTimm Bäder2016-10-221-0/+4
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-89/+22
* button: Fix icon-name implementationTimm Bäder2016-10-201-63/+108
* button: Remove grab_timeTimm Bäder2016-10-201-4/+0
* button: Restore focusMatthias Clasen2016-10-181-1/+1
* button: Convert to indirect renderingMatthias Clasen2016-10-181-31/+14
* button: Add icon-name propertyTimm Bäder2016-10-181-369/+112
* button: Stop implementing GtkActivatableTimm Bäder2016-10-181-225/+1
* button: Stop checking for GtkSettings:gtk-button-images settingTimm Bäder2016-10-181-67/+3
* button: Use gdk_window_new_input()Benjamin Otte2016-10-181-19/+8
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-4/+0
* button: Remove _{get,set}_focus_clickTimm Bäder2016-10-161-45/+0
* button: Remove deprecated style propertiesTimm Bäder2016-10-161-130/+2
* button: Remove deprecated signals from public APITimm Bäder2016-10-161-208/+48
* button: Remove GtkStock APITimm Bäder2016-10-161-172/+11
* Button: Remove alignment APITimm Bäder2016-10-161-232/+3
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-4/+4
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-6/+6
* docs: point to suggested api for deprecated functionsStefan Sauer2016-06-091-8/+10
* docs: Add deprecation notice for GtkButton.set_focus_on_click()Emmanuele Bassi2016-06-091-0/+2
* button: Free gadgets and gestures in finalizeMatthias Clasen2016-06-051-5/+5
* Document the .circular style classMatthias Clasen2016-03-021-1/+2
* button: Don't include margins in input window sizeTimm Bäder2016-01-121-8/+11
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+2
* Mention GtkIconSize in all docs where the argument/return is annotated as tak...Christoph Reiter2016-01-041-1/+1
* button: Convert to gadgetsMatthias Clasen2015-12-151-211/+129
* GtkButton: Use gdk_seat_grab()Carlos Garnacho2015-12-151-9/+8
* Annotate deprecated style propertiesMatthias Clasen2015-11-161-1/+1
* button: Document some style properties as deprecatedMatthias Clasen2015-11-161-1/+24
* Deprecate widget-specific :focus-on-click propertiesFlorian Müllner2015-11-031-29/+3
* button: Mention differentiating style classesMatthias Clasen2015-11-021-0/+5
* button: Use an element name instead of a style classMatthias Clasen2015-10-291-4/+10
* GtkButton: Pick up images that are set earlyMatthias Clasen2015-08-031-1/+1
* button: Ensure the button is "left" when a gesture is cancelledCarlos Garnacho2015-03-021-0/+11
* Remove redundant checks for NULLMarek Kasik2014-10-021-5/+1
* GtkButton: Use GtkLabel:xalignMatthias Clasen2014-09-291-1/+3
* button: Fix ::clicked emission on touchscreens sending pointer eventsCarlos Garnacho2014-09-251-8/+6
* Avoid criticals when drags endMatthias Clasen2014-09-071-5/+8
* button: Track gesture point to maintain priv->in_buttonCarlos Garnacho2014-08-261-0/+36
* widget: Make _gtk_set_simple_clip() take an optional content clipBenjamin Otte2014-08-211-1/+1
* button: Remove unnecessary queue_redraw() callsBenjamin Otte2014-08-171-4/+0