summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* gtkbutton: Remove enter/leave event handlersCarlos Garnacho2017-09-191-32/+0
* button: Update to using GdkEvent APICarlos Garnacho2017-09-191-1/+1
* button: Stop fiddling with PRELIGHT stateTimm Bäder2017-08-011-5/+1
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-21/+0
* button: Reset in_button state in unmapTimm Bäder2017-07-191-0/+8
* button: Fix in_button checksTimm Bäder2017-07-191-5/+4
* button: Don't care about sizing if no child is setTimm Bäder2017-07-191-9/+0
* button: Remove gadgetTimm Bäder2017-07-191-11/+2
* button: Remove gadget usageTimm Bäder2017-07-191-73/+13
* fontbutton: Call the css node "fontbutton"Timm Bäder2017-07-191-1/+1
* button: Remove css box drawingTimm Bäder2017-07-191-35/+1
* gtkbutton: Make windowlessCarlos Garnacho2017-05-251-84/+7
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-6/+1
* gtkbutton: Handle crossing events without the event windowCarlos Garnacho2017-05-251-13/+5
* button: Compute clip directlyTimm Bäder2017-04-281-3/+9
* Add a few missing (nullable) annotationsTimm Bäder2017-02-171-1/+1
* button: Don't explicitly show child widgetsTimm Bäder2017-01-201-3/+0
* 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