summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* care for the posssibility that someone destroys the entry on theTim Janik1998-07-171-1/+6
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-161-10/+75
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* new function gtk_container_child_arg_set, similar toTim Janik1998-06-241-8/+28
* Export the gtk_entry_adjust_scroll. Required if you change the cursorMiguel de Icaza1998-06-231-1/+1
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-70/+157
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-151-14/+13
* Added style_set handler.Owen Taylor1998-05-221-25/+74
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-101-0/+6
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Set a flag so instead of clearing the area in advance. That lookedOwen Taylor1998-04-131-1/+1
* Take border in account properly.Owen Taylor1998-04-061-1/+1
* fixed panel allocation and stacking order, fixed the base classTim Janik1998-04-051-3/+4
* More extensive debugging outputOwen Taylor1998-04-031-1/+11
* Add a "style_set" callback, so the font can be changed at run time.Owen Taylor1998-03-311-0/+23
* If the widget is _not_ a descendant of a Window widget, propagate keyOwen Taylor1998-03-271-9/+2
* When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it andOwen Taylor1998-03-261-1/+2
* check for text!=NULL. (gtk_entry_prepend_text): likewise. some else pickyTim Janik1998-03-231-19/+27
* Fixed some problems with !gtk_use_mb introduced in the last change.Owen Taylor1998-03-231-2/+4
* fixes to locale checksOwen Taylor1998-03-221-118/+296
* checked in gtk_entry_set_max_length (it truncates the texts if it'sCET 1998 Paolo Molaro1998-03-181-4/+16
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-50/+101
* Some cleanups of signedness warningsOwen Taylor1998-03-141-6/+2
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-111-7/+0
* Add gtk_entry_set_max_length()Elliot Lee1998-03-101-0/+6
* Merging release_1_0 changes into the main tree.Owen Taylor1998-03-101-16/+31
* commiting changes from owen:Owen Taylor1998-03-101-46/+61
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* Unset allocation on unparent, to force reallocation if we get adding backOwen Taylor1998-03-051-8/+11
* Changed 'entry != NULL' to 'editable != NULL' in three spots.Owen Taylor1998-03-021-3/+3
* > - parent_class = gtk_type_class (gtk_widget_get_type ());Tim Janik1998-03-011-1/+1
* gtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch]Owen Taylor1998-03-011-5/+5
* gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]Owen Taylor1998-03-011-31/+40
* gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]Owen Taylor1998-03-011-622/+282
* Added some support for i18n. The support for input methods, includingOwen Taylor1998-02-251-22/+37
* Added a NULL test in gtk_entry_set_text. (Fielded a report on #gimpscott1998-02-211-0/+1
* invoke gtk_entry_grow_text already in this place, so the application willTim Janik1998-02-171-0/+3
* Change style->white to style->base[] where appropriate. Change the defaultOwen Taylor1998-02-131-13/+14
* Fixed unrealize handler to comply with the documentation (which mentionsFederico Mena Quintero1998-02-121-9/+3
* fixed destroy handler, so it doesn't segfault with the new refcountingTim Janik1998-02-021-3/+3
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-6/+5
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-181-1/+1
* Applied patch from <lupus@lettere.unipd.it> which addsCST 1998 Shawn T. Amundson1998-01-171-1/+10
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Fixed a small memory leak in gtkpaned, and I changed the cursor to aJay Painter1998-01-151-0/+3
* applied patch to use a backing pixmap for drawing in GtkEntry, which removesManish Singh1998-01-081-64/+142
* Added gtk_entry_set_editable()Elliot Lee1998-01-071-3/+20
* Fixed problem with deleting while text is selected.Owen Taylor1998-01-061-14/+20