summaryrefslogtreecommitdiff
path: root/gtk/gtktext.c
Commit message (Expand)AuthorAgeFilesLines
* Don't request a new size from the WM if we asked for the same size beforemerge-to-themes-2-5Owen Taylor1998-09-151-44/+60
* Make sure the mark we pass to line start is the beginning of a real line,Owen Taylor1998-08-251-8/+23
* Reference count the fonts used in the text widget.Owen Taylor1998-08-251-128/+354
* Check to see if we've computed our geometry yet, and if not, ignore theOwen Taylor1998-08-211-18/+16
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-749/+749
* Removed has_cursor, set the cursor beginning of Text when creating theOwen Taylor1998-08-111-53/+32
* Undraw the cursor before (possibly) deleting the cursor's text property.Owen Taylor1998-08-041-12/+59
* We free things from the text property MemChunk, so it needs to beOwen Taylor1998-07-211-7/+48
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-161-28/+42
* 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
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-77/+184
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-151-0/+38
* Fixed broken list-removal code.Owen Taylor1998-06-111-14/+17
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-101-1/+1
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-2/+2
* Added style_set handler.Owen Taylor1998-05-221-35/+34
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-101-12/+59
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* 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