summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-181-15/+34
* Added support for wheel mice (buttons 4 and 5).Stefan Jeske1999-11-211-1/+15
* Added two new signals to GtkSpinButton, "input" and "output", to make theStefan Jeske1999-02-281-77/+142
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* removed extra gtk_spin_button_update calls again. unblock dnd signalLars Hamann1999-01-231-6/+0
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-11/+0
* end drag selections if necessary.Lars Hamann1999-01-111-2/+1
* call gtk_spin_button_update before returning a valueLars Hamann1999-01-081-0/+6
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+2
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-12/+19
* Only call gtk_spin_button_update if the spinbutton is editable.Stefan Jeske1998-12-141-4/+7
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-9/+23
* Grey out arrows if wrap == FALSE and interval borders are reached.Stefan Jeske1998-12-061-14/+27
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-0/+11
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-17/+27
* set binary age and interface age to 0.Tim Janik1998-09-261-24/+183