summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-4/+0
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-071-1/+1
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* s/refcount/ref_count/.Tim Janik2000-02-131-0/+1
* Added two new signals to GtkSpinButton, "input" and "output", to make theStefan Jeske1999-02-281-0/+5
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-5/+0
* end drag selections if necessary.Lars Hamann1999-01-111-0/+2
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-5/+0
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-2/+9
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* set binary age and interface age to 0.Tim Janik1998-09-261-17/+23
* - Bug fix for precision problem causing occasional double emission ofStefan Jeske1998-06-191-4/+16
* Changed GtkSpinButtonUpdatePolicy enum, added keyboardStefan Jeske1998-06-171-5/+7