summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert to using binding set for doing key bindings. (#62622, Requested byOwen Taylor2002-02-081-109/+108
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-71/+8
* Add <Control>Tab bindings for "move-focus" so that Control-Tab to escapeOwen Taylor2002-01-291-1/+1
* General property notification cleanup.Matthias Clasen2002-01-281-6/+15
* assert that the passed in arrow is always _UP or _DOWN, this catches falseTim Janik2002-01-251-0/+8
* Stop spinning if widget becomes insensitive. (#56248)Owen Taylor2002-01-231-0/+11
* Decreate value since we now use doubles.Owen Taylor2002-01-231-1/+1
* Stop the timer on destroy, or when we are notified that we are shadowed byOwen Taylor2002-01-161-62/+62
* don't cast a possible NULL pointer.Tim Janik2002-01-091-1/+1
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-3/+13
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+4
* Clarify that we're returning a spin button in the _new function. ThisAnders Carlsson2001-10-271-1/+1
* remove ARROW_SIZE constant, use new function spin_button_get_arrow_size()Kristian Rietveld2001-10-211-16/+43
* Don't restrict the width of the spinbutton entry field to 10 digits.Matthias Clasen2001-10-181-2/+5
* move insert_text and delete_text virtual functions to do_insert_text andKristian Rietveld2001-10-031-7/+24
* Fix incorrect parameter to compute_double_length (#58680, patch fromOwen Taylor2001-09-191-1/+1
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-8/+13
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-1/+1
* Use GtkType/GType instead of uint.Alex Larsson2001-09-061-1/+1