summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Add GtkTextBuffer::text (#172631)Johan Dahlin2005-04-041-1/+43
* Some trivial doc fixes.Matthias Clasen2005-04-041-2/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-1/+1
* Revalidate the iter. (#156924, Murray Cumming)Matthias Clasen2004-11-011-6/+11
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Rewrite clipboard handling so that the clipboard contents won't be freedAnders Carlsson2004-10-261-90/+20
* ri Oct 22 13:25:25 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-10-221-2/+11
* #155952Owen Taylor2004-10-211-0/+85
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+2
* Update clipboards. (#142805, Mikael Hallendal)Matthias Clasen2004-07-111-0/+1
* Revert last change; it causes problems for pastes from other applications;Owen Taylor2004-03-131-2/+0
* Fix middle button pasting in the TextView (#81880, reported by EvertMatthias Clasen2004-03-131-0/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Document some peculiarities of the ::delete_range signal. (#132135, GrantMatthias Clasen2004-02-181-1/+15
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-2/+2
* Document.Matthias Clasen2003-04-121-0/+2
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-1/+1
* Implement a utility function proposed in #102534:Matthias Clasen2003-01-061-5/+30
* Let the user action span the insertion and the deletion of the oldMatthias Clasen2002-12-241-4/+17
* Deprecation cleanupManish Singh2002-10-101-49/+44
* Add construct-only property "tag_table" and make use of it inDaniel Elstner2002-09-301-26/+98
* docs/reference/gtk/tmpl/gtkdialog.sgmlSoeren Sandmann2002-09-011-4/+4
* Check if the owner got is of type GDK_WINDOW_FOREIGN. If so the owner isShivram U2002-05-301-0/+3
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-1/+2
* add more explanatory text to the error message about missing charsets, andHavoc Pennington2002-03-231-10/+15
* parent_class variable was GtkObjectClass instead of GObjectClassHavoc Pennington2002-02-251-1/+1
* change gravity of start/end marks so that text added at either end of theHavoc Pennington2002-02-241-24/+80
* just go ahead and flush all the first validate stuff if it hasn't beenHavoc Pennington2002-02-131-0/+9
* Fix coordinate translations, once and for all.Owen Taylor2002-01-081-0/+1
* move README.linux-fb in hereHavoc Pennington2002-01-011-2/+13
* remove g_assert_not_reached() that was bogus, since we demand-create theHavoc Pennington2001-12-051-7/+21
* Actually commit typo fixes already mentioned in ChangeLog entry onMatthias Clasen2001-11-231-1/+1
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-12/+13
* Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,Matthias Clasen2001-11-101-6/+6
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-311-2/+2
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-2/+1
* remove hack to strip off the bogus newline, since we killed the bogusHavoc Pennington2001-10-241-2/+0
* don't back up a char from the end iterator, fixes #61859 ("can't putHavoc Pennington2001-10-221-3/+0
* add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, soHavoc Pennington2001-10-221-0/+1
* allow testing the end positionHavoc Pennington2001-10-031-3/+7
* use gtk_text_iter_can_insertHavoc Pennington2001-09-251-2/+2
* Get rid of the newline-that-could-not-be-deleted; buffers may now beHavoc Pennington2001-09-241-35/+20
* Fix ref count on new tag to be 1. Update doc. (#60836)Joshua N Pritikin2001-09-211-2/+4
* remove some debug code that seems to have caused a breakpoint in validHavoc Pennington2001-09-071-0/+3
* Instead of always mirroring the selection to a single PRIMARY selection,Owen Taylor2001-08-311-167/+296
* Remove a stray g_object_ref() left over from gtk_object_ref/sink. (PointedOwen Taylor2001-08-241-2/+0
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-114/+114