summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.h
Commit message (Expand)AuthorAgeFilesLines
* gtk: Dissolve gtk-autocleanup.hMatthias Clasen2022-09-231-0/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-2/+2
* Documentation fixesMatthias Clasen2021-05-201-3/+3
* spinbutton: Add property annotationsMatthias Clasen2021-03-111-4/+7
* spinbutton: Add some missing accessorsMatthias Clasen2020-10-031-43/+49
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-16/+16
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* spin button: Make finalMatthias Clasen2019-05-261-38/+0
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-15/+0
* spinbutton: Remove priv pointerTimm Bäder2018-03-091-4/+0
* The big versioning cleanupMatthias Clasen2018-02-061-6/+6
* spinbutton: Add accessors for (max-)width-charsTimm Bäder2017-07-191-0/+12
* spinbutton: Add text propertyTimm Bäder2017-07-191-0/+5
* spinbutton: Inherit from GtkWidgetTimm Bäder2017-07-191-3/+3
* spinbutton: Remove _get_panelsTimm Bäder2016-12-031-5/+0
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-1/+1
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+25
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-4/+4
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-1/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* spinbutton: redesign to use an horizontal layoutCosimo Cecchi2011-11-281-1/+3
* Move GtkSpinButton docs inlineMatthias Clasen2011-01-021-1/+37
* Fix gtk-doc markup: /* <private> */ should be /*< private >*/Javier Jardón2010-10-301-1/+1
* Add padding to class structsMatthias Clasen2010-10-191-0/+1
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-4/+4
* Add _gtk_spin_button_get_panel private functionJavier Jardón2010-07-131-0/+3
* gtkspinbutton: move public members to private structureJavier Jardón2010-07-131-20/+3
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Remove deprecated GtkSpinButton function (macro)Christian Dywan2010-05-031-5/+0
* no need to include <gdk/gdk.h> in any widget header, it's included viaMichael Natterer2008-10-301-1/+0
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-201-9/+9
* Seal GtkSpinButton.Tim Janik2008-06-201-15/+15
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-8/+8
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Add a wrapped signal. (#322933, Carlos Garnacho Parro)Matthias Clasen2006-01-301-1/+2
* Fix a typoMatthias Clasen2005-03-211-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-8/+2
* Deprecation cleanupManish Singh2002-10-101-6/+6
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* Many cleanups and fixes. Draw exclusively in expose handler. Feedback whenSoeren Sandmann2002-02-201-1/+0
* clean up a littleOwen Taylor2002-02-081-3/+3
* add change_value virtual function, to fix buildHavoc Pennington2002-02-081-0/+4
* assert that the passed in arrow is always _UP or _DOWN, this catches falseTim Janik2002-01-251-1/+1
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+11
* make maximum digits compile time configurable via MAX_DIGITS and up to 20.Tim Janik2001-06-201-1/+1
* clamp the value to the range that was setHavoc Pennington2001-06-051-1/+4
* added value_changed signal which proxies for the adjustment. CleanedMike Kestner2001-03-301-0/+13
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-8/+8