summaryrefslogtreecommitdiff
path: root/gtk/gtktext.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow the user to use the popup list like a menu.Owen Taylor1998-04-301-43/+71
* Don't read the character past the end of the text.Owen Taylor1998-04-141-2/+8
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Removed incorrect part of assertion that was causing failures forOwen Taylor1998-04-111-2/+1
* Fixed a sign problem (typedef gint guint!). Added some checks to make sureOwen Taylor1998-04-111-3/+3
* Take border in account properly.Owen Taylor1998-04-061-1/+2
* Test for need to recompute geometry with GTK_WIDGET_REALIZED(), notOwen Taylor1998-04-041-2/+2
* Call recompute_geometry() upon realization, since it can't be done in theOwen Taylor1998-04-041-0/+2
* If the widget is _not_ a descendant of a Window widget, propagate keyOwen Taylor1998-03-271-9/+2
* /home/otaylor/commitOwen Taylor1998-03-241-0/+1
* Added optional word wrap, controlled by new functionOwen Taylor1998-03-231-3/+44
* ( From: James Henstridge <james@daa.com.au> )Owen Taylor1998-03-181-1/+5
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-1/+1
* Some cleanups of signedness warningsOwen Taylor1998-03-141-3/+5
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-111-3/+3
* Merging release_1_0 changes into the main tree.Owen Taylor1998-03-101-23/+47
* commiting changes from owen:Owen Taylor1998-03-101-86/+303
* - Show selection correctly when starting selection with arrowsOwen Taylor1998-03-081-39/+85
* Disallow pasting into non-editable widgets.Owen Taylor1998-03-071-81/+186
* > - 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-2/+2
* gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]Owen Taylor1998-03-011-46/+77
* gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]Owen Taylor1998-03-011-225/+695
* GtkWIdget::style_set initial emission,Tim Janik1998-02-271-3/+0
* we make an active server grab now, this way we can change the cursorTim Janik1998-02-271-0/+2
* gtk/gtktext.cOwen Taylor1998-02-271-68/+160
* Added some support for i18n. The support for input methods, includingOwen Taylor1998-02-251-78/+209
* Use POINTER_MOTION_HINT when dragging shapes around. (gtk-wille-980203-0Owen Taylor1998-02-191-12/+30
* Fixed unrealize handler to comply with the documentation (which mentionsFederico Mena Quintero1998-02-121-5/+4
* fixed destroy handler, so it doesn't segfault with the new refcountingTim Janik1998-02-021-3/+2
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-17/+30
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-181-1/+1
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* GtkCList updates, GtkText now defaults to editable = FALSE, but you canJay Painter1998-01-131-5/+36
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-0/+34
* GLib:Tim Janik1997-12-101-1/+1
* gtkimage.c: Fixes to expose handler from Rob BrowningOwen Taylor1997-12-081-3/+3
* - Added a g_memmove function for SunOS compatability.Owen Taylor1997-12-021-9/+9
* Initial revisionElliot Lee1997-11-241-0/+3522