summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-6/+6
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-7/+231
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-22/+50
* do begin/end user action where appropriate (gtk_text_view_commit_handler):Havoc Pennington2000-12-181-31/+121
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-126/+135
* remove unused call to get_last_line()Havoc Pennington2000-12-141-6/+18
* Remove double _ in front of some functionsHavoc Pennington2000-12-141-3/+3
* Put _ in front of every function in this header fileHavoc Pennington2000-12-141-31/+31
* doh, this was broken beyond believe.Tim Janik2000-12-131-10/+8
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-5/+5
* fix breakage here that cause a segfault on text insertionHavoc Pennington2000-12-081-0/+155
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-6/+54
* change "offset" to "rise"Havoc Pennington2000-11-151-5/+5
* change demo install dir to datadir/gtk+-2.0/demoHavoc Pennington2000-11-131-0/+3
* Half-ass somewhat fix this function, so that scrolling to the insertionHavoc Pennington2000-11-071-87/+210
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-113/+508
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-35/+37
* Use GTK_TYPE_TEXT_ITER and BOXED marshallersHavoc Pennington2000-11-021-19/+19