blender/source
Bastien Montagne 066df84f73 Fix T46340: Auto scrolling in text editor with upward selection not work.
Cleanup and rework a bit text_cursor_set_to_pos_wrapped(), it did not handle correctly negative y valuesi,
because it was only checking lines starting from first visible one.

Mostly, we now directly get line matching given y position (be it an invisible one) from the helper
(renamed `get_line_pos_wrapped()`), instead of first visible one, which allows us to get rid of
additional complexity of looping over next lines until we find correct one.

This code remains rather complex to follow, added some asserts to ensure everything works as expected,
and tested it rather seriously, but DO NOT backport this to 2.76!
2015-10-01 15:34:24 +02:00
..
blender Fix T46340: Auto scrolling in text editor with upward selection not work. 2015-10-01 15:34:24 +02:00
blenderplayer Fix bplayer (c). 2015-09-21 17:40:50 +02:00
creator Support relative frames w/ start/end args 2015-09-18 16:40:54 +10:00
gameengine BGE: Fix T46302: abort call for unnormalized quaterions. 2015-10-01 13:06:57 +02:00
icons
CMakeLists.txt
SConscript