]> Pileus Git - ~andy/gtk/history - gtk/gtkentry.c
More extensive debugging output
[~andy/gtk] / gtk / gtkentry.c
1998-04-03 Owen TaylorMore extensive debugging output
1998-03-31 Owen TaylorAdd a "style_set" callback, so the font can be changed...
1998-03-27 Owen TaylorIf the widget is _not_ a descendant of a Window widget...
1998-03-26 Owen TaylorWhen gtk_widget_draw() is called on a REDRAW_PENDING...
1998-03-23 Tim Janikcheck for text!=NULL. (gtk_entry_prepend_text): likewis...
1998-03-23 Owen TaylorFixed some problems with !gtk_use_mb introduced in...
1998-03-22 Owen Taylorfixes to locale checks
1998-03-18 CET 1998 Paolo Molarochecked in gtk_entry_set_max_length (it truncates the...
1998-03-17 Owen TaylorTry to guess if we can use the mb* functions safely...
1998-03-14 Owen TaylorSome cleanups of signedness warnings
1998-03-11 Tim Janikapplied gtk-bolliet-980310-0.patch.gz which adds more...
1998-03-10 Elliot LeeAdd gtk_entry_set_max_length()
1998-03-10 Owen TaylorMerging release_1_0 changes into the main tree.
1998-03-10 Owen Taylorcommiting changes from owen:
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-03-05 Owen TaylorUnset allocation on unparent, to force reallocation...
1998-03-02 Owen TaylorChanged 'entry != NULL' to 'editable != NULL' in three...
1998-03-01 Tim Janik> - parent_class = gtk_type_class (gtk_widget_get_typ...
1998-03-01 Owen Taylorgtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch]
1998-03-01 Owen Taylorgtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]
1998-03-01 Owen Taylorgtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]
1998-02-25 Owen TaylorAdded some support for i18n. The support for input...
1998-02-21 scottAdded a NULL test in gtk_entry_set_text. (Fielded...
1998-02-17 Tim Janikinvoke gtk_entry_grow_text already in this place, so...
1998-02-13 Owen TaylorChange style->white to style->base[] where appropriate...
1998-02-12 Federico Mena QuinteroFixed unrealize handler to comply with the documentatio...
1998-02-02 Tim Janikfixed destroy handler, so it doesn't segfault with...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-18 Owen Taylorgtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c...
1998-01-17 CST 1998 Shawn T... Applied patch from <lupus@lettere.unipd.it> which adds
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-15 Jay PainterFixed a small memory leak in gtkpaned, and I changed...
1998-01-08 Manish Singhapplied patch to use a backing pixmap for drawing in...
1998-01-07 Elliot LeeAdded gtk_entry_set_editable()
1998-01-06 Owen TaylorFixed problem with deleting while text is selected.
1998-01-03 Manish SinghAdded Gordon Matzigkeit's patch for fixed length gtk...
1997-12-07 Owen TaylorChanges to make word motion work again.
1997-12-03 Owen TaylorVarious configuration and portability related changes...
1997-11-27 Gnome CVS UserPatches to support internationalized input by:
1997-11-24 Elliot LeeInitial revision