Blender Git Loki
January 7, 2015, 14:10 (GMT) |
previous commit wasn't good, instead tweak existing code |
January 7, 2015, 13:46 (GMT) |
sync with cursor drawing code, reduce confusion. |
January 7, 2015, 13:15 (GMT) |
Merge branch 'master' into temp-text_editor_cursor_api |
January 2, 2015, 14:44 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into temp-text_editor_cursor_api |
December 30, 2014, 12:39 (GMT) |
forgot to handle tabs in lines properly as well |
December 30, 2014, 11:53 (GMT) |
fix for linenumber offset, was not taken into account before, also missed some y offset because cursor position was at top-left of character |
December 30, 2014, 10:56 (GMT) |
made the y coordinate start at bottom left of the region |
December 30, 2014, 10:02 (GMT) |
take 2 args (line, col) instead of a tuple, matches other similar functions. |
December 30, 2014, 09:56 (GMT) |
rename for consistency |
December 30, 2014, 09:49 (GMT) |
move text-space api func into rna_space_api.c |
December 30, 2014, 09:24 (GMT) |
add BKE_screen_find_area_from_space and call from rna_space code. also rna correct function flag use. |
December 30, 2014, 09:00 (GMT) |
minor refactor/rename |
December 30, 2014, 08:44 (GMT) |