]> Pileus Git - ~andy/gtk/history - gtk/gtktextview.c
Turn off DEBUG_VALIDATION_AND_SCROLLING that got turned on in an
[~andy/gtk] / gtk / gtktextview.c
2001-09-11 Joshua N Pritikinminor fixes
2001-09-07 Havoc Penningtonupdate adjustments after validating destination yrange...
2001-08-31 Owen TaylorInstead of always mirroring the selection to a single...
2001-08-30 Havoc Penningtonput validate idle at resize - 2 just for flexibility
2001-08-30 Havoc Penningtonapply fix to #58420 from Hidetoshi Tajima and Matthias...
2001-07-19 Owen TaylorEnforce the widget/child realization/mapping invariants.
2001-07-18 Owen TaylorGet the foreground color from 'text', nor 'base'. ...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-18 Owen TaylorFix idles and timeouts to be properly surrounded by
2001-07-12 Owen TaylorFormatting fixes from multihead brnach. [ mostly foo...
2001-07-02 James Henstridgesame here for PANGO_TYPE_TAB_ARRAY.
2001-06-30 Owen TaylorAllow %NULL for style to mean "revert to default style"
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-28 Tim Janikup version to 1.3.7, interface age 0, binary age 0...
2001-06-24 Owen TaylorRemoved - didn't work and not particularly useful anywa...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-08 Havoc Penningtonadded this function
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-06-04 Havoc Penningtonhandle case where text_view->layout == NULL by assuming...
2001-06-04 Havoc PenningtonHandle case where we need to parse the xsetting as...
2001-06-01 Havoc Penningtonimplement overwrite mode
2001-05-30 Owen TaylorValidate value from GDK settings against parameter...
2001-05-25 Havoc Penningtonget sizes an icon set can render without falling back...
2001-05-22 Alexander LarssonAdded properties. Based on patch by Lee Mallabone.
2001-05-18 Owen TaylorReset style attributes even if the widget isn't realized.
2001-05-07 Havoc Penningtonfix some shell typos
2001-05-03 Owen TaylorPatch from Juan Pablo Mendoza Mendoza to fix things...
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-18 Havoc Penningtonfix to properly queue resizes when the image is set
2001-04-17 Owen TaylorReleased 1.3.4
2001-04-12 Jonathan Blandfordfix a fixme.
2001-03-29 Owen TaylorAdd missing NULL on valist.
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-24 Havoc Penningtonfix warnings
2001-03-19 Owen TaylorHandle quoting of / with \; properly handle __ in paths...
2001-03-07 Havoc Penningtonuse PRIORITY_VALIDATE
2001-03-07 Tim Janikmarshaller fixes.
2001-03-04 CET Mikael Hermanssonfixed bug #51097 about setting gtk_text_view_set_border...
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-21 Alexander LarssonAdded new menu separator item. The drawing and size...
2001-02-17 Havoc Penningtonconvert the X coordinates so they're with respect to...
2001-02-08 Havoc Penningtonremove validation idle
2001-01-31 Havoc Penningtonbracket in #ifdef GTK_ENABLE_BROKEN.
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...
next