summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* box gadget: Redo expand flag handlingMatthias Clasen2016-05-051-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
* spinbutton: Set the correct state on the button contextsBenjamin Otte2014-10-161-4/+5
* spinbutton: Make the swipe gesture only work on touch devicesCarlos Garnacho2014-08-151-0/+1
* GtkSpinButton: Prevent public API from unsetting the adjustmentDebarshi Ray2014-08-131-4/+4
* GtkSpinButton: Always emit value-changed when the adjustment is changedDebarshi Ray2014-08-131-46/+56
* GtkSpinButton: Only notify 'adjustment' if the property changedDebarshi Ray2014-08-121-2/+1
* GtkSpinButton: Document some signalsGergely POLONKAI2014-07-191-3/+24
* Trivial: Use the canonical signal nameMatthias Clasen2014-07-191-1/+1
* GtkSpinButton: Set orientable style classes initiallyMatthias Clasen2014-07-181-0/+1
* GtkSpinButton: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-17/+11