summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-7/+7
* Applied patch from Ron Steinke to add signal accumulators so that signalsOwen Taylor2001-04-021-6/+7
* added value_changed signal which proxies for the adjustment. CleanedMike Kestner2001-03-301-11/+199
* make this somewhat key-navigableHavoc Pennington2001-03-241-2/+4
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-27/+27
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-29/+25
* uglify so that size request gets tested.Havoc Pennington2001-03-081-5/+37
* remove trailer (gtk_entry_set_property): remove trailerHavoc Pennington2001-03-071-3/+10
* doh, this was broken beyond believe.Tim Janik2000-12-131-2/+0
* Fix link to PNG home, remove reference to fribidi.Owen Taylor2000-12-051-3/+3
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-37/+16
* Connect to the "changed" callback of the adjustment. We need to redraw theFederico Mena Quintero2000-11-271-0/+20
* Make parent_class static.Owen Taylor2000-11-121-27/+18
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-071-3/+3
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-21/+21
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-3/+11
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-35/+35
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+2