summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Bug 492794 – Pasting external text at end of view yields wrong scrollingPaolo Borelli2009-01-121-1/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-201-2/+2
* Seal GtkTextBuffer.Tim Janik2008-06-201-8/+8
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-3/+3
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Allow to separate GtkTextMark creation from buffer insertion. (#132818,Matthias Clasen2007-05-261-0/+3
* changed values from G_MAXUINT-0, -1, -2 to -1, -2, -3 so we stay withinMichael Natterer2007-02-051-3/+3
* count down from G_MAXUINT to avoid clashes with application-added DNDMichael Natterer2006-03-221-3/+6
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-0/+13
* Add a has-selection propertyMatthias Clasen2005-10-071-0/+4
* Remove G_GNUC_NULL_TERMINATED here as well.Matthias Clasen2005-08-011-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-8/+4
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-081-3/+3
* #155952Owen Taylor2004-10-211-7/+9
* Implement a utility function proposed in #102534:Matthias Clasen2003-01-061-1/+4
* Massive padding addition to class structures.Owen Taylor2002-02-231-6/+7
* remove g_assert_not_reached() that was bogus, since we demand-create theHavoc Pennington2001-12-051-0/+10
* Instead of always mirroring the selection to a single PRIMARY selection,Owen Taylor2001-08-311-5/+13
* added this functionHavoc Pennington2001-06-081-0/+2
* fix some shell typosHavoc Pennington2001-05-071-0/+3
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-1/+2
* add varargs for properties to set on the tag.Havoc Pennington2001-03-161-2/+3
* add insert_child_anchor signal, bug #50245Havoc Pennington2001-02-191-9/+9
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-1/+1
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-8/+8
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-3/+15
* do begin/end user action where appropriate (gtk_text_view_commit_handler):Havoc Pennington2000-12-181-5/+12
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-8/+8
* fix breakage here that cause a segfault on text insertionHavoc Pennington2000-12-081-2/+10
* change demo install dir to datadir/gtk+-2.0/demoHavoc Pennington2000-11-131-0/+1
* Half-ass somewhat fix this function, so that scrolling to the insertionHavoc Pennington2000-11-071-3/+7
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-7/+3
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-13/+7
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-3/+3
* make it a static functionHavoc Pennington2000-10-241-0/+4
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-021-1/+40
* Handle NULL start/end pointersHavoc Pennington2000-09-301-16/+35
* fix indentationHavoc Pennington2000-09-301-5/+7
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-141-28/+7
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-071-6/+6
* Add marshallers for changed GtkTextBuffer signals.Havoc Pennington2000-08-311-2/+4
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* update to reflect text widget changes.Havoc Pennington2000-07-251-91/+68
* Include files outside of the extern "C" block. Makes some C++ compilerSebastian Wilhelmi2000-07-191-5/+5
* Test program to make sure GtkTextBuffer is in working order.Havoc Pennington2000-06-021-6/+6
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-0/+309