gtk2/testsuite
Nelson Benítez León aa48399002 textiter: fix bug in gtk_text_iter_backward_line()
gtk_text_iter_backward_line() checks the value of
real->line_char_offset without previously calling
ensure_char_offsets (real) to make sure the former
is up-to-date.

As a consequence of this, when gtk_text_iter_backward_line()
is called after a gtk_text_buffer_insert_range() in the
first line of buffer, the iter is not moved to the start of
the line, and the return value is wrong.

Fixed by adding the ensure_char_offsets() call.

A test case for this bug is added to the textiter gtk testsuite.
2017-02-17 19:49:55 +05:00
..
a11y Remove gtk_widget_show_all 2017-01-20 21:37:04 +01:00
css Add a css parser test for border-spacing 2016-12-10 20:41:07 -05:00
gdk Update callers 2017-01-19 13:50:17 -05:00
gsk Make gdk.la and gsk.la a noninst helper library 2016-10-26 16:34:15 +02:00
gtk textiter: fix bug in gtk_text_iter_backward_line() 2017-02-17 19:49:55 +05:00
reftests cssimage: Fallback images have no aspect ratio 2017-01-13 03:38:36 +01:00
tools Fix another installed test typo 2016-03-07 10:50:43 -05:00
Makefile.am gsk: Initial commit / build environment 2016-10-18 11:29:34 +01:00