summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-43/+17
* spinbutton: Use gdk_window_new_input()Benjamin Otte2016-10-181-27/+16
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-2/+0
* Remove various sizing related style propertiesTimm Bäder2016-10-161-16/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-2/+1
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-3/+3
* Use g_snprintf instead of snprintf.Ignacio Casal Quinteiro2016-08-101-1/+2
* Fix build of commit f23e99bChun-wei Fan2016-06-271-1/+1
* scale, spinbutton: Avoid -0.0Matthias Clasen2016-06-071-1/+14
* box gadget: Redo expand flag handlingMatthias Clasen2016-04-281-6/+6
* spinbutton: Fix drag highlight problemsMatthias Clasen2016-03-111-1/+1
* spin button: Limit the entry width to reasonable valuesMatthias Clasen2016-03-051-4/+5
* spin button: Use the Ctrl modifier for Home and End key bindingsJean-François Fortin Tam2016-02-231-2/+2
* spinbutton: Free the gadget in finalizeTimm Bäder2016-02-101-0/+1
* Various documentation fixesTimm Bäder2016-02-081-1/+1
* spin button: Document sizing peculiaritiesMatthias Clasen2016-01-271-1/+5
* spinbutton: Don't expand the buttonsBenjamin Otte2016-01-261-14/+18
* spinbutton: Add a base gadgetBenjamin Otte2016-01-251-195/+53
* entry: Move spinbutton size hackBenjamin Otte2016-01-251-29/+29
* spinbutton: Make the entry gadget be the entry's gadgetBenjamin Otte2016-01-221-24/+11
* Use convenience API that was introduced recentlyMatthias Clasen2016-01-131-4/+2
* spinbutton: fix a typoCosimo Cecchi2016-01-021-1/+1
* entry: use a gadgetMatthias Clasen2015-12-171-4/+0
* spinbutton: Port the buttons to gadgetsBenjamin Otte2015-12-151-122/+48
* iconhelper: Require passing a cssnode to the constructorBenjamin Otte2015-12-151-3/+4
* cssnode: Change style-changed signalBenjamin Otte2015-12-121-16/+4
* iconhelper: Remove the context argumentBenjamin Otte2015-12-091-2/+2
* iconhelper: Get rid of _gtk_icon_helper_set_window()Benjamin Otte2015-12-091-1/+0
* iconhelper: Require a widget as construction argumentBenjamin Otte2015-12-091-1/+1
* Chain up in state_flags_changedBenjamin Otte2015-12-021-0/+2
* GtkSpinButton: Update node state on button releaseTimm Bäder2015-11-201-0/+2
* spin button: Fix initial button stateMatthias Clasen2015-11-201-14/+19
* Annotate deprecated style propertiesMatthias Clasen2015-11-161-1/+1
* spinbutton: Document some style properties as deprecatedMatthias Clasen2015-11-161-0/+8
* spinbutton: update node state more oftenMatthias Clasen2015-11-141-2/+6
* spinbutton: Use right state when querying paddingBenjamin Otte2015-11-061-4/+2
* spin button: Add diagrams to CSS documentationMatthias Clasen2015-11-031-0/+16
* spinbutton: Don't set .entryBenjamin Otte2015-10-291-1/+0
* entry, spinbutton: Finish css node conversionMatthias Clasen2015-10-281-22/+12
* wip: spinbuttonMatthias Clasen2015-10-281-136/+176
* spinbutton: Trivial cleanupMatthias Clasen2015-10-281-5/+2
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-1/+1
* spin button: Add Home and End as key bindingsMatthias Clasen2015-07-191-0/+2
* GtkSpinButton: Stop using gtk_adjustment_value_changedMatthias Clasen2015-05-101-1/+3
* Stop using GDK_POINTER_MOTION_HINT_MASK in widgetsMatthias Clasen2015-03-221-1/+1
* spinbutton: Fix get_text_area_size for vertical spinbuttonsBenjamin Otte2015-03-161-11/+3
* entry: Make code do what it's meant to doBenjamin Otte2015-03-141-32/+0
* GtkSpinButton: Use the proper stateMatthias Clasen2014-11-261-1/+3
* GtkSpinButton: Set the screen on the panel contextsMatthias Clasen2014-10-251-1/+2
* GtkSpinButton: Simplify codeMatthias Clasen2014-10-191-8/+7