| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix return value, #61714 (Vitaly Tishkov) | Havoc Pennington | 2001-10-23 | 1 | -6/+12 |
* | don't back up a char from the end iterator, fixes #61859 ("can't put | Havoc Pennington | 2001-10-22 | 1 | -5/+37 |
* | add temporary code to dump btree contents on assertion failure described | Havoc Pennington | 2001-10-22 | 1 | -7/+6 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+1 |
* | Clarify behavior in docs, #61777 (gtk_text_iter_forward_search) | Havoc Pennington | 2001-10-22 | 1 | -14/+32 |
* | fix test case, it previously verified incorrect behavior | Havoc Pennington | 2001-10-04 | 1 | -14/+19 |
* | allow testing the end position | Havoc Pennington | 2001-10-03 | 1 | -2/+5 |
* | fix for #50317 | Havoc Pennington | 2001-09-25 | 1 | -0/+2 |
* | use gtk_text_iter_can_insert | Havoc Pennington | 2001-09-25 | 1 | -24/+80 |
* | Get rid of the newline-that-could-not-be-deleted; buffers may now be | Havoc Pennington | 2001-09-24 | 1 | -32/+50 |
* | add variables and checks for specific versions of dependencies. Previously | Havoc Pennington | 2001-09-21 | 1 | -13/+17 |
* | default xscale/yscale to 0.0, not 0.5, 0.5 isn't useful | Havoc Pennington | 2001-09-08 | 1 | -26/+62 |
* | add some lame code to handle G_MININT, fixes #57424 | Havoc Pennington | 2001-09-07 | 1 | -1/+19 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -4/+4 |
* | added this function | Havoc Pennington | 2001-06-08 | 1 | -3/+5 |
* | rename from gtk_text_iter_reorder | Havoc Pennington | 2001-06-05 | 1 | -3/+3 |
* | Simplify as suggested by Havoc. Just get the last iter and work backward | Joe Shaw | 2001-05-22 | 1 | -18/+5 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -3/+3 |
* | handle 0-height empty/invisible lines. | Havoc Pennington | 2001-04-24 | 1 | -2/+194 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -14/+14 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -17/+338 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -1/+158 |
* | hack on this a bit | Havoc Pennington | 2001-01-06 | 1 | -3/+3 |
* | this function was broken if called on the first position in the buffer. | Havoc Pennington | 2001-01-05 | 1 | -1/+1 |
* | if index is equal to the line length, then position iterator before | Havoc Pennington | 2001-01-04 | 1 | -12/+16 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -20/+20 |
* | uscore-prepend all the stuff in here. | Havoc Pennington | 2001-01-01 | 1 | -5/+5 |
* | Rearrange all the scroll-while-dragging-or-selecting code to be different, | Havoc Pennington | 2000-12-31 | 1 | -68/+149 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 1 | -30/+89 |
* | remove unused call to get_last_line() | Havoc Pennington | 2000-12-14 | 1 | -3/+102 |
* | Remove double _ in front of some functions | Havoc Pennington | 2000-12-14 | 1 | -12/+12 |
* | Put _ in front of every function in this header file | Havoc Pennington | 2000-12-14 | 1 | -65/+65 |
* | Handle chopping off \r\n and 0x2029 in addition to \n before passing to | Havoc Pennington | 2000-12-11 | 1 | -13/+13 |
* | fix breakage here that cause a segfault on text insertion | Havoc Pennington | 2000-12-08 | 1 | -45/+20 |
* | fix this to be sane | Havoc Pennington | 2000-12-04 | 1 | -2/+33 |
* | don't create dangling pointers to the appearance attributes from the line | Havoc Pennington | 2000-12-02 | 1 | -25/+85 |
* | change "offset" to "rise" | Havoc Pennington | 2000-11-15 | 1 | -8/+8 |
* | rename to gtk_text_mark_get_visible | Havoc Pennington | 2000-11-07 | 1 | -36/+213 |
* | Get widgets working on the btree/buffer side. Display of them still | Havoc Pennington | 2000-11-03 | 1 | -3/+52 |
* | Massive reindentation and reformatting. Arg alignment and comments still | Havoc Pennington | 2000-10-30 | 1 | -945/+945 |
* | fix constness warning | Havoc Pennington | 2000-10-26 | 1 | -1/+1 |
* | add new marshallers used by the text widget | Havoc Pennington | 2000-10-26 | 1 | -17/+345 |
* | make it a static function | Havoc Pennington | 2000-10-24 | 1 | -25/+61 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -27/+129 |
* | clean up trailing whitespace, add extensive tests for tag toggle | Havoc Pennington | 2000-10-04 | 1 | -81/+379 |
* | text_window_* weren't static and should have been. Start work on child | Havoc Pennington | 2000-10-02 | 1 | -8/+34 |
* | Handle NULL start/end pointers | Havoc Pennington | 2000-09-30 | 1 | -36/+57 |
* | fix indentation | Havoc Pennington | 2000-09-30 | 1 | -31/+11 |
* | Rename GtkTextStyleValues to GtkTextAttributes | Havoc Pennington | 2000-08-31 | 1 | -16/+16 |
* | cache end line, for rapid testing whether an iterator is the end iterator | Havoc Pennington | 2000-08-31 | 1 | -3/+3 |