]> Pileus Git - ~andy/gtk/history - gtk/gtkentry.c
Adapt to uscore-ification of gtktextiterprivate
[~andy/gtk] / gtk / gtkentry.c
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-09 8make need_im_reset flag effective to avoid reset_ic...
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-12-02 Havoc Penningtondon't create dangling pointers to the appearance attrib...
2000-11-16 Robert BradyRemove the locale-specific gtkrc's, as they only contai...
2000-11-13 Havoc PenningtonAdd an "invisible_char" argument to set the char displa...
2000-11-13 Owen TaylorFix warning when moving between paragraphs.
2000-11-12 Owen TaylorCall gtk_widget_activate for GDK_Return.
2000-11-12 Owen TaylorMake parent_class static.
2000-07-31 Owen TaylorFix problem where computation was depending on widget...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-22 Owen TaylorFix some problems with vertical alignment.
2000-07-17 Owen TaylorRestore code to paint the background of the text area...
2000-07-02 Owen TaylorAdd a 'text' argument to set the initial text.
2000-07-02 Owen TaylorUse pango_layout_get_pixel_extents() to remove a large...
2000-07-02 Owen TaylorCall gtk_widget_size_request() on reparented child...
2000-06-21 Owen TaylorRemove use of libunicode in favor of new GLib functions.
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-06 Owen TaylorUnref the entry's layout.
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-28 Owen TaylorMerge no-flicker branch into HEAD
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-23 Pavel MachekYou don't need to check one variable twice (trivial...
1999-02-16 Owen TaylorWhen setting styles, remove unecessary explicits draws...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1999-02-10 Owen TaylorMoved entry->visible into editable class. (Leave it...
1999-01-28 Owen Taylor[ patch from Takashi Matsuda <matsu@arch.comp.kyutech...
1999-01-17 Tim Janikremoved deprecated functions: gtk_clist_set_border,
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1999-01-05 Owen TaylorWhen redrawing the under-cursor character, don't redraw...
1998-12-16 Owen TaylorRedraw the character under the cursor when removing...
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-09 Owen TaylorDestroy widgets _after_ propagating unrealize signals...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-28 Tim Janikdeprecated gtk_widget_freeze_accelerators and
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-09-20 Owen Taylorindent other than GNU indent should be OK now.
1998-08-25 Owen TaylorReference count the fonts used in the text widget.
1998-08-17 Tim Janikremoved gtk_input_add_interp.
1998-07-17 Tim Janikcare for the posssibility that someone destroys the...
1998-07-16 Tim Janiksigndness corrections all ove the place. implementation...
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-24 Tim Janiknew function gtk_container_child_arg_set, similar to
1998-06-23 Miguel de IcazaExport the gtk_entry_adjust_scroll. Required if you...
1998-06-19 Owen TaylorRemove --g-fatal-warnings flag from argv.
1998-06-15 Owen Taylorgdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile...
1998-05-22 Owen TaylorAdded style_set handler.
1998-05-10 Owen TaylorTry to figure out if this is Digital Unix and we need...
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-13 Owen TaylorSet a flag so instead of clearing the area in advance...
1998-04-06 Owen TaylorTake border in account properly.
1998-04-05 Tim Janikfixed panel allocation and stacking order, fixed the...
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