summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-17/+17
* Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argumentMatthias Clasen2003-12-171-2/+2
* Merge from stable.Kristian Rietveld2003-08-201-5/+6
* Merged from stable.Kristian Rietveld2003-08-201-1/+1
* Use g_strtod() to cope with C libraries with crippled locale support.Matthias Clasen2003-08-071-1/+1
* Improve docs. (116364, Morten Welinder)Matthias Clasen2003-07-011-1/+1
* Add a blurb for shadow_type.Matthias Clasen2003-06-241-1/+3
* Fixes for bug #56248:Matthias Clasen2003-03-291-8/+18
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-6/+7
* Deprecation cleanupManish Singh2002-10-101-61/+67
* Remove the check for editable. (Reported by Brent Fox)Owen Taylor2002-09-241-68/+70
* Chain up so that entry->activates_default is honored. (#93865, PieterOwen Taylor2002-09-241-0/+3
* Patch from Joshua N Pritikin to fix problem where signal connection wasn'tOwen Taylor2002-09-231-3/+2
* Handle 0 increment, to fix division-by-zero problem. (#82816, GeorgeOwen Taylor2002-06-121-0/+3
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-2/+0
* Draw arrows better (without extra baseline)Soeren Sandmann2002-02-261-16/+44
* Many cleanups and fixes. Draw exclusively in expose handler. Feedback whenSoeren Sandmann2002-02-201-152/+182