]> Pileus Git - ~andy/gtk/history - gtk/gtktext.c
minor buglet
[~andy/gtk] / gtk / gtktext.c
1998-11-23 Tim Janikminor buglet
1998-11-23 Tim Janikdisconnect hadj & vadj, not 2 * hadj.
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-16 Owen TaylorOptimizations for moving point n places. (gtk-mailund...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-10-18 Martin Baulignew function to toggle line wrapping like gtk_text_set_...
1998-09-15 Owen TaylorDon't request a new size from the WM if we asked for...
1998-08-25 Owen TaylorMake sure the mark we pass to line start is the beginni...
1998-08-25 Owen TaylorReference count the fonts used in the text widget.
1998-08-21 Owen TaylorCheck to see if we've computed our geometry yet, and...
1998-08-18 Tim Janikrestricted the --g*fatal-* arguments to --g-fatal-warni...
1998-08-11 Owen TaylorRemoved has_cursor, set the cursor beginning of Text...
1998-08-04 Owen TaylorUndraw the cursor before (possibly) deleting the cursor...
1998-07-21 Owen TaylorWe free things from the text property MemChunk, so...
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-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-06-11 Owen TaylorFixed broken list-removal code.
1998-06-10 Owen TaylorRenamed g_const_pointer => gconstpointer.
1998-06-09 Owen TaylorRemoved g_object_pointer_hash, which was just g_direct_...
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-30 Owen TaylorAllow the user to use the popup list like a menu.
1998-04-14 Owen TaylorDon't read the character past the end of the text.
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-11 Owen TaylorRemoved incorrect part of assertion that was causing...
1998-04-11 Owen TaylorFixed a sign problem (typedef gint guint!). Added some...
1998-04-06 Owen TaylorTake border in account properly.
1998-04-04 Owen TaylorTest for need to recompute geometry with GTK_WIDGET_REA...
1998-04-04 Owen TaylorCall recompute_geometry() upon realization, since it...
1998-03-27 Owen TaylorIf the widget is _not_ a descendant of a Window widget...
1998-03-24 Owen Taylor/home/otaylor/commit
1998-03-23 Owen TaylorAdded optional word wrap, controlled by new function
1998-03-18 Owen Taylor( From: James Henstridge <james@daa.com.au> )
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 Owen TaylorMerging release_1_0 changes into the main tree.
1998-03-10 Owen Taylorcommiting changes from owen:
1998-03-08 Owen Taylor- Show selection correctly when starting selection...
1998-03-07 Owen TaylorDisallow pasting into non-editable widgets.
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-27 Tim JanikGtkWIdget::style_set initial emission,
1998-02-27 Tim Janikwe make an active server grab now, this way we can...
1998-02-27 Owen Taylorgtk/gtktext.c
1998-02-25 Owen TaylorAdded some support for i18n. The support for input...
1998-02-19 Owen TaylorUse POINTER_MOTION_HINT when dragging shapes around...
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-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-13 Jay PainterGtkCList updates, GtkText now defaults to editable...
1997-12-18 Owen TaylorIt's all in the changelog. Well, almost all.
1997-12-10 Tim JanikGLib:
1997-12-08 Owen Taylorgtkimage.c: Fixes to expose handler from Rob Browning
1997-12-02 Owen Taylor- Added a g_memmove function for SunOS compatability.
1997-11-24 Elliot LeeInitial revision