summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-011-4/+5
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-439/+439
* add new marshallers used by the text widgetHavoc Pennington2000-10-261-2/+2
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-37/+8
* make it a static functionHavoc Pennington2000-10-241-19/+32
* gtk/makefile.mingw.in Updates.Tor Lillqvist2000-10-221-1/+2
* Some updatesHavoc Pennington2000-10-181-4/+7
* clean up trailing whitespace, add extensive tests for tag toggleHavoc Pennington2000-10-041-9/+21
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-021-3/+61
* Handle NULL start/end pointersHavoc Pennington2000-09-301-63/+437
* fix indentationHavoc Pennington2000-09-301-12/+27