summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* coalescing property notifiesHans Breuer2001-08-111-0/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-20/+0
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-7/+7
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-91/+104
* Use new pango_context_get_metrics() to fix problems with font lists inOwen Taylor2001-06-261-7/+4
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+129
* make maximum digits compile time configurable via MAX_DIGITS and up to 20.Tim Janik2001-06-201-7/+7
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-6/+6
* clamp the value to the range that was setHavoc Pennington2001-06-051-3/+14
* Get rid of stupid g_return_if_fail on digits greater than 6. If thereHavoc Pennington2001-06-041-14/+7
* Convert GtkArgs to GParams. Based on patch by John Margaglione. Also doAlexander Larsson2001-05-181-100/+197
* New default theme! A slighly improved version of the 2.0 Raleigh theme,Owen Taylor2001-05-011-1/+1