]> Pileus Git - ~andy/gtk/history - gtk/gtkspinbutton.c
System fnmatch wasn't going to be UTF-8 clean, neither was our version.
[~andy/gtk] / gtk / gtkspinbutton.c
2002-10-10 Manish SinghDeprecation cleanup
2002-09-24 Owen TaylorRemove the check for editable. (Reported by Brent Fox)
2002-09-24 Owen TaylorChain up so that entry->activates_default is honored...
2002-09-23 Owen TaylorPatch from Joshua N Pritikin to fix problem where signa...
2002-06-12 Owen TaylorHandle 0 increment, to fix division-by-zero problem...
2002-03-20 Owen TaylorPatch from Erwann Chenede, #73900 fixing a lot of warni...
2002-02-26 Soeren SandmannDraw arrows better (without extra baseline)
2002-02-20 Soeren SandmannMany cleanups and fixes. Draw exclusively in expose...
2002-02-08 Owen TaylorConvert to using binding set for doing key bindings...
2002-01-30 Matthias ClasenRemove excess calls to g_return_if_fail from static...
2002-01-29 Owen TaylorAdd <Control>Tab bindings for "move-focus" so that...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2002-01-25 Tim Janikassert that the passed in arrow is always _UP or _DOWN...
2002-01-23 Owen TaylorStop spinning if widget becomes insensitive. (#56248)
2002-01-23 Owen TaylorDecreate value since we now use doubles.
2002-01-16 Owen TaylorStop the timer on destroy, or when we are notified...
2002-01-09 Tim Janikdon't cast a possible NULL pointer.
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-10-27 Anders CarlssonClarify that we're returning a spin button in the _new...
2001-10-21 Kristian Rietveldremove ARROW_SIZE constant, use new function spin_butto...
2001-10-18 Matthias ClasenDon't restrict the width of the spinbutton entry field...
2001-10-03 Kristian Rietveldmove insert_text and delete_text virtual functions...
2001-09-19 Owen TaylorFix incorrect parameter to compute_double_length (...
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-09-08 Havoc Penningtonput GtkPacker back in here so it won't be in gtk-unused...
2001-09-06 Alex LarssonUse GtkType/GType instead of uint.
2001-08-11 Hans Breuercoalescing property notifies
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-26 Owen TaylorUse new pango_context_get_metrics() to fix problems...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-20 Tim Janikmake maximum digits compile time configurable via MAX_D...
2001-06-14 Owen TaylorAdd missing gdk_rectangle_get_type() prototype.
2001-06-05 Havoc Penningtonclamp the value to the range that was set
2001-06-04 Havoc PenningtonGet rid of stupid g_return_if_fail on digits greater...
2001-05-18 Alexander LarssonConvert GtkArgs to GParams. Based on patch by John...
2001-05-01 Owen TaylorNew default theme! A slighly improved version of the...
2001-04-02 Owen TaylorAdd GdkEventSetting event for notification of changes...
2001-04-02 Owen TaylorApplied patch from Ron Steinke to add signal accumulato...
2001-03-30 Mike Kestneradded value_changed signal which proxies for the adjust...
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-19 Owen TaylorHandle quoting of / with \; properly handle __ in paths...
2001-03-18 Tim Janikadded rc-style argument GtkSpinButton::shadow_type...
2001-03-08 Havoc Penningtonuglify so that size request gets tested.
2001-03-07 Havoc Penningtonremove trailer (gtk_entry_set_property): remove trailer
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-05 Owen TaylorFix link to PNG home, remove reference to fribidi.
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-11-27 Federico Mena QuinteroConnect to the "changed" callback of the adjustment...
2000-11-12 Owen TaylorMake parent_class static.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-09-07 Owen TaylorDoc comment fixing. (Mostly non-matching parameter...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-14 Owen TaylorMerges from gtk-1-2
2000-02-18 Owen TaylorRemove OwnerGrabButtonMask from button entries for...
1999-11-21 Stefan JeskeAdded support for wheel mice (buttons 4 and 5).
1999-02-28 Stefan JeskeAdded two new signals to GtkSpinButton, "input" and...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-01-23 Lars Hamannremoved extra gtk_spin_button_update calls again. unblo...
1999-01-17 Tim Janikremoved deprecated functions: gtk_clist_set_border,
1999-01-11 Lars Hamannend drag selections if necessary.
1999-01-08 Lars Hamanncall gtk_spin_button_update before returning a value
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-14 Stefan JeskeOnly call gtk_spin_button_update if the spinbutton...
1998-12-09 Owen TaylorDestroy widgets _after_ propagating unrealize signals...
1998-12-06 Stefan JeskeGrey out arrows if wrap == FALSE and interval borders...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-09-26 Tim Janikset binary age and interface age to 0.
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-06-25 Stefan Jeskefix for the compatibility fix
1998-06-24 Stefan JeskeAdded compatibility code for 1.0.x-like parameters...
1998-06-19 Stefan Jeske- Bug fix for precision problem causing occasional...
1998-06-17 Stefan JeskeChanged GtkSpinButtonUpdatePolicy enum, added keyboard
1998-06-13 Stefan JeskeNew API to set the shadow type of the arrow panel.
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-05 Tim Janikfixed panel allocation and stacking order, fixed the...
1998-03-29 Tim JanikAdded wrapping capabilities to GtkSpinButton. New funct...
1998-03-17 Tim Janikexported gtk_spin_button_spin since it is used in testg...
1998-03-12 Tim Janikapplied gtk-shige-980311-0.patch.gz, which removes...
1998-03-11 Tim Janikapplied gtk-hamann_jeske-980311-0.patch.gz.
1998-03-10 Owen Taylorcommiting changes from owen:
1998-03-09 Tim Janikpatch from lars for construct behaviour.
1998-03-03 Tim Janikrealization fixes by lars.
1998-03-01 Tim Janikcomplete api change to honour message contexts. unfortu...
1998-03-01 Owen Taylorgtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]
1998-02-25 Tim Janiknew widget from Lars Hamann <hamann@braunschweig.netsur...