summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix other typoHavoc Pennington2001-06-141-22/+68
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-6/+1
* added this functionHavoc Pennington2001-06-081-1/+21
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-2/+2
* rename from gtk_text_iter_reorderHavoc Pennington2001-06-051-6/+6
* fix some shell typosHavoc Pennington2001-05-071-0/+121
* Add missing NULL on valist.Owen Taylor2001-03-291-1/+1
* add varargs for properties to set on the tag.Havoc Pennington2001-03-161-2/+19
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-18/+18
* removed old emission hook API.Tim Janik2001-03-071-19/+1
* marshaller fixes.Tim Janik2001-03-071-12/+12
* unbreak this functionHavoc Pennington2001-02-211-5/+4
* add insert_child_anchor signal, bug #50245Havoc Pennington2001-02-191-7/+83