summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-3/+3
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-2/+2
* [annotations] Add allow-noneJohan Dahlin2010-02-191-4/+4
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-0/+10
* Forward-port a GtkAdjustment compatibility fixMatthias Clasen2009-05-031-0/+9
* Use gtk_entry_xxx functions rather than using GtkEntry structure directly.Stefan Walter2009-03-271-4/+6
* Chain up enter and leave notify handlersMatthias Clasen2008-11-111-2/+8
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.cSven Neumann2008-08-081-1/+1
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-2/+2
* remove g_return_if_fail() from private functions and virtual functionMichael Natterer2008-07-211-35/+12
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* 106574 - Inconsistent increment behavior for gtkspinbuttonMatthias Clasen2008-05-271-1/+9
* Reorder strange window hierarchy of the GtkSpinButton (#466000).Jan Arne Petersen2008-05-251-82/+70
* Remove two chunks of duplicated code (#533733).Björn Lindqvist2008-05-201-21/+2
* Bug 330743 - Up/down spinbuttons won't take zeros and exhibit very strangeTor Lillqvist2008-04-031-0/+20
* Declare value in the example code for GtkSpinButton::output, as pointedJohan Dahlin2008-01-071-0/+1
* Document the ::output signal and add an example. (#507566, example by OwenMatthias Clasen2008-01-061-0/+27
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+1
* Set the background of the panel window on style changes. (#402144,Matthias Clasen2007-03-121-0/+16
* call gdk_event_request_motions() for new motion events after receivingTim Janik2007-02-061-3/+3
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-7/+3
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-0/+5
* Export privately. Adjust all callers.Matthias Clasen2006-08-151-3/+4
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-57/+18
* Add a wrapped signal. (#322933, Carlos Garnacho Parro)Matthias Clasen2006-01-301-2/+31
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-2/+1
* Made button-press timeouts which work like key repeat timeoutsMichael Natterer2005-11-221-10/+18
* Intern some more strings.Matthias Clasen2005-09-011-5/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Add some additional docs on precision. (#309238, Steve Chaplin)Matthias Clasen2005-07-061-1/+5
* 2005-06-10 Matthias Clasen <mclasen@redhat.com>Matthias Clasen2005-06-101-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+4
* Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie)Matthias Clasen2005-03-221-0/+2
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-9/+10
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Allow min == max. (#158225, Vasco Alexandre da Silva Costa)Matthias Clasen2004-11-141-1/+1
* Share the three copies of get_borders() under the nameMatthias Clasen2004-10-081-35/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Install the timeout before changing the value, so that a ::value_changedMatthias Clasen2004-07-161-1/+1
* Make spinbuttons work with negative increments. (#137975, Tim Gerla)Matthias Clasen2004-04-221-2/+9
* Use the same logic as GtkEntry when calculating border width. (#116368,Matthias Clasen2004-03-111-3/+40