summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtkspinbutton: Respect value of inherited 'editable' propertyZeeshan Ali (Khattak)2012-01-041-7/+9
* gtk/gtkspinbutton.c: Remove lingering ';'Chun-wei Fan2011-12-301-1/+1
* spinbutton: redesign to use an horizontal layoutCosimo Cecchi2011-11-281-403/+405
* Set top/bottom style classes on spinbutton buttonsAlexander Larsson2011-11-171-0/+4
* GtkSpinButton: Clarify clamping behavior in gtk_spin_button_set_range docStef Walter2011-11-151-0/+3
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* Fix entry drawing in the presence of marginsMatthias Clasen2011-08-091-11/+23
* First cut at GailEntry -> GtkEntryAccessibleMatthias Clasen2011-07-051-0/+4
* spinbutton: don't render an additional background below arrowsCosimo Cecchi2011-06-091-5/+0
* spinbutton: don't remove the entry style class while rendering arrowsCosimo Cecchi2011-06-091-1/+0
* GtkSpinButtonPrivate: Improve struct packingMatthias Clasen2011-04-121-1/+2
* spinbutton: remove unused variableXan Lopez2011-03-041-1/+1
* spinbutton: rework GtkSpinButton drawing handlerCosimo Cecchi2011-03-041-54/+35