summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Pass mode and detail to focus-in/out signalsMatthias Clasen2019-03-161-0/+2
* entries: Fix mnemonic activationMatthias Clasen2019-03-031-0/+24
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-119/+1
* docs: Miscellaneous doc fixesMatthias Clasen2019-02-241-0/+2
* spin button: Use GtkTextMatthias Clasen2019-02-191-14/+24
* spin button: Implement and use editable interfaceMatthias Clasen2019-02-171-85/+35
* spin button: Use guaranteed iconsMatthias Clasen2019-02-121-9/+2
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-2/+2
* box: Avoid position in the reorder apiMatthias Clasen2019-01-231-3/+5
* build: Reintroduce warning flags from autotoolsBenjamin Otte2019-01-221-3/+3
* spinbutton: Use increment/decrement icon namesTimm Bäder2019-01-111-2/+14
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-7/+14
* eventcontrollerscroll: Conditionally propagate ::scrollErnestas Kulik2018-11-121-1/+3
* spinbutton: Don't use gfloat in a code sampleTimm Bäder2018-10-111-1/+1
* spinbutton: Keep GParamSpecs aroundTimm Bäder2018-07-051-107/+101
* gtkspinbutton: Use GtkEventControllerKeyCarlos Garnacho2018-06-211-35/+30
* SpinButton: Fix an obviously wrong arg descriptionDaniel Boles2018-05-261-3/+3
* spin button: Stop using ::key-release-eventMatthias Clasen2018-05-211-17/+8
* widget: Directly notify gestures of grabTimm Bäder2018-05-191-0/+2
* eventcontrollerscroll: Port to new API modelBenjamin Otte2018-04-261-9/+5
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-20/+18
* swipegesture: Port to new API modelBenjamin Otte2018-04-261-7/+7
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-5/+3
* spinbutton: spinbuttons aren't entries anymoreTimm Bäder2018-03-271-1/+1
* spinbutton: Remove queue_resize call from realizeTimm Bäder2018-03-271-2/+0
* spinbutton: Fix a copy/paste bug in the docsTimm Bäder2018-03-271-1/+1
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* SpinButton: Desensitise +/- buttons as appropriateDaniel Boles2018-03-171-4/+22
* spinbutton: Remove an unnecessary queue_draw callTimm Bäder2018-03-151-2/+0
* spinbutton: Remove priv pointerTimm Bäder2018-03-091-80/+67
* spinbutton: Fold function into only callerTimm Bäder2018-02-271-24/+13
* spinbutton: Remove unused macroTimm Bäder2018-02-271-1/+0
* a11y: Don't include gtk.hBenjamin Otte2018-02-081-8/+14
* The big versioning cleanupMatthias Clasen2018-02-061-14/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-4/+4
* spin button: Stop using ::focus-out-eventMatthias Clasen2018-01-161-9/+20
* SpinButton: Explain meaning of nullable AdjustmentDaniel Boles2017-11-221-3/+3
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* button: Get rid of icon sizeBenjamin Otte2017-11-151-2/+2
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+2
* gtkspinbutton: Remove motion notify handlerCarlos Garnacho2017-09-191-16/+0
* gtkspinbutton: Use scroll event controllerCarlos Garnacho2017-09-191-32/+23
* spinbutton: Update to using GdkEvent APICarlos Garnacho2017-09-191-2/+6
* spinbutton: Fix css node docsTimm Bäder2017-07-191-12/+12
* spinbutton: expand the entryTimm Bäder2017-07-191-0/+2
* Fix a few testsuite failuresTimm Bäder2017-07-191-3/+3
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-10/+9
* fix a few documentation problemsTimm Bäder2017-07-191-0/+1
* spinbutton: Fix gesture stateTimm Bäder2017-07-191-2/+0
* spinbutton: Remove unused importTimm Bäder2017-07-191-1/+0