]> Pileus Git - ~andy/gtk/history - gtk/gtktextview.c
adapt to handle PangoColor
[~andy/gtk] / gtk / gtktextview.c
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-23 Havoc Penningtonrename member fields from GTK_WRAPMODE_WORD to GTK_WRAP...
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2001-01-19 Havoc Penningtonsync to tree changes
2001-01-17 Owen TaylorRemove unused variable.
2001-01-12 Havoc Penningtonoffset the current invalid region, fixes redraw bug...
2001-01-06 Havoc Penningtonhack on this a bit
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2000-12-31 Havoc PenningtonRearrange all the scroll-while-dragging-or-selecting...
2000-12-18 Havoc Penningtondo begin/end user action where appropriate (gtk_text_vi...
2000-12-16 Havoc PenningtonGeneral cleanup of the log attr iteration stuff. This...
2000-12-14 Havoc Penningtonremove unused call to get_last_line()
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-11 Havoc PenningtonHandle chopping off \r\n and 0x2029 in addition to...
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-30 Tor LillqvistChanges by Hans Breuer:
2000-11-20 Havoc PenningtonSemi-finish widget embedding. Need guffaw scrolling...
2000-11-16 Havoc PenningtonApply patch from Mikael Hermansson to temporarily stop...
2000-11-15 Havoc PenningtonInvalidate the side windows when we invalidate the...
2000-11-15 Owen Taylored Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat...
2000-11-15 Havoc Penningtonoffset redraw rect by xoffset in addition to yoffset...
2000-11-14 Havoc PenningtonFix drag-and-drop to default to GDK_ACTION_MOVE if...
2000-11-14 Havoc Penningtonspiff up the demo a bit; reveals still more bugs.
2000-11-14 Havoc Penningtonfix bug where GC didn't always get updated properly
2000-11-13 Havoc PenningtonFree the filename of the module file.
2000-11-13 Havoc Penningtonchange demo install dir to datadir/gtk+-2.0/demo
2000-11-12 Owen TaylorMake parent_class static.
2000-11-09 Havoc PenningtonMake DND copy pixbufs and tags when source and target...
2000-11-07 Havoc PenningtonHalf-ass somewhat fix this function, so that scrolling...
2000-11-07 Havoc Penningtonrename to gtk_text_mark_get_visible
2000-11-06 Havoc PenningtonDerive from GtkDialog, and use stock buttons. Should...
2000-11-04 Havoc PenningtonAdded a bunch of stuff from unused
2000-11-03 Havoc PenningtonDocs (gtk_text_tag_table_size): return a signed int
2000-11-03 Havoc PenningtonGet widgets working on the btree/buffer side. Display...
2000-10-30 Havoc PenningtonRename delete_at_cursor delete_from_cursor, and move...
2000-10-30 Havoc PenningtonMassive reindentation and reformatting. Arg alignment...
2000-10-30 Havoc PenningtonChange run action signals to be named insert_at_cursor and
2000-10-28 Robert BradyAnd fix the marshaller for GtkTextView::delete.
2000-10-28 Robert Bradyadd new marshaller for GtkTextView.
2000-10-26 Havoc Penningtonadd new marshallers used by the text widget
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-18 Havoc PenningtonSome updates
2000-10-04 Havoc Penningtonclean up trailing whitespace, add extensive tests for...
2000-10-02 Havoc Penningtontext_window_* weren't static and should have been....
2000-09-30 Havoc PenningtonHandle NULL start/end pointers
2000-09-30 Havoc Penningtonfix indentation
2000-09-29 Havoc PenningtonImplement the side windows.
2000-09-28 Havoc PenningtonSet up infrastructure to deal with lots of scrolling...
2000-09-25 Havoc PenningtonDraw the focus, and leave space to do so.
2000-09-14 Owen TaylorRemove g_convert (moved to glib) and now useless utf_to...
2000-09-08 Owen TaylorFix up visibility so that focus, cursor_visible and...
2000-08-31 Havoc PenningtonRename GtkTextStyleValues to GtkTextAttributes
2000-07-25 Havoc Penningtonupdate to reflect text widget changes.
2000-07-22 Owen TaylorFix bug where redraw wasn't being done properly when...
2000-07-14 Owen Tayloruse FALSE for size_only most of the time when calling
2000-07-02 Owen TaylorCall gtk_widget_size_request() on reparented child...
2000-06-23 Havoc PenningtonUse anonymous mark instead of making up a bogus name...
2000-06-21 Havoc PenningtonUse gtk_get_default_language
2000-06-21 Havoc PenningtonUse gunichar instead of gint when appropriate in the...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-02 Havoc PenningtonTest program to make sure GtkTextBuffer is in working...
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...