Files
gtk3/testsuite/gtk
Sébastien Wilmet 706c8e9c8d Simplify _gtk_text_buffer_get_line_log_attrs()
NULL was returned in case of an empty last line. Every users needed to
special-case this. Now it will return the expected result: char_len of 0
with one PangoLogAttr.

In compute_log_attrs(), 'paragraph' will be the empty string "" with
'char_len' == 0.
pango_get_log_attrs() works fine with an empty string, it will return
one correct PangoLogAttr (because there is one text position for the
empty string).

It fixes the unit tests for gtk_text_iter_is_cursor_position().

https://bugzilla.gnome.org/show_bug.cgi?id=156164
2014-08-21 18:43:34 +02:00
..
2014-06-18 19:09:25 -04:00
2013-09-03 17:59:19 -04:00
2013-06-30 11:19:50 -04:00
2014-07-22 18:32:17 -04:00
2014-07-09 19:54:43 -04:00
2013-06-15 16:27:04 -04:00
2013-05-22 00:15:08 +02:00
2014-08-02 11:38:44 +02:00
2014-06-04 13:54:41 +02:00
2014-08-14 00:04:10 -04:00
2013-06-24 01:13:44 +02:00
2014-08-14 00:04:10 -04:00
2014-02-17 21:42:38 -05:00
2014-07-03 12:58:41 -04:00
2014-05-13 11:56:29 -04:00