summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-2/+2
* spinbutton: Avoid touch text handles to pop upgesturesCarlos Garnacho2014-05-231-29/+16
* spinbutton: Use GTK_PHASE_CAPTURE for touch swipesCarlos Garnacho2014-05-231-2/+2
* spinbutton: Attach "swipe to spin" controllers to the bubble phaseCarlos Garnacho2014-05-231-32/+3
* gesture: Simplify gesture/widget interaction public APICarlos Garnacho2014-05-231-12/+4
* GtkSpinButton: Don't leak the gesturesMatthias Clasen2014-05-231-0/+8
* spinbutton: increase/decrease value on upwards/downwards touch swipesCarlos Garnacho2014-05-231-2/+93
* spinbutton: remove unused codeCosimo Cecchi2014-05-091-8/+0
* spinbutton: remove unused codeCosimo Cecchi2014-05-091-2/+0
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-8/+8
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-10/+7
* docs: use proper apostropheWilliam Jon McCann2014-02-071-5/+5
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-6/+4
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-3/+3
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+4
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+2
* Drop some unnecessary includesMatthias Clasen2013-07-191-1/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
* Deprecate and ignore the timeout-initial and timeout-repeat settingsWilliam Jon McCann2013-07-111-13/+4
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* spinbutton: set the window on the icon helperAlexander Larsson2013-07-031-0/+1
* GtkSpinButton: don't constantly recreate style contexts for buttonsOwen W. Taylor2013-04-231-10/+48
* GtkSpinButton: Support baseline alignmentAlexander Larsson2013-04-231-4/+30
* Fix the buildMatthias Clasen2013-03-081-1/+1
* spinbutton: don't override initial text in non-numeric-only spin buttonsAleksander Morgado2013-03-081-1/+6
* docs: correct various spelling and grammar errorsWill Thompson2013-03-041-1/+1
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-4/+4
* spinbutton: fix style context path for internal buttonsCosimo Cecchi2012-09-191-8/+2
* entry: fix requisition width/height to use the current pango layoutCosimo Cecchi2012-09-031-46/+35
* Make spinbutton orientablePaolo Borelli2012-09-031-53/+210
* spinbutton: fix a typoCosimo Cecchi2012-06-121-2/+2
* spinbutton: port to GtkIconHelperCosimo Cecchi2012-04-261-52/+21
* widget: Don't cache widget paths all the timeBenjamin Otte2012-04-171-1/+2
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-2/+3
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-1/+3
* spinbutton: Set GDK_SCROLL_MASK explicitlyCarlos Garnacho2012-03-011-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtkspinbutton: Fix compilation warningJavier Jardón2012-01-311-1/+0
* entry: don't consider inner-border for allocation and layoutCosimo Cecchi2012-01-311-3/+1
* entry: change _gtk_entry_get_borders() to return a GtkBorderCosimo Cecchi2012-01-311-3/+3
* gtkspinbutton: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-3/+3
* Fall back to the builtin icons for spinbutton +/-Matthias Clasen2012-01-091-1/+2
* spinbutton: Pass the right sizeBenjamin Otte2012-01-091-1/+1
* spinbutton: Use the widget state flags as a base for drawingRui Matos2012-01-091-11/+13
* gtkspinbutton: Don't hilight buttons when !editableZeeshan Ali (Khattak)2012-01-061-1/+2
* gtkspinbutton: Ignore keynav when !editableZeeshan Ali (Khattak)2012-01-061-5/+6